I have an external table located inside our repository database that I have successfully linked to our forms server (same server as repository); however, when I am trying to link to that external data source through Workflow (different server), I continue to get login failed errors. Workflow is already connected to the repository server in the Connection Profiles section, and that connection is successful. I don't understand why the same exact login information would fail under external data sources. Is there any reason that Workflow would not be able to connect to an external data source located on another server? Any help you can offer is appreciated!
Question
Question
Answer
SELECTED ANSWER
replied on January 25, 2016
You seem to be confusing 2 very different things. The connection profile in Workflow connects it to the repository. That needs a Laserfiche user name and password. This connection does not give Workflow access to the external table.
To connect Workflow to the external table, you need a data source. This establishes a connection directly to the SQL server, so it needs either Windows authentication or a SQL username and password. If you choose Windows Authentication, then the connection is made from the perspective of the Workflow Server service. So it would depend on the user specified in the service login. The default is Local System, which does not have rights to connect to remote servers.
2
0