Change Database

 

You can change the database that an application is using by changing the Data Service it connects to in the application config file. The Data Service specifies which database is called.

Carry out the following steps:

1.     Open Windows Explorer.

2.     Goto C:\Program Files (x86)\Applied Tech Systems\Intelligence\Applications.

3.     Open the configuration file for the application you wish to use with the new database (eg. Cockpit.exe.config).

4.     Modify the following section:

<dataServices>

<add name="<dataservice identifier>" server="<server name>" bindingType="NetTcp" basePort="<baseport number>"/>

</dataServices>

5.     Save and close the file.

The next time you run the application the data service(s) will be listed.