Orchestrate exception in main program

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
idw2ty
Participant
Posts: 10
Joined: Thu Sep 04, 2008 3:28 pm

Orchestrate exception in main program

Post by idw2ty »

Does anyone know what this error means? It does not tell me where in my job the error is occuring, so I cannot get it corrected.

main_program: Fatal Error: Caught ORCHESTRATE exception in main program: APT_ParseError: Parsing parameters "" for schema type "decimal": Expected precision; got: <eof>
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

you would ahve to explain your job design before anyone can suggest a solution. Are you using a schema file to specify meta data? Doing any conversions to decimal? you have missed giving the precision for a decimal field somewhere in your job.
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
Post Reply