Hello,
we have an old windows service that communicates with Documentum via DFC.
We created a new server with Documentum 7.2 and installed DFC 7.2.
The service is not working and it's throwing an exception on the line:
new Documentum.Interop.DFC.DfClientX();
and the exception is
Retrieving the COM class factory for component with CLSID {EFAC2D80-175B-11D2-9927-006097C27C31} failed due to the following error: 80040154.
I have registered the dfc.dll via regsvr32.
I think that the problem is that I have not installed DFC PIA but the dfc installer didn't suggest such option. Where I can download DFC PIA from for this version of Documentum?
Thanks,
Martin