You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello.
I wanna write data to two different MDM entities in a single subjob through tMDMOutput.
I'm using open studio for MDM 5.0.1.
And I have job compilation error:
"Exception in thread "main" java.lang.Error: Unresolved compilation problem: Duplicate nested type ThreadXMLField"
If I disable one of the two tMDMOutput components, everything works.
I've managed to walk around the problem by splitting the job to subjobs: the number of subjubs = the number of MDM entities I wanna write to.
So, the question: is it the correct approach ?
From the pure development point of view, it's easier to do the task in one subjob - less components in the job.
Moreover, one can use multiple tOracleOutput in one subjob. So, why it's impossible with tMDMOutput ?
Lastly, I'm attaching the two jobs exported from TOM (http://www.multiupload.nl/7UHWW02KLH)
and the screenshots.
Last edited by wentwog (2012-05-24 08:20:16)
Offline
Pages: 1