This is something which was working fine some days before but it's not working now.
So I have my LF Server and WF installed on a VM.
I am using WF SDK to connect to the WF Server. (I am connecting using the IP address and IP is correct. Both machines, the VM and my laptop (where I have the code running) are at the same domain and I am logged in with same user on both).
When I run this code:
using (Laserfiche.Workflow.WorkflowConnection connection = Laserfiche.Workflow.WorkflowConnection.CreateConnection(workflowServer, workflowApplication))
it throw the following error message:
An error occurred communicating with the workflow server. View error log for more details. [0604-WFSO0]
Please see the view details screenshot attached.
I can confirm that:
- The WF server service is running.
- I can connect to the WF using WF Disgner
- I can connect to the rep at the VM using the client at my laptop.
- WF Server and subscriber service are running using Local System account (as since always).
Any idea what's happening.
Thanks in advance.