Page 1 of 1

facing error when loading XML data into flat file

Posted: Wed Nov 05, 2008 3:24 pm
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

Posted: Wed Nov 05, 2008 4:26 pm
by lstsaur
You need to apply the patch e117664.

Posted: Thu Nov 06, 2008 8:07 am
by krishna81
Hi lstsaur,

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

kris

Posted: Thu Nov 06, 2008 4:37 pm
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