Hi All,
Creating session taking long time ~ 23 secs, particularly getLocalClient() .
Please let me know if anyone has faced this and whats the solution to make faster.
thanks,
Amit G
What do you got in your $DOCUMENTUM/logs/dfctrace.*.log file if you put these in your dfc.properties file?
dfc.tracing.enable = truedfc.tracing.verbose=truedfc.tracing.include_rpc_count = truedfc.tracing.include_rpcs = true
Just to add what Miklos has suggested what you are likely to see is a connection to your global registry as dm_bof_registry followed by a load of RPCs and queries that load up the DFC caches. If you have dfc.tracing.mode=compact in dfc.properties then you should see timings against each of the trace lines. Possible causes could be a slow connection to your global repository, DNS lookup issues, slow queries (or too many queries) to the BOF registry. The trace should reveal the problem.
and
Thanks for the pointers. I will make the changes and let me know my findings.
Regards,