I need to export all the data from one of our doucmentum repositories. We are moving to a non - documentum repository and I need to export everything on the local sysem. This is DFC 4.2.x as the content server is still running on 4.2 (that is one of the main reason to move everything and phase out that repository)
I'm in the process of finding the best strategy to export everything and I have written DFC code to export using ExportOperation. That works fine but brings out issues when exporting multiple versions of a document. By default when exported to a local system, a value is appended at the end of the file e.g. if abc is the object name then v1 is abc, v2 is abc0, v3 is abc1 and so on ...
Is there a better way to manage this issue and export all the versions? has anyone come across such an issue, it would be great help if you can share your strategy to export multiple versions of a document.
Thanks in advance