There Goes AIIM CIP
2 years ago
Its all my personal learnings from different sources.These are my personal suggestion which has no relation with my employer.Please use these solutions at your own risk.
Application Xtender to Documentum Migration Flow of the program-1- Connect with AX DB 2- Read table and get all the records.3- Get docid - than get all the objectid for various pages.4- Convert the objectids to filesystem path using the formula5- Make a list of these files and check thier file extension using FileType Class which you can modify.6- Convert them into PDF if they are tiff or merge them as per the file types.7- Create the object in Docbase and attach the resulting file in STEP6 to the document and fill the attributes of document by the values which you retrived in STEP 2.After coding this, you can run it from mulitple computers to make the migration faster and restrict the query result set based on DOCID . NOTE- You should have access to the file system where AX files are stored as bin. Let me know how it goes.I hope it helps.Jar file to be download from internet and use in his code .itextpdf-5.1.2.jarjai_codec.jarjai_core.jarjai_windows-i586.jarjmimemagic-0.1.0.jarmlibwrapper_jai.jartika-app-0.9.jarFor source code, please comment on this blog , i will send you the source code.Happy Migration
© All Rights Reserved. Share The Documentum Knowledge
Was your migration sucessful? I would be interresting in getting a copy of the source code you used for this!
Please contact me at brianmcappxtender at gmail dot com
Totally succussful, let me post the code here on the blog and will let you know.
Thanks
Kulveer Singh
Is there API to problematically migrate? DFC??
Send me email I need a resource -- even part time is fine. We are pitching for a project. Will like to talk
Can I please get the Code?
Hi, just wondering if the source code is still available? I am working on same thing (migrate from AX to DCTM) now. Thanks!
I would love to evaluate the source code. I hope it is still available.
Thanks!
Can i access the code?