Local Adaptor Settings File
The initial configuration of the adaptor service is held in the settings.ini file in the installation folder of the service. An example of the settings.ini file is shown below.
The fields in the example above are described in more detail in the table below.
Ini Group | Field | Description |
---|---|---|
Settings | CheckLimsInterval | The default time interval (in ms) used by the service when polling the Remote Sampler cloud and the external data system for changes to data |
AdaptorType | The mode of operation of the adaptor service. Currently, the only options are:
| |
RemoteSampler | HostName | The hostname of the cloud Remote Sampler system to which the adaptor should connect |
Port | The port of the cloud Remote Sampler system to which the adaptor should connect | |
Username | The username with which the adaptor should connect to the Remote Sampler cloud system | |
Password | The password (in plain text) with which the adaptor should connect to the Remote Sampler cloud system | |
SampleManager | HostName | The hostname of the SampleManager server to which the adaptor should connect |
Port | The port of the SampleManager server to which the adaptor should connect | |
ConnectionString | The connection string for the SampleManager backend database | |
Username | The username with which the adaptor should connect to the SampleManager | |
Password | The password (in plain text) with which the adaptor should connect to the SampleManager | |
AcceptStyle | Currently only one value supported: NWLSTYLE | |
DirectFile | ImportFolder | The folder the adaptor should poll for XML files to import |
ExportFolder | The output folder to which the adaptor should write XML files containing exported data |
Warning
Changes to the settings.ini file will only be applied when the service is restarted and some settings may be overwritten after startup by those held on the cloud Remote Sampler system.