i am trying to programmatically download a crystal reports file from a cabinet in repository.any ideas?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Then, if it is java and you don't have to go http, I'd use DFC. Start with a search (or DQL statement) to get to the document, and get it's content.
Regards,
Cyril
Hi,
A few more questions to help specify the task:
Depending on the answer, DFC or DFS are the natural APIs to programaticaly do anything with Documentum. The samples should do what you are loooking for.
Thank you for your answer.
1- it is java,
2- it is remote on the network, we have firewall. not a specific protocol
3- i know with its name
4-i can authenticate and am able to list the cabinets programmatically.
i will search the dfc/dfs samples related with this issue.thank you very much.