CCITIMEOUT
|
Allows the specification, in tenths of seconds, of the maximum time out period that will be used with any CCI based application, such as Drag and Drop, SourceConnect, FileShare or the Compare and Syncronisation Monitor. The default is 2 minutes (1200), and the maximum value that can be used is 2,147,483,647. For example to set this value to 4 minutes:
SET CCITIMEOUT=2400
|
CCIERRLOG
|
Specifies the output location and filename of
ccierr.log content which tracks first-instance errors reported from the operating systems.
CCIERRLOG overrides any entries found in
CCI.INI, where the syntax and content is explained in detail.
|
CCITRACE
|
Specifies the level of CCI tracing
Values
Filename for and trace output and the trace options. The trace options are as follows:
Note: In all options,
/ or
- must prefix the option. That is,
/OFF is the same as
-OFF.
- /OFF
Switches all CCI tracing off regardless of
CCI.INI settings.
- /D
Logs the contents of all buffers passed to and from the CCI functions. The default condition for this option is
OFF.
Warning: This type of tracing may not produce the desired results if the application has been coded to prohibit data tracing.
- /F
Logs the details of CCI API calls to the trace file. The default condition for this option is
OFF, unless a filename or any other trace option are specified, in which case it is always
ON.
- /P
Logs the details of protocol level calls to the trace file. If this flag is not
ON, then only the details of the CCI user level API will be traced. If this flag is
ON, the level of function tracing may be greatly increased. The default condition for this option is
OFF.
|