replied on February 17, 2014
Yes. Workflow 9.1 (this is how it is listed in services and under help-about in the designer)
I got around the error by setting the workflow services to run as the domain admin, but I am curious as to if that is necessary. workflow/Sql/Lf server are all on the same server right now. here is the stack trace:
Timestamp: 2014-02-17 20:19:08.433
Local Time: 2/17/2014 3:19:08 PM
Category: Activity
Machine: SHIPLEY-LF
Severity: Error
Application Domain: Laserfiche.Workflow.Service.exe
Process Id: 5032
Process Name: C:\Program Files (x86)\Laserfiche\Laserfiche Workflow 9\Laserfiche.Workflow.Service.exe
Win32 Thread Id: 4100 -
Thread Name:
Message: <Exception handlingInstanceId="73be7406-c9a5-4241-acf9-04031cd391c7">
<Description>An exception of type 'System.NullReferenceException' occurred and was caught.</Description>
<DateTime>2014-02-17 15:19:08Z</DateTime>
<ExceptionType>System.NullReferenceException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType>
<Message>Object reference not set to an instance of an object.</Message>
<Source>Laserfiche.Workflow.Activities.83.External</Source>
<HelpLink />
<Property name="ActivityName">FindMonthByName</Property>
<Property name="ActivityType">Laserfiche.Workflow.Activities.Data.DataActivity</Property>
<Property name="InstanceId">cdfb3617-4247-4892-93e0-2e6011cd4de7</Property>
<Property name="TargetSite">Laserfiche.Project.Data.SourceInformation GetSourceInformation(System.Workflow.ComponentModel.ActivityExecutionContext)</Property>
<Property name="HResult">-2147467261</Property>
<StackTrace> at Laserfiche.Workflow.Activities.Data.DataActivity.GetSourceInformation(ActivityExecutionContext executionContext)
at Laserfiche.Workflow.Activities.Data.DataActivity.CreateTaskOptions(ActivityExecutionContext executionContext, ITokenService tokenService)
at Laserfiche.Workflow.Activities.Data.DataActivity.ExecuteTask(ActivityExecutionContext executionContext)
at Laserfiche.Workflow.Activities.TaskActivityBase.Execute(ActivityExecutionContext executionContext)
at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(Activity activity, ActivityExecutionContext executionContext)
at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)
at System.Workflow.Runtime.Scheduler.Run()</StackTrace>
<additionalInfo>
<info name="MachineName" value="SHIPLEY-LF" />
<info name="TimeStamp" value="2/17/2014 8:19:08 PM" />
<info name="FullName" value="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<info name="AppDomainName" value="Laserfiche.Workflow.Service.exe" />
<info name="ThreadIdentity" value="" />
<info name="WindowsIdentity" value="NT AUTHORITY\SYSTEM" />
</additionalInfo>
</Exception>
----------------------------------------