error XML import - no data processed

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
stivazzi
Participant
Posts: 52
Joined: Tue May 02, 2006 3:53 am

error XML import - no data processed

Post by stivazzi »

Hi all,
i am trying to import an xml file. i imported the base structure with xml meta data importer.
1 - used a file beginning with <myTag>
2 - used a file beginning with <myTag xmlns="http://myUrl/path">

now i have to load a file, which will be in the 2nd form (beginning with <myTag xmlns="http://myUrl/path">)
1- if i use the first structure, there is no error but data are not processed. 0 rows
2- if i use the 2nd structure, an error raise : Unable to resolve prefix 'ns1'.
pattern = '/ns1:myTag/ns1:lists/ns1:list'(Unknown URI, 12, 90)
Remaining tokens: ('/')

i read old topics, but can not find anything helpful to me...

please help me... i am desperate!!!
if everything is ok this will be my last question :)
thank you
Andrea
stivazzi
Participant
Posts: 52
Joined: Tue May 02, 2006 3:53 am

wrong forum!!!

Post by stivazzi »

SORRY!!!!!
Post Reply