Output File error!

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
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Output File error!

Post by allavivek »

Hi All,

While writing to sequential file iam getting following error..

CFO,0: Export failed.
CFO,0: Output file full
CFO,0: Fatal Error: No file descriptor was supplied.
node_node0: operator [APT_RealFileExportOperator in CFO], partition 0 of 1, processID 2,441,310 on node0, player 18 terminated unexpectedly....

After searchig previous posts i tried following..
To check the file size , After executing job the output file is not created and getting this error...

ulimit -a is giving me..

file(blocks) unlimited
stcak (kbytes) 4194340
coredump(kbytes) 16384
and all are unlimited...

Any suggestions...
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Post by allavivek »

Output file is only 83MB.

but getting this error...

Any suggestions..
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

Check the file name in the sequential file stage. You may have passed some parameter without #...# or some typo.
Kandy
_________________
Try and Try again…You will succeed atlast!!
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Post by allavivek »

kandyshandy wrote:Check the file name in the sequential file stage. You may have passed some parameter without #...# or some typo.
Filename was correct .

i gave full path

xxx/xxx/xxx.dat
anbu
Premium Member
Premium Member
Posts: 596
Joined: Sat Feb 18, 2006 2:25 am
Location: india

Post by anbu »

Your file system may be full.

Run this command and check whether you have free space in your file system.

Code: Select all

/bin/df
You are the creator of your destiny - Swami Vivekananda
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

Then check for the space in the disk. Did you try searching DSxchange database?
Kandy
_________________
Try and Try again…You will succeed atlast!!
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Post by allavivek »

When i checked ulimit from inside job

it gave
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 2097152
stack(kbytes) 4194304
memory(kbytes) unlimited
coredump(blocks) 16384
nofiles(descriptors) unlimited

Any suggestions..
anbu
Premium Member
Premium Member
Posts: 596
Joined: Sat Feb 18, 2006 2:25 am
Location: india

Post by anbu »

Your file system may be full.

Run this command and check whether you have free space in your file system.

Code: Select all

/bin/df
You are the creator of your destiny - Swami Vivekananda
creatingfusion
Participant
Posts: 46
Joined: Tue Jul 20, 2010 1:26 pm
Location: USA
Contact:

Post by creatingfusion »

ulimit -a is giving me..
It should be a warning and not an error. It is not causing the issue it should be something else.

Verify the file path and the file name and also the delimiter in the file properties probably quotes and others.

Probably try to copy some sequential file stage from any other running datastage job and use it here but remember to change the file path and name over here.

Probably this should resolve the issue.

Thanks
Abhijit
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Post by allavivek »

anbu wrote:Your file system may be full.

Run this command and check whether you have free space in your file system.

Code: Select all

/bin/df
Hi anbu

After executing command

in /home it says used 100%

is this my disk is full...

If so how to free the space..

Can i remove all files from Scratch dir..
vivekgadwal
Premium Member
Premium Member
Posts: 457
Joined: Tue Sep 25, 2007 4:05 pm

Post by vivekgadwal »

How about your mount point being full? Can you rule that out?
Vivek Gadwal

Experience is what you get when you didn't get what you wanted
anbu
Premium Member
Premium Member
Posts: 596
Joined: Sat Feb 18, 2006 2:25 am
Location: india

Post by anbu »

Remove all the unnecessary files from /home.

If your Scratch directory comes under filesystem /home then remove those files.
You are the creator of your destiny - Swami Vivekananda
Post Reply