Hi Experts,
I have a task at hand where in I have to pull data from a seperate application's database (oracle 10 g). This data is stored there as blobs. I have to convert blobs into pdf with some additional formatting and then store these pdfs at a particular location in documentum(Webtop) Repository.
I need your suggestion in implementing this feature in my application. The other applicaiton is a .Net application.
One of the solution I thought is by using 2 jobs at both sides. Firstly .Net job to create pdf files with formatting and to place these at a shared location from where second job(Documentum Job) will pick the data (by matching time stamp) and store it in repository. I know its not a good high level design.
Also is it a good design if only one job(documentum) runs which will hit other application's database and convert data into pdf and stores this in repository??
Please suggest a better way to implement this solution. I am open to any questions that you want to ask.
Regards,
Jitender