XMl file not created

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
ruf888
Participant
Posts: 20
Joined: Wed May 13, 2009 1:14 am
Location: Germany

XMl file not created

Post by ruf888 »

Hi,

I used a parallel job to read an input file and create a xml output file, nothing special, the job runs without error, but the output xml file is not created.

Has somebody any idea why it is not created though the job ends without any error or warnings ?

Now I found out why the file was not created, for the output field I forgot to set the structure of the output field, after adding this, the file was created.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

If by "output field" you mean the XPath Expressions that control the XML parsing, then yes - having them missing or incorrect could produce what you saw.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ruf888
Participant
Posts: 20
Joined: Wed May 13, 2009 1:14 am
Location: Germany

Post by ruf888 »

Hi,Chulett,

many thanks for your quick anwser.
I have found out by myself that the XPath expression was not there as it should be, ( the job was copied by someone else, I did not see that) as you have said. I added this and the xml was now created successfully.
Post Reply