|
Schema
> Products
> SRTransport
> Doc
> SRTransportES
> Trace
Tracing SRTransport
Sometimes it is necessary to see in detail what SRTransport is doing, either for reporting bug information or for your own investigations.
Tracing is on by default in SRTransportES. It can be turned off by specifying the -trace no option. Otherwise SRTransport will trace all SQL and certain other information.
To trace SRTransport.app (the user interface), type the following command in a command window:
SRTransport.app/SRTransport -Trace YES | cat
All output is written to standard output instead of to SRTransport's Transporter Room window.
On NT, the cat command causes standard output to not be suppressed. Also on NT, the command script SRTransport.cmd can be used to trace SRTransport.app.
|