-
get HTTP header info in DFS context?
As part of the security in my Documentum web service layer, I want to implement a 'Trusted IP' security constraint. That is, in addition to the username, password, and docbase credentials included in the service context parameters, I want my service to interrogate the IP address or hostname of the service consumer. This…
-
Documentum Upgrade -- 6.5 => 6.7
***The following question has originally been posted in the Spanish Support Community, please reply the original thread if you can do it in Spanish*** Hi, I would like to know what the best way would be to upgrade. I have a Documentum Content Server in AIX, version 6.5 SP2 with Oracle 11. I would like to upgrade to version…
-
EXPORT CONTENT from DocBase using API
Hi, I have went through Documentum API Reference Guide. I'm able to execute single line commands in DA and DqMan as well. I need to export bulk contents from DocBase using API Scripts. I tried below script. Its throwing some error message. Can you please help me? query_str = "select r_object_id, ots_doc_number,…