Page 1 of 1

Fatal errors in running the job

Posted: Wed Jun 01, 2005 11:31 pm
by Prashantoncyber
Hi all,

when i am running the job its aborting

giving the following two fatal errors-

main_program: APT_CountReducer: field account_id is already present in the output interface schema.

main_program: Fatal Error: setOutputSchema() was not called in APT_CountReducer::describeReducer().

when is sequently re ran job its giving following three faltal errors-

main_program: The file identified as '/home/user6/target/no_accts1.txt' is not an ORCHESTRATE Data Set descriptor.

/home/user6/target/no_accts1.txt: Data set initialization for "/home/user6/target/no_accts1.txt": Output file dataset error: /home/user6/target/no_accts1.txt

main_program: Creation of step finished with status = FAILED

Any help shall be appriciated.

thanks

Prashant

Posted: Thu Jun 02, 2005 12:00 am
by ArndW
Morning Prashantoncyber,

the first message you are getting is because you have turned on column propagation; you either need to remove the duplicate column or turn off propagation. In your second run, it looks like you have declared a dataset but are trying to read a sequential (.txt) file. You need to either change your stage to a sequential one or to create a dataset.

Posted: Thu Jun 02, 2005 4:54 am
by ray.wurlod
Persistent data set control files conventionally have a ".ds" suffix. :idea: