Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Unable to run workflow from NS 7

Created: 11 Jul 2011
Jimbaland's picture
0 0 Votes
Login to vote

I have a workflow project that I have published on our workflow server as a webservice. It runs with out isse when invoked by url. I followed the directions in this document (http://www.altiris.com/upload/workflow7ug_002.pdf) to attempt to publish it to our NS. The ultimate goal is to get it to run as a scheduled task, but I cant even get it to run manually. I get the following error when i try to run it manually from the NS...
 

Status:  Failed
Return code:  -1
   
Start time:  7/11/2011 2:34:18 PM
End time:  7/11/2011 2:34:18 PM
Total run time:  0 seconds

An unknown exception was thrown.
 
System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list. at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) at System.String.Format(IFormatProvider provider, String format, Object[] args) at System.String.Format(String format, Object arg0, Object arg1, Object arg2) at Symantec.Workflow.Tasks.WorkflowTask.ParseParamValue(String value, Type datatype) at Symantec.Workflow.Tasks.WorkflowTask.OnExecute(IServerTaskExecutionInstance instance)

I'm not too familiar with the NS