I am new to documentum, I have documentum developer edition 6.6
Can anyone help me to getting started with DFS using C#. What tools, softwares i need to install. If there is a step by step sample available then please share.
Hello, you have posted this same questions here ;https://community.emc.com/message/661868 which post would you like to use? If your question posted in the mentioned link above is separate from the initial post then please go back and mark the post as answered and delete the last post you made on the thread. Let me know if you have any questions. -Manni
Obviously you need to install a Content Server, if you already have one you can install the DFS standalone in your development computer to avoid modifying an existing content server configuration. Then you need Visual Studio and the DFS SDK.
You can find some more information in powerlink, look for the DFS development guide pdf. If you're not forced to use DFS, consider using CMIS as it is the way to go, and with Apache Chemitry is really easy to use.
Documentum Support for CMIS, started with 6.7 Content Server.... hence you will have to upgrade from your Developer Edition.... which is quite old now..... 6.7 has been out a good while and 7.0 is due...
EMC fourms CMIS homepage
from a simple google {https://www.google.co.uk/search?q=documentum+.net+api} I get
Might have to try the last one myself....
Given the choice I would use DFS, which is a set of web services. DFS SDK is avaliable on the Developer Edition but it is a bit tricky to find. To access..
For more info (tips and tricks) on Composer, check out Paul Warren blog.... for example this explains howto get the Composer functionality into your latest copy of Eclipse.....
http://paulcwarren.wordpress.com/2008/07/30/documentum-composer-and-ganymede/
and this one which has note about DFS in it
http://paulcwarren.wordpress.com/2008/01/29/composer-d6/
The DFS URL on your developer edition would be
http://localhost:9080/services/core/ObjectService
or maybe
http://localhost:8080/services/core/ObjectService
Brian Dinneen wrote:Documentum Support for CMIS, started with 6.7 Content Server.... hence you will have to upgrade from your Developer Edition.... which is quite old now..... 6.7 has been out a good while and 7.0 is due...
Not really, from CMIS Release Notes:
One of the following product versions is a prerequisite for Documentum CMIS:
• Content Server 5.3, 5.3 SPx, 6, 6 SP1, 6.5, 6.5 SP1, 6.5 SP2 6.5 SP3, 6.6 or 6.7
You can use CMIS with any CS version...
Thanks to all, but I have to continue with DFS. I have Deployed DFS and trying to explore. Once again thanks to all of you.