XML Stage->XML Parser Step unable to drill down to leaf n

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
dskar123
Participant
Posts: 2
Joined: Wed Jul 04, 2012 11:03 pm

XML Stage->XML Parser Step unable to drill down to leaf n

Post by dskar123 »

I'm using XML Stage in DataStage 8.5 to process XML files into flat file. I have successfully imported a large XSD file through Schema Library Manager and I'm able to drill-down to my leaf nodes in the schema.

But in a parallel job using XML Stage, in the Assembly Editor, I'm not able to drill down to my leaf node in the first XML_Parser step.

I created one more XML Parser step (XML_Parser_1 step) and gave the XML Source as the point where the element was auto-chunked in the previous step. But still it doesn't drill further in the output tab and I'm not able to see "XML_Parser_1 Step" result.

Can you tell me where I could be possibly be wrong?

Attached are the images for your reference

XML_Parser (Step1):

Image

XML_Parser_1 (Step 2):

Image

Schema:

Image
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

<corrected your image tags>
-craig

"You can never have too many knives" -- Logan Nine Fingers
dskar123
Participant
Posts: 2
Joined: Wed Jul 04, 2012 11:03 pm

Re: XML Stage->XML Parser Step unable to drill down to le

Post by dskar123 »

has it got anything to do with FP2 patch? I had applied FP1 to get this XML Stage... in this scenario, I don't have any errors.. it's jus not drilling down..anyone came across this issue?
Post Reply