Workflow cannot run the live event viewer and is having a few other issues attaching to repositories, however workflows that access repositories are still running properly.
I'm on version 11. Latest build. Tried a repair on the installation with no effect.
I have the .dll file, but don't know where it's trying to look for it. Where should that be placed for workflow to have access to it?
Event log has this:
Severity: Error
Application Domain: Laserfiche.Workflow.Service.exe
Process Id: 3308
Process Name: C:\Program Files\Laserfiche\Workflow\Laserfiche.Workflow.Service.exe
Win32 Thread Id: 3000 -
Thread Name:
Message: <Exception handlingInstanceId="2777e489-4cf0-4264-8ca8-40fb10299baf">
<Description>An exception of type 'Laserfiche.Connection.LFSOException' occurred and was caught.</Description>
<DateTime>2022-04-29 09:03:13Z</DateTime>
<ExceptionType>Laserfiche.Connection.LFSOException, Laserfiche.Workflow.Common, Version=8.3.0.0, Culture=neutral, PublicKeyToken=d8428ff9263e6cda</ExceptionType>
<Message>The object must have its connection set before it can be used.</Message>
<Source />
<HelpLink />
<Property name="LFROError">False</Property>
<Property name="LFSOError">False</Property>
<Property name="ErrorCode">797</Property>
<Property name="TargetSite"><undefined value></Property>
<Property name="HResult">-2146233088</Property>
<StackTrace />
<additionalInfo>
<info name="MachineName" value="*****" />
<info name="TimeStamp" value="4/29/2022 3:03:13 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="*****" />
</additionalInfo>
<InnerException>
<ExceptionType>Laserfiche.RepositoryAccess.NoConnectionException, Laserfiche.RepositoryAccess, Version=11.0.0.0, Culture=neutral, PublicKeyToken=3f98b3eaee6c16a6</ExceptionType>
<Message>The object must have its connection set before it can be used.</Message>
<Source>Laserfiche.RepositoryAccess</Source>
<HelpLink />
<Property name="ErrorCode">0</Property>
<Property name="UnlocalizedMessage">The object must have its connection set before it can be used.</Property>
<Property name="Server">laserfiche.tfid.org</Property>
<Property name="TargetSite">Void .ctor(Laserfiche.RepositoryAccess.ISession)</Property>
<Property name="HResult">-2146233088</Property>
<StackTrace> at Laserfiche.RepositoryAccess.Server..ctor(ISession session)
at Laserfiche.Connection.Lfso.RepositoryAccess.Reflected.LFConnectionReflectedRA.get_ServerInformation()
at Laserfiche.Connection.Lfso.LFConnection.get_CachedServerInformation()
at Laserfiche.Workflow.Runtime.LaserficheManagementSystem.RefreshProfileLicense(LicenseSystem licenseSystem, DatabaseProfile profile, Exception& licenseError)</StackTrace>
</InnerException>
</Exception>