Below URL is used to enable tracing on the client side...IP/Localhost(if app server on same m/c) in place of xxx
http://xxx.xxx.xxx.xxx:8080/webtop/wdk/dmclTrace.jsp?level=10&logfile=C:\dfc_trace.log
Also, add the below information in dfc.properties file at the end
dfc.logging.level_to_force_stack=ALL
dfc.logging.verbose=true
dfc.tracing.enable=true
dfc.tracing.include_rpc_count=true
dfc.tracing.include_rpcs=true
dfc.tracing.log.level=ALL
dfc.tracing.print_exception_stack=true
dfc.tracing.verbose=true
dfc.tracing.include_session_id=true
dfc.tracing.mode=standard
dfc.tracing.timing_style=date
dfc.tracing.dir=c:/temp/trace
____________________________________
1 comment:
Two slight corrections for 28. List of object types and corresponding identifiers:
dm_query --> 0a
dm_store --> 0e
Post a Comment