facing error when loading XML data into flat file

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
krishna81
Premium Member
Premium Member
Posts: 78
Joined: Tue May 16, 2006 8:01 am
Location: USA

facing error when loading XML data into flat file

Post by krishna81 »

Hi,

I am facing the below error while loading XML file into sequential.
XML_Input_14,0: Error: Prefix must resolve to a namespace: {0}.

the job flow eould be looks like

Seq--->XML i/p--->Tx--->Seq.


I would appreciate for uour quick response

kris
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

You need to apply the patch e117664.
krishna81
Premium Member
Premium Member
Posts: 78
Joined: Tue May 16, 2006 8:01 am
Location: USA

Post by krishna81 »

Hi lstsaur,

We already have this patch e117664.please let me know is there any other option to resolve this issue.

kris
John Smith
Charter Member
Charter Member
Posts: 193
Joined: Tue Sep 05, 2006 8:01 pm
Location: Australia

Post by John Smith »

In the XML Input Stage tab, under Transformation setting make sure you define the namespaces that you use in your XML file.
Then in the Output make sure that the Description field has prefix that matches what the namespace prefix is.

Have you successfully parse the XML before in other jobs?

JS
Post Reply