List Jobs In Folder - Deployment Solution
Hi,
I am trying to get the "List Jobs In Folder" component to work. I have created a new project to test and keep on getting the following error on runtime on the List Jobs In Folder component:
Error Details
Error Message:
Key cannot be null. Parameter name: key
Message Stack:
at System.Collections.Hashtable.get_Item(Object key)
at LogicBase.Framework.TimeBoundCache.get_Item(Object key)
at Symantec.Workflow.Core.DS.DeploymentServerFacade.UpdateServiceConnectionSettings()
at Symantec.Workflow.Core.DS.DeploymentServerFacade.set_Connection(DeploymentServerConnectionProfile value)
at Symantec.Components.DS.Components.AbstractSinglePathDeploymentServerComponent.Run(IData data)
at LogicBase.Core.ExecutionEngine.SinglePathProcessComponentExecutionDelegate.Execute(IData data, IOrchestrationComponent comp, String& outputPath, IExecutionEngine engine, TLExecutionContext context)
at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.DoRunComp(IOrchestrationComponent comp, IData data, TLExecutionContext context)
My project at the moment only has the one List Jobs In Folder component.
I get the same error message if I use both the Folder ID or Folder Name as the Lookup Method. I have set the DS Credentials in the List Jobs In Folder component but I still get the same error if I add the Create DS Connection Profile.
Does anyone know what I am missing.
Many thanks,
Ben
Are there any examples of how
Are there any examples of how to connect to the Deployment Server using the components. I get the same error when using all of the Altiris Deployment components. I am sure it is something simple that I am missing.
Any help would be most appreciated.
Ben
Just curious... have you
Just curious... have you added a working DS machine to the plugin and ran setup? Also, do you have a Crate DS Credentials component in your workflow?
Hi Reecardo,I have one
Hi Reecardo,
I have one server running as the Notification server, Deployment Server and the Workflow Solution server. When setting up the DS Connection Settings by using the Plugin I get the following message when completing the setup:
Could not connect to DS at 10.10.20.35. Please double check the settings and try again.
I am entering the correct details for the domain and username / password. I am not using HTTPS.
Deployment Solution is working correctly. I have build servers with it.
Do I need to setup something on the Deployment Server Console to allow Workflow to connect?
I was also under the impression that if I have the Global DS Connection setup I dont need to use the Create DS Connection component?
I have taken a look at this
I have taken a look at this article
kb.altiris.com/display/1/articleDirect/index.asp
Article ID: 45420
"Could not connect to DS at <hostname>. Please double check the settings and try again." when setting up Deployment Server Connections in Workflow
Howerver I am using Deployment Solution 6.9 SP2 and already have the ASDK installed.
Could this continue to be a bug with the DS authentication?
Thanks,
Ben
There's been fixes to
There's been fixes to Workflow Designer recently to accomodate security-enabled DSes. Is your DS security enabled?
Hi Reecardo, I've not been
Hi Reecardo,
I've not been using security enabled communication. I have just enabled that on the DS by going into Tools --> Security and adding a user giving full rights. I have then added the user credentials into the Deployment Server Connections Manager but I still get the same issue.
Ben
I have managed to get this
I have managed to get this working. It has been fixed by updating the ASDK to version 1.4.209.
SP2 of Deployment Server should have fixed this for me, however the problem still remained. This version of the ASDK fixed the issue.
Article ID: 44253
KNOWN ISSUE: Authentication failing using ASDK methods like DeleteComputer() after installing DS 6.9 SP1
--------------------------------------------------------------------------------
Note: If you are experiencing this particular known issue and wish to be notified of changes in the status of this issue, please subscribe to the article by clicking to the right of this article. As the status of this request is updated, subscribers will be notified of any changes and decisions that are made.
--------------------------------------------------------------------------------
Applies To
• Altiris SDK 1.4
--------------------------------------------------------------------------------
Problem/Symptoms
Authentication failing using ASDK methods like DeleteComputer() after installing SP1
Sample of the error:
getDSComputerInfo.vbs(32, 1) Altiris.ASDK.DS.COM: Method failed. Exception: System.Web.Services.Protocols.SoapException: Error: Could not authenticate Deployment Solution user.
Invalid credentials were provided for authentication. ---> Altiris.ASDK.ASDKInsufficientPermissionException: Error: Could not authenticate Deployment Solution user.
Invalid credentials were provided for authentication.
at Altiris.ASDK.DS.ComputerManagement.GetComputerInfo(Int32 computerID, Int32 filterType)
at Altiris.ASDK.DS.Web.ComputerManagementService.GetComputerInfo(Int32 computerID, Int32 filterType)
--- End of inner exception stack trace ---
at Altiris.ASDK.DS.Web.ComputerManagementService.GetComputerInfo(Int32 computerID, Int32 filterType)
--------------------------------------------------------------------------------
Environment
ASDK 1.4
DS 6.9 SP1 Build 355
--------------------------------------------------------------------------------
Cause
AxDsDm.dll missing from the GAC.
--------------------------------------------------------------------------------
Resolution
This issue has been resolved in DS 6.9 SP2 and the ASDK 1.4.209.
Would you like to reply?
Login or Register to post your comment.