I have errors that are posted to the event viewer every 2 minutes that more or less read the following:
Timestamp: 2014-02-14 19:08:44.612
Local Time: 02/14/2014 11:08:44 AM
Category: Errors
Machine: XYZ
Severity: Error
Application Domain: Laserfiche.Workflow.Subscriber.exe
Process Id: 4536
Process Name: W:\Program Files\Laserfiche\Laserfiche Workflow 8.3\Laserfiche.Workflow.Subscriber.exe
Win32 Thread Id: 8924 - ZYX StartingRules Worker Thread 2
Thread Name: XYZ StartingRules Worker Thread 2
Message: <Exception handlingInstanceId="98593246-1527-4b6c-a71a-51abb2dc26b7">
<Description>An exception of type 'Laserfiche.Connection.LFSOException' occurred and was caught.</Description>
<DateTime>2014-02-14 11:08:44Z</DateTime>
<ExceptionType>Laserfiche.Connection.LFSOException, Laserfiche.Workflow.Common, Version=8.3.0.0, Culture=neutral, PublicKeyToken=d8428ff9263e6cda</ExceptionType>
<Message>Entry not found. [9001]</Message>
<Source />
<HelpLink />
<Property name="LFROError">False</Property>
<Property name="HttpServError">True</Property>
<Property name="ErrorCode">9001</Property>
<Property name="TargetSite"><undefined value></Property>
<StackTrace />
<additionalInfo>
<info name="MachineName" value="XYZ" />
<info name="TimeStamp" value="02/14/2014 7:08:44 PM" />
<info name="FullName" value="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<info name="AppDomainName" value="Laserfiche.Workflow.Subscriber.exe" />
<info name="ThreadIdentity" value="" />
<info name="WindowsIdentity" value="ZYX\sqlssisagent" />
</additionalInfo>
<InnerException>
<ExceptionType>System.Runtime.InteropServices.COMException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType>
<Message>Entry not found.</Message>
<Source />
<HelpLink />
<Property name="ErrorCode">-1073470679</Property>
<Property name="TargetSite">System.Object GetEntryByID(Int32)</Property>
<StackTrace> at LFSO83Lib.LFDatabaseClass.GetEntryByID(Int32 ID)
at Laserfiche.Connection.Lfso.LFSO83.LFDatabase83.GetEntryById(Int32 id)
at Laserfiche.Workflow.Runtime.LaserficheEntryEvent.EnsureEntryLoaded()
at Laserfiche.Workflow.ComponentModel.Conditions.Rules.EntryTemplateRule.Laserfiche.Workflow.Runtime.IConditionEvaluator.Evaluate(IServiceProvider provider, LaserficheEntryEvent entryEvent, ConditionTraceContext context)
at Laserfiche.Workflow.ComponentModel.CompositeConditionEx.Laserfiche.Workflow.Runtime.IConditionEvaluator.Evaluate(IServiceProvider provider, LaserficheEntryEvent entryEvent, ConditionTraceContext context)
at Laserfiche.Workflow.Subscriber.Runtime.Evaluators.StartingRuleEvaluator.EvaluateRule(ConditionStartingRule startingRule, LaserficheEntryEvent entryEvent, String& evaluationLog)
at Laserfiche.Workflow.Subscriber.Runtime.Evaluators.StartingRuleEvaluator.EvaluateRules(EvaluationItem item, LaserficheEntryEvent entryEvent, List`1 startingRules)
at Laserfiche.Workflow.Subscriber.Runtime.Evaluators.StartingRuleEvaluator.Run()</StackTrace>
</InnerException>
</Exception>
I have tried searching for the meaning....