Client Management Suite

 View Only
Expand all | Collapse all

Broken ASDK after installing ITMS 7.1 SP2 MP1 hotfix rollup 5

  • 1.  Broken ASDK after installing ITMS 7.1 SP2 MP1 hotfix rollup 5

    Posted Jul 10, 2013 10:50 AM

    We installed the latest hotfix 5 last week, and I noticed that we can no longer use our ASDK calls. Even running the most basic of tasks fails, i.e. (vbscript):

      Set oItemManagement = CreateObject("Altiris.ASDK.NS.ItemManagement")
      oItemManagement.TargetServer = strTargetServer
      oItemManagement.UserName = strUserName
      oItemManagement.Password = strPassword
      oItemManagement.DomainName = strDomainName
      oItemManagement.Authenticate()

    We have the full ASDK installed on our NS server, and the COM objects on the remote server, which is running IIS and the webpage for the ASDK calls. I reinstalled the COM objects on the remote server, and the full ASDK on the NS, and still no luck.

    I wanted to add this post as a warning for some folks who may install the latest hotfix, and to see if anyone else experienced this, and was able to get this resolved. Thanks.



  • 2.  RE: Broken ASDK after installing ITMS 7.1 SP2 MP1 hotfix rollup 5

    Posted Jul 10, 2013 02:16 PM

    Hi,

    I have more than one installation with latest rollup 5 installed. ASDK Scripting is working as before rollup. Do you have any error codes? Did you tried the asdk scripts without web-engine?

    Regards