Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
Getting Started with IMOS On-Prem
Getting Started with IMOS On-Prem
nopaneltrue

File Description

The imosEnv.xml file is a key file for configuring IMOS. Within this file you will configure the various IMOS Environments that a single Application Instance is able to access.

File Sample

Below is a sample of an imosEnv.xml file with two environments: prod and test

Code Block
languagehtml/xml
titleimosEnv.xml Sample
<?xml version="1.0"?>
<imosEnv>
  <imosEnvironments>
    <imosEnvironment name="prod" dbConnectString="Provider=Microsoft OLE DB Provider for SQL Server;Driver={SQL Server};Server={IMOS-SQL};Trusted_Connection={No};Database={prod};Uid={imos};Pwd={password}" dbSqlId="_sqlid" />
    <imosEnvironment name="test" dbConnectString="Provider=Microsoft OLE DB Provider for SQL Server;Driver={SQL Server};Server={IMOS-SQL};Trusted_Connection={No};Database={test};Uid={imos};Pwd={password}" dbSqlId="_sqlid" />
  </imosEnvironments>
</imosEnv>

Parameter Descriptions

The key to the imosEnv file is the individual <imosEnvironment> element that contains several attributes affecting your setup. This table includes these attributes:

...