Hello Guys,
I'm an old hat a OpenText content server and now looking to do some C# client programming for a Documentum System that is a v6 and v7. Does anybody know where I can find the DFC PIA installer and guides?
All help appreciated.
Regards, -Clarkebar
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
DFC PIA is not supported anymore as of Documentum 6. Use one of the web services products instead, e.g. DFS, Documentum REST services or CMIS.
@bacham3 said: DFC PIA is not supported anymore as of Documentum 6. Use one of the web services products instead, e.g. DFS, Documentum REST services or CMIS.
We have been running CS/DFC 6.6 for years now. Which one is similar to DFC? Something that our .NET developers can learn quickly?
@SRX said:
Which one is similar to DFC? Something that our .NET developers can learn quickly?
None. Web services APIs are much higher-level than DFC. DFS is SOAP-based while Documentum REST is obviously REST. I would say that REST is a bit easier to use. DFS supports more capabilities as it has been around longer but Documentum REST is catching up and is also extensible. CMIS is easy enough but feature-set is limited by CMIS standard.