Hi everyone,
I hope you are all well.
The getLocalClient32() method takes about 30 seconds to execute, is there any way I can speed this up?
I've tested this on multiple machines and the behavior is the same.
Could this be a documentum setup issue?
I'm using .Net PIAs, C# ! code is below: !
IDfClientX ClientX = new DfClientX();
//The next line take about 30 seconds...
IDfClient dmClient = ClientX.getLocalClient32();
IDfLoginInfo LoginInfo = ClientX.getLoginInfo();
Regards,
Justin