One moment please...
 

XConnector.ini settings

 


In the XConnector.ini file the general settings for the XConnector are defined. These settings are applicable for all import tasks.
The XConnector.ini is created automatically in the same folder as the XConnector.exe. The settings are group in several sections.

 


Setting Description Example
LOG Setting the logging functionality on or off. When set on an activity log file XConnector.log will be created.
Logging is automatically enabled when the XConnector is executed by a command line.
The log functionality can explicitly be turned of using the setting LOG=OFF
  LOG="ON"
LOG="OFF"

CONNECTIONTIMEOUT Setting used to define the maximum time in seconds for the XConnector to connect to the SQL server. In very  rare cases it takes more than 3 seconds to connect to a SQL server.
If not set the default value of 3 seconds is used.
  CONNECTIONTIMEOUT="10"
COMMANDTIMEOUT Setting used in the XConnector.ini to define the maximum time in seconds for the XConnector to get the result of a query, view or stored procedure.
If not set the default value of 180 seconds is used.

  COMMANDTIMEOUT="300"
ASIMPORTTIMEOUT Setting used to define the maximum time in seconds for the XConnector to run the Exact ASIMPORT command. After this period of time the running ASIMPORT task is terminated preventing the machine's processor reaching 100% CPU in a scheduled situation.
If not set the default value of 1800 seconds (=30 minutes) is used.
  ASIMPORTTIMEOUT="3600"
MAXLOGFILESIZE
Setting to define the maximum size in bytes of the XConnector.log file.
This setting is only used when when logging is turned on with LOG="ON" in the XConnector.ini or the XConnector is executed by a command line.
Once the maximum size is reached the current log file will be renamed with a timestamp (e.g.  XConnector20170827164550.log)  and a new XConnector.log will be created.
If not set the default value of 1000000 byte (=1 Megabyte) is used.
  MAXLOFILESIZE="2000000"
XMLEVENTSUPDATE
Setting used to have the XConnector update the log records in the Exact XMLEvents table with file name used.
  XMLEVENTSUPDATE="ON"


Doc id: 00.009.864