Quantcast
Viewing all articles
Browse latest Browse all 1056

When creating a software distribution task and clicking save, you see the error "Delivery method is missing".

Description:

When creating a software distribution and then click save an error is displayed:

A software distribution task must have a valid name, a main distribution package, and a delivery method.

Image may be NSFW.
Clik here to view.
a.png

 

Cause:

The default delivery method has been deleted from the database which occurs when deleting a patch task.

 

Resolution:

Install SP1.

 

Workaround:

Check the delivery method is set normally in database. For example:

DB name: coredb

SELECT *  FROM [coredb].[dbo].[AgentBehavior] where name = 'standard policy-supported push distribution'

 

The SQL will return a value to you. If not, try export and import the delivery method from other core servers.

Export delivery method:

Image may be NSFW.
Clik here to view.
c.png

Import delivery method, to gropus specified in the .ldms file:

Image may be NSFW.
Clik here to view.
c1.png

Image may be NSFW.
Clik here to view.

 

Now check the database, you will have 'standard policy-supported push distribution' in AgentBehavior table. The AgentBehavior_Idn should be same as the IntValue in KeyValue table.

 

Image may be NSFW.
Clik here to view.
b.png

 

Image may be NSFW.
Clik here to view.

 

By befault, the value will be '2', but when you import the delivery method, the value should be new in AgentBehavior table. Now you should update the KeyValue table as following:

 

Update KeyValue Set IntValue = 99999*
Where KeyName='SWD_DefaultDeliveryMethod'

*The value 99999 should be replaced by the real one in your environment.

 

Now go back to your console and create a software distribution task, the task can be created successfully without any error.

 

Apply:

LDMS 9.6 and later


Viewing all articles
Browse latest Browse all 1056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>