![]() | ![]() |
Home |
|
|
Access Service User's Guide DirectConnect for AS/400 |
|
| Chapter 2 Configuring the DirectConnect Access Service Library |
|
| Access service Tracing properties |
Tracing properties control whether access service data is written to the server trace file. For detailed information about the server trace file, see DirectConnect Server Administration Guide.
The subsection heading for these properties must appear in the service library configuration file as:
{Tracing}Because tracing degrades performance, use tracing only when Sybase Technical Support instructs you to configure specific tracing properties.
Warning!
To provide Sybase Technical Support with all the necessary trace data, the server trace file will be allocated a maximum of 20 MB of space. When the server trace file exceeds the maximum it will be copied to a file with the same filename and with an "_old" extension (<filename>_old). See the DirectConnect Server Administration Guide for suggestions for deleting or backing up old log and trace files.
Specifies whether the access service traces the DRDA transformation layer of the access service library.
TraceDRDATrans=[ no | yes ]
no
no means access service does not trace the DRDA transformation layer.
yes means access service traces the DRDA transformation layer.
Specifies whether the access service traces the event handler layer of the access service library.
TraceEvents=[ no | yes ]
no
no means the access service does not trace the event handler layer.
yes means the access service traces the event handler layer.
The access service traces Open Server calls such as connect, disconnect, language, and cursor events.
Specifies whether the access service traces the host communication layer of the access service library.
TraceHostCom=[ no | yes ]
no
no means the access service does not trace the host communication layer.
yes means the access service traces the host communication layer.
The access service traces all communications to and from the platform supporting the target database (LU 6.2 communications).
Specifies whether the access service traces the interface layer of the access service library.
TraceInterface=[ no | yes ]
no
no means the access service does not trace the interface layer.
yes means the access service traces the interface layer.
The access service traces all activity related to interfacing the access service library and the target database such as Open Client DB-Library, and Open Client CT-Library.
Specifies whether the access service traces the implementation layer of the access service library.
TraceTarget=[ no | yes ]
no
no means the access service does not trace the implementation layer.
yes means the access service traces the implementation layer.
The access service traces all database-specific target activity within the access service library.
|
|