Client Management Suite

 View Only
  • 1.  Package invalid (non DS packages)

    Posted Mar 02, 2012 12:08 PM

    hey guys,

    I've added a new package today and one of my package servers keep saying "invalid package". (But the package was downloaded sucessfully)

     

     

    The others seem to be ok:

     

    I've seen alot of suggestions with DS, but we are not using DS yet and actually this package is not related to the DS solution. Any ideas? :)

     

    thanks in advance



  • 2.  RE: Package invalid (non DS packages)
    Best Answer

    Posted Mar 02, 2012 12:33 PM

    Try deleting the .xml files and cache from the GUID folder on the package server, then update policy, then refresh packages.  Does it redownload successfully and appear valid?

    If not, try also deleting the codebase from SWDPackageCodebase:

    SELECT * FROM SWDPackageCodebase
    WHERE PackageId='GUID of the package from your screenshot' AND
    Source='GUID of your package server'

    After confirming you get a single correct result (or two for HTTP plus UNC), change SELECT * to DELETE and you will delete it.  Then again delete the local files and update the package server's policy, refresh packages, and resend status.



  • 3.  RE: Package invalid (non DS packages)

    Posted Mar 05, 2012 05:44 AM

    Thanks for the quick and good reply. Worked for me :)