I have the developer edition of Documentum (the downloadable CentOS image, I believe is version 7.1), and I am experimenting with rest services. I am trying to follow the following guide:
https://community.emc.com/docs/DOC-55396
(which is a great article by the way).
However, in my install when I try to use the rest examples, I am getting errors. For example:
http://192.168.76.128:8080/dctm-rest/repositories/MyRepo/acls
Will give me the error:
{"status":404,"code":"E_RESOURCE_NOT_FOUND","message":"The operation failed because the resource specified by ID, name, type, or path cannot be found.","details":""}
And
http://192.168.76.128:8080/dctm-rest/repositories/MyRepo/objects/0c0007c28000450f/permission-set
Gives me a similar error. (although, taking "permission-set" off the end of the URI, and I get correct object information, including the property (<acl_name>dm_450007c28000050b</acl_name>).
Is this a limitation of the version of Documentum that is in the CentOS image? Does the ACL interaction require a later version of rest services?
Thanks,
Matt