DS ERROR -need help urgent

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
dsguy_2006
Participant
Posts: 10
Joined: Wed Feb 22, 2006 10:41 pm

DS ERROR -need help urgent

Post by dsguy_2006 »

Column_Import_1: The number of attached output data sets (1) differs from APT_Operator::setOutputDataSets() arg (2)

main_program: Internal Error: (api_operator.output(i)): sc/sc.C: 4121
Traceback: Could not obtain stack trace; check that 'gdb' and 'sed' are installed and on your PATH

any help would be greatly appreciated

thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Suggest you try an 'Exact' search for a unique portion of the error, like check that 'gdb' and 'sed' are installed. Urgent usually means solving your own problem as most have been seen before.
-craig

"You can never have too many knives" -- Logan Nine Fingers
manishk
Participant
Posts: 32
Joined: Tue Oct 25, 2005 8:45 pm

hi

Post by manishk »

This happens when the unix resource are over utilised . check the heap size , core dump size , sratch disk size. I guess u must have got the error resource unavailable error as well. U have manipulate the size of Unix file system or need to modify the job or can run the job when Less jobs are running . Do monitor the resource utilization when u run the job.
Thanks
Manish
Post Reply