Read XML Issue

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
r_arora
Participant
Posts: 20
Joined: Tue Mar 04, 2008 10:30 am

Read XML Issue

Post by r_arora »

I am reading the ETL Job Statistics from an XML File and loading a sequential file. But when I run my job I am getting the following error:

main_program: Could not locate operator definition, wrapper, or Unix command for ", quote=none}
(
AuditJobID:int32 {quote=none};
Name:string[max=255];
Desc:string[max=255];
Status:string[max=255];
JobStatusDescription:nullable string[max=100] {null_field="; please check that all needed libraries are preloaded, and check the PATH for the wrappers

Can anyone help me here?
This job was working fine before and has suddenly started to throw this error.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Can't be sure without seeing your job, but it sounds like it could be an issue with the way you are reading in the xml file..... are you using Sequential Stage? If so, try using External Source instead.....do a search and there are various thoughts on this throughout.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
r_arora
Participant
Posts: 20
Joined: Tue Mar 04, 2008 10:30 am

Post by r_arora »

My design is : External Source Stage --> Read XML Stage --> Transformer --> Sequential File
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

See if it dies with "any" instance of that document...... try another to see if it's a particular data value, as opposed to a design element problem with the job itself.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply