Erro while reading from XML File

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
chowdary
Participant
Posts: 38
Joined: Thu Jun 23, 2005 11:25 am

Erro while reading from XML File

Post by chowdary »

People,

I am trying to read data from XML file and laod into a flat file, i am getting the following error

Error:test_xml_1..XML_Input_8: No repetition element specified for link "DSLink4". Please make sure a column that contains the repetition path is set as key in the output link table definition.

Warning:Attempting to Cleanup after ABORT raised in stage test_xml_1..XML_Input_8


can you please suggest how to fix this error.

Thanks

[/img]
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

As it says, "please make sure a column that contains the repetition path is set as key in the output link table definition".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chowdary
Participant
Posts: 38
Joined: Thu Jun 23, 2005 11:25 am

Post by chowdary »

Ray,

I checked that one and there is no repetition path in the out put table definition, still i don't understand why it is throwing this error even though there is no repition in the the path

Do you think is there any reason for throwing this error........

Thanks
logic
Participant
Posts: 115
Joined: Thu Feb 24, 2005 10:48 am

Post by logic »

Choudhary,
Check the incoming file format. There should be a repitition field.
Post Reply