Page 1 of 1

Read XML Issue

Posted: Wed Apr 16, 2008 1:09 pm
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.

Posted: Wed Apr 16, 2008 1:33 pm
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

Posted: Wed Apr 16, 2008 1:38 pm
by r_arora
My design is : External Source Stage --> Read XML Stage --> Transformer --> Sequential File

Posted: Wed Apr 16, 2008 2:57 pm
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