error XML import - no data processed

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, 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 Smile
thank you
Andrea
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Andrea,

Delete your other duplicate post before somebody replies to it. You won't be able to delete it then.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
stivazzi
Participant
Posts: 52
Joined: Tue May 02, 2006 3:53 am

Post by stivazzi »

how can i delete other topic??
that was a mistake. i already replied saying it was wrong.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

By the 'Edit/Delete this Post' option. You can delete from reverse order.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply