I have a client who wants some files pulled out of documentum a few to many for manual work. So I am trying to connect and do this work via DFS and have a couple questions.
1) I downloaded the latest sdk and have the sample code from that ready to test. Can I connect to documentum 5.3 with this sdk or do i need to find the older one?
2) My client has recently lost all of their local Doumentum talent and have given me Admin access to their documentum repo. the sample code from the sdk starts with a few constant fields
/************************************************************
* You must supply valid values for the following fields: */
/* The repository that you want to run the query on */
private String repository = "xxxxx";
/* The username to login to the repository */
private String userName = "xxxxx";
/* The password for the username */
private String password = "xxxxx";
/* The address where the DFS services are located */
public String address = "http://hostname/services";
/***********************************************************/
I know the appropriate values for the first three but I don't know where to find the address. Given that I have admin access is enough information in the configuration section of the website that I can derive this value? Can someone point me in the right direction.
I know this is a blind leading the blind type of situation but I'd appreciate any help I can get.
All the best,
Justin