Feedback

  • Contents
 

Modify the WorkFlow Engine Configuration File

Before starting WorkFlow Engine, modify the WorkFlow Engine configuration file to point to the correct Latitude database and pass the corresponding SQL administrator logon credentials.

Note: WorkFlow Engine runs on a server and points to a single database, typically. If you have multiple databases, create a separate directory on the server for each database instance and then copy the WorkFlow Engine executable and its configuration file to those directories. Modify each configuration file to point to the correct Latitude database and pass the corresponding SQL administrator logon credentials.

To modify the WorkFlow Engine configuration file

  1. Open the "C:\Program Files (x86)\Latitude Software\bin" folder and double-click WorkFlow.Engine.exe.config. The WorkFlow Engine configuration file opens in Notepad.

  2. Locate the <connectionstrings> section and modify it as follows:

<connectionStrings>

    <add name="WorkFlow.Engine.Properties.Settings.ConnectionString"

      connectionString="Data Source=.;Initial Catalog=Collect2000;Integrated Security=True;Application Name=&quot;WorkFlow Engine&quot;;"

      providerName="System.Data.SqlClient" />

 </connectionStrings>

  1. Save your changes and close Notepad.

Related Topics

WorkFlow Engine