XML stage error

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
suja.somu
Participant
Posts: 79
Joined: Thu Feb 07, 2013 10:51 pm

XML stage error

Post by suja.somu »

job reads a comma delimited flat file and creates a XML. All the source fields are mapped ( totally 9 fields) and none of the columns have NULL or any special character data . The job aborts with the below fatal error message.

XML_304,0: Fatal Error: CDIER0401E: An error occurred during XML parsing because=java.io.IOException: The character '.

What would be the cause of the error ? Can someone throw light on this.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are there more lines to this error message?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
suja.somu
Participant
Posts: 79
Joined: Thu Feb 07, 2013 10:51 pm

Post by suja.somu »

Thanks Ray.

No meaningful messages other than the below.

node_node2: Player 2 terminated unexpectedly.
main_program: APT_PMsectionLeader(2, node2), player 2 - Unexpected exit status 1.

main_program: Step execution finished with status = FAILED.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Start eliminating columns. One of them is likely to have bad data, or you have an issue with the file's definition. I would definitely stsrt by zapping the contents of the final column in the csv in an upstream transformer. Just force it to "xxxxx" for now. Coukd be that you are reading past the end of record and bringjng in some bad characters.

Ernie
Ernie Ostic

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