I have a laserfiche workflow for sending automatic email to customer with invoices. Recently I am facing issue. If I am sending 10 email at same time then 3-4 is missing.
I am getting below error message in event viewer. Could you please advise.
Application Domain: Laserfiche.Workflow.Subscriber.exe
Process Id: 1800
Process Name: C:\Program Files\Laserfiche\Laserfiche Workflow 9\Laserfiche.Workflow.Subscriber.exe
Win32 Thread Id: 3040 - ******** Notification Thread
Thread Name: ******** Notification Thread
Message: <Exception handlingInstanceId="32c26f02-6931-43fe-bcdf-0198e14b0a78">
<Description>An exception of type 'Laserfiche.Connection.LFSOException' occurred and was caught.</Description>
<DateTime>2015-10-04 08:12:54Z</DateTime>
<ExceptionType>Laserfiche.Connection.LFSOException, Laserfiche.Workflow.Common, Version=8.3.0.0, Culture=neutral, PublicKeyToken=d8428ff9263e6cda</ExceptionType>
<Message>Could not connect to the Laserfiche Server. [797]</Message>
<Source />
<HelpLink />
<Property name="LFROError">False</Property>
<Property name="HttpServError">False</Property>
<Property name="LFSOError">True</Property>
<Property name="ErrorCode">797</Property>
<Property name="TargetSite"><undefined value></Property>
<StackTrace />
<additionalInfo>
<info name="MachineName" value="********" />
<info name="TimeStamp" value="10/4/2015 5:12:54 AM" />
<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="********" />
</additionalInfo>
<InnerException>
<ExceptionType>System.Runtime.InteropServices.COMException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType>
<Message>Could not connect to the Laserfiche Server.</Message>
<Source />
<HelpLink />
<Property name="ErrorCode">-2147220707</Property>
<Property name="TargetSite">Void Create(LFSO90Lib.LFDatabase)</Property>
<StackTrace> at LFSO90Lib.LFConnectionClass.Create(LFDatabase Database)
at Laserfiche.Connection.Lfso.LFSO90.LFConnection90.Login()
at Laserfiche.Connection.ConnectionManager.CreateConnectionEx(ConnectionInfo connectionInfo)
at Laserfiche.Connection.ConnectionManager.OpenConnection(ConnectionInfo connectionInformation)
at Laserfiche.Connection.Lfso.LFConnection.OpenConnection(ConnectionInfo info, LfsoVersion version)
at Laserfiche.Workflow.Subscriber.Runtime.Threads.NotificationThread.ListenToNotifications()
at Laserfiche.Workflow.Subscriber.Runtime.Threads.NotificationThread.Run(Object state)</StackTrace>
</InnerException>
</Exception>