You are viewing limited content. For full access, please sign in.

Question

Question

Error Workflow SDK [0604-WFSO0]

asked on August 1, 2016

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.

0 0

Replies

replied on August 1, 2016 Show version history

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?

0 0
replied on August 3, 2016

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

 

0 0
replied on August 3, 2016

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.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.