Workflow Soluiton

 View Only
  • 1.  DS Schedule Job not working after publish

    Posted Aug 17, 2010 10:56 AM
    hello all friends.  my DS schedule job works great in debugging, but after publishing, i get this good info:



    Exception info:

    Component name: Schedule Reboot

    Trigger message: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index --> Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

    Stack Trace: System.Web.Services.Protocols.SoapException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index --> Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Symantec.Workflow.Core.DS.ScheduleManagement.ScheduleManagementService.CreateJobSchedule(Int32 computerID, Int32 jobID, Boolean scheduleNow, String applicationName, String scheduleAttributes) at Symantec.Workflow.Core.DS.DeploymentServerFacade.CreateJobSchedule(String applicationName, Int32 computerId, Int32 jobId, Boolean scheduleNow, Schedule schedule) at Symantec.Components.DS.Components.ScheduleJobComponent.DoRun(IData data) 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)

    anyone seen/fixed/knowhowtofix this issue?  i'll be wholly obliged if so.  I've tried to set all parameters to fixed values and still no dice...  i've also tried, among many other things, setting anonymous authentication to the webpage.



  • 2.  RE: DS Schedule Job not working after publish

    Posted Aug 17, 2010 06:16 PM

    Which version of Workflow Solution are you using?


  • 3.  RE: DS Schedule Job not working after publish

    Posted Aug 17, 2010 06:46 PM
    workflow 7 sir, and DS 6.9, and ASDK 2.4 or whatever is the version that's certified for linking the DS to workflow.  everything else works except for published schedule jobs.


  • 4.  RE: DS Schedule Job not working after publish

    Posted Aug 19, 2010 02:18 PM

    Just curious, is the DS you debug against the same as the DS your deployed WF runs against? If not, are they different versions/flavors of DS?


  • 5.  RE: DS Schedule Job not working after publish

    Posted Aug 19, 2010 02:36 PM
    same DS.  same job id.  same computer id.


  • 6.  RE: DS Schedule Job not working after publish
    Best Answer

    Posted Aug 25, 2010 01:51 PM

    You need to explicitly declare the DS info in the project, and on the server. The Global variable doesnt work when it's not defined on the server in the Credential managers.

    What I've done is either create a DS token in the project, or fill in the connection info directly into the component.

    rob



  • 7.  RE: DS Schedule Job not working after publish

    Posted Aug 25, 2010 10:24 PM
    hey thanks rob, remind me to send you a christmas card!  works great.