Problem:

This issue doesn’t always occur and I’m not sure why it happens but randomly the content location path for applications fails to update on the database when changing it from the console. I think it’s happening when an administrative user creates an application then modifies it or changes revisions too quickly but I can’t be sure as it’s never happened to me but I’m the lucky one that gets to figure out how to fix these things.

We create an application with a typo for the content location. Try to distribute it to a DP and fails with errors 2306, 2361 and 2302.

 

DistError

 

Then changed content location in console and updated content and Distribution Manager still fails with same errors.

 

Path

 

Errors still show same typo for content location.

Error2

 

Launch PowerShell and run Get-CMPackage -ID “dcs00104”. Still shows old content location via PS but new location via console.

PSGet

 

 

Solution:

Run PowerShell Set-CMPackage -id “dcs00104”Path \\mdt-srv-017\apps\Microsoft\App-V Client 5.0 SP2\”

Run Get-CMPackage -ID “dcs00104” and verify path is set correctly.

 

PSSet

 

Now both Console and PS show correct path and content is able to be distributed successfully.

 

DistGood