I would like to find out if anyone else is or has experienced this issue when using .Net & Documentum DFC.
When using .Net to Communicate with Documentum at the point of creating the DFC Client objects, it takes about 30 seconds to execute.
Here is a sample of the code:
//create Client objects
IDfClientX clientx = new DfClientX();
IDfClient client = clientx.getLocalClient(); //this line takes 30+ seconds
This is true when using getLocalClient(); and getLocalClient32();
I've tested this code on two machines and the behavior is the same.