Fatal errors in running the job

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
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Fatal errors in running the job

Post 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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Persistent data set control files conventionally have a ".ds" suffix. :idea:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply