Error Workflow SDK [0604-WFSO0]
LF_Conn WorkflowConnection = app.Open
If the user is in the same domain as the workflow server it works if there is an error.
Someone has an idea or a way to circumvent the problem?
Thank you for your answers.
Question
Question
Error Workflow SDK [0604-WFSO0]
Replies
There isn't enough information to troubleshoot. Can you explain what you're trying to do or post the code? What user are we talking about here?
If I run this code from a Workstation that is in the same domain as the server workflow it works perfectly.
Now if the Workstation is in a workgroup that is broken and stops at the last statement in this code snippet.
Dim app As WorkflowApplication = New WorkflowApplication
app.Registration = New WorkflowServerRegistration (serverName)
app.ApplicationName = "Controle_ouverture_dr_client"
app.ApplicationType = WorkflowApplicationType.Client
Dim parameters As Dictionary (Of String, String) = New Dictionary (Of String, String)
parameters.Add ("LF_ID" nID_LF)
Dim LF_Conn As WorkflowConnection = app.Open
Workflow uses Windows authentication for its security and requires a domain for remote connections. On a workgroup setup, you can only connect from the server itself.