XML INPUTSTAGE

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
basu.ds
Participant
Posts: 118
Joined: Tue Feb 06, 2007 12:59 am
Location: Bangalore

XML INPUTSTAGE

Post by basu.ds »

sorry ray,
Hi

I am trying to load data from xml file to sequential file using xmlinput stage but i am getting this warning

warnings ila unnavi
XML_Input_2,0: Warning: Comp_Ident_Chkjpb.XML_Input_2: XSLT Processor: Unknown element on the output. Element Name = "Start"


can any one help me regards this

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

Post by chulett »

Your XPath Expressions are invalid it seems. How where they generated? From the xml or an xsd or manually?
-craig

"You can never have too many knives" -- Logan Nine Fingers
joffijoy
Participant
Posts: 22
Joined: Mon Jun 11, 2007 8:51 am

Post by joffijoy »

Please check the Input XML. More than likely that node may not be in that XML. It might be ok, since it is a warning and there is no guarantee that all the nodes you defined are in XML all the time.
Post Reply