no file descriptor error

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
via
Premium Member
Premium Member
Posts: 118
Joined: Fri Sep 23, 2005 3:10 pm

no file descriptor error

Post by via »

Hi,
We are running a job which looks like

CFF(complex flat file stage)---->transformer--->flatfiles(4)

We are getting following errors and the job is getting aborted...
Export failed.
Output file full
Fatal Error: No file descriptor was supplied.
APT_CombinedOperatorController,0: sendWriteSignal() failed on node LAB03 ds = 4 conspart = 0 Broken pipe

APT_CombinedOperatorController,0: Fatal Error: Virtual data set.; output of "APT_TransformOperatorImplV0S14__trans": DM getOutputRecord error.


I think there is no chance for output file to be full, as we are creating the files at runtime.We have given the file names as .txt extensions.

Previously this job was running fine.
Any ideas?

Thanks

Via
Last edited by via on Wed Mar 26, 2008 3:20 pm, edited 1 time in total.
Via
-------------------------------------
Learn all the way, as you Grow each Second
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

You must be hitting the 2GB limit imposed by the OS for a file. Either that or your disk ran out of space.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
via
Premium Member
Premium Member
Posts: 118
Joined: Fri Sep 23, 2005 3:10 pm

Post by via »

Thanks Brian, i will check that..
Via
-------------------------------------
Learn all the way, as you Grow each Second
via
Premium Member
Premium Member
Posts: 118
Joined: Fri Sep 23, 2005 3:10 pm

Post by via »

The disk was out of space, we deleted some files and ran the job.it was successfull..Thanks..
Via
-------------------------------------
Learn all the way, as you Grow each Second
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yah Brian! :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

I told you they would still miss it :roll:
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply