Error in XML while loading sequential file

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
Roopanwita
Participant
Posts: 125
Joined: Mon Sep 11, 2006 4:22 am
Location: India

Error in XML while loading sequential file

Post by Roopanwita »

Hi,
I am trying to load a sequential file from a XML stage. While running it is giving error:

Code: Select all

 "XML_Input_0,0: Error: The name '{0}' is not a valid NCName.
expression = '/:TestReportData/:TestData' Remaining tokens are:  ('/')
My job design is as:

Code: Select all

External Source Stage--> XML Stage---> Copy---> Sequentail File
Thanks,
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Do an Exact Match search of the forums for "is not a valid NCName".
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply