xml job is getting hang

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
DWH-M
Premium Member
Premium Member
Posts: 46
Joined: Thu Sep 06, 2007 5:26 am

xml job is getting hang

Post by DWH-M »

HI

I am using the below sample xml source to read from xml job, but i am n ot able to make it success.

i am using the external source-->xml input---->copy stage.

but job is getting hang not able to sucess

<Customer>
<CustNo Value="suma536784">suma536784</CustNo>
<CustName Value="sumalatha">sumalatha</CustName>
</Customer>


could anyone help me to resolve my issue please


Thanks in advance

Suma
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Do you have any xml jobs working? Is this your first one? Do some searching here on the forum. Look for the xml best practices guide.

Then outline how you imported your metadata, whether your external source works without the xml, etc.

Test also in a Server Job using Folder Stage as a source. It is sometimes more forgiving with error messages when you are first working with xml.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply