Configuration properties can be found in the Omnipatient.properties file, which is located in the following directory:
[OmniPatient]/iway7/config/OmniPatient/resources
The following table lists and describes these configuration properties:
|
Name |
Default Value |
Description |
|---|---|---|
|
inputfolder.location |
_sreg(iwayhome)IDS |
Input folder location for the file listeners. |
|
error.folder |
_sreg(iwayhome)error |
All messages that contain errors are delivered to this folder. |
|
qa.on |
off |
Determines whether to debug messages, which will be written to the [iwayhome]/debug folder. |
|
code.translation |
true |
Set value to off to stop source to Omni code translation. |
|
ws.port |
8999 |
Port for XML HTTP web service that takes IDS docs in the post body. |
|
omnicode.load |
true |
Loads the Omni codes at startup. |
|
ds.url |
jdbc:sqlserver://[hostname]:1433; databaseName=[dbname] |
Data source URL. |
|
ds.username |
[user] |
Data source user name. |
|
ds.password |
[password] |
Data source password. |