Hi,
We have setup our LF Server Repositories (Cluster), Forms (NLB) and Web Client (NLB) which seems to be working, but we are getting errors in workflow when we try and connect to LF Server Repositories (Cluster) and the Forms (NLB) address. I am also not seeing the administration guides giving us this information, unless I have missed something?
Workflow Configuration
The address we are connecting to for LF Server Repository, we are using (cluster hostname), however it is giving us the below error whereas if we use the (actual hostname of the server) then it is not giving us an error.
The address we are connecting to for Forms, we are using https://(nlb-address)/forms, however, this is giving us a 401 Unauthorized error. When we use the https://(hostname.domain)/forms then it works, but we of course want to connect to the NLB address.
The remote server returned an error: (401) Unauthorized.
---Stack Trace---
Server trace:
System.Net.WebException: The remote server returned an error: (401) Unauthorized.
at System.Net.HttpWebRequest.GetResponse()
at Laserfiche.Workflow.Operations.Forms.TestLaserficheFormServiceOperation.Execute(WcfOperationContext context)
at Laserfiche.Workflow.Runtime.Systems.SubsystemCommandHandler.ProcessExecuteCommand(ExecuteOperationCommand command)
at Laserfiche.Workflow.Runtime.WcfSubsystem.ExecuteOperation(OperationCommand operation)
Client trace
at Laserfiche.Workflow.Internal.WorkflowServerClient.ExecuteCommand(OperationCommand data)
at Laserfiche.Workflow.WorkflowServerClientExtensions.ExecuteCommandInternal(IWorkflowServerApi api, ExecuteOperationCommand command)
at Laserfiche.Workflow.UI.Configuration.WebServiceReferencesDialog.TestLink(Object sender, TestUrlEventArgs e)
***
When I add an entry into the host file on the workflow using IP address of the actual primary node, then both of the errors disappear. Both of the NLB and Cluster addresses does work successfully when I open up the Laserfiche client and connect to the cluster address and the same for the Forms NLB address works when I connect through Chrome on the workflow server.
Any advice on this would be appreciated!