XML Hierarchical stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sandeepch19
Participant
Posts: 36
Joined: Fri May 21, 2010 12:40 am
Location: Bangalore

XML Hierarchical stage

Post by Sandeepch19 »

Error when changed the target path from ABC to ABC_DE. Checked in Google and couldn't see any solution for this particular issue.

main_program: Fatal Error: ErrorDuringDocumentCreation cause = 'java.util.InvalidPropertiesFormatException: org.xml.sax.SAXParseException: The reference to entity "UY" must end with the ';' delimiter.'
Sandeep Chandrashekar
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Tell us a lot more about what you are doing..... parsing xml, reading it via xmlInput? writing it? Did the Job ever work? ...with the old root of ABC.......we need more context to help.

Thanks.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Sandeepch19
Participant
Posts: 36
Joined: Fri May 21, 2010 12:40 am
Location: Bangalore

Post by Sandeepch19 »

Hi,

We are generating this XML using XML hierarchical stage with old root of ABC but, when we changed the directory to ABC_DE we are getting the mentioned error.
Sandeep Chandrashekar
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Wish I could help. There isn't any clear "directory" related to "root". Unless you mean the root that is chosen in the xml Composer Step? If so, yes, that could radically change things and you might have to respecify the whole assembly after changing the selected root chosen in the tree of the respective xml parser or composer step.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Sandeepch19
Participant
Posts: 36
Joined: Fri May 21, 2010 12:40 am
Location: Bangalore

Post by Sandeepch19 »

when i mentioned root that is a directory that is chosen in the XML composer step. That is where the xml is getting generated .
Sandeep Chandrashekar
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Then by all means....if you alter the root, all the references in steps afterward have to be changed, altered, re-designed...

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply