How to Setup an ArcSDE Trace for API Developers troubleshooting ?
The trace corresponds to client API calls, not the calls made inside the server executive to the database itself.
The use of the trace environment is simple
Create following two environment variables:
SDETRACELOC=C:\TEMP1\trace
SDETRACEMODE=vf
Now launch ArcGIS Desktop. You should disable the trace by removing or altering the SDETRACELOC variable.
And to know what is happening between the SE_stream_execute and the first SE_stream_fetch you'll have to use the Oracle's trace.
So this is how we setup SDE Trace.
Thanks.
NJ
The trace corresponds to client API calls, not the calls made inside the server executive to the database itself.
The use of the trace environment is simple
Create following two environment variables:
SDETRACELOC=C:\TEMP1\trace
SDETRACEMODE=vf
Now launch ArcGIS Desktop. You should disable the trace by removing or altering the SDETRACELOC variable.
And to know what is happening between the SE_stream_execute and the first SE_stream_fetch you'll have to use the Oracle's trace.
So this is how we setup SDE Trace.
Thanks.
NJ
No comments:
Post a Comment