Page 1 of 1

XMl file not created

Posted: Fri Jul 13, 2012 6:23 am
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.

Posted: Fri Jul 13, 2012 7:09 am
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.

Posted: Fri Jul 13, 2012 8:33 am
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.