Runtime loading error "WRITESEQ"

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
maheshsatam
Participant
Posts: 5
Joined: Wed Nov 23, 2005 1:08 am

Runtime loading error "WRITESEQ"

Post by maheshsatam »

Trying to read from asequencial file and loading using an Oracle Buld Load but in the miđle of data load, it encounters the following error :

ORABULK.RUN(Clnt_JbE1LAClientMaster3..COM_CLIENT_NAME)WRITESEQ to data file(1) took ELSE with STATUS()=-4

Please Help.

Mahesh
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Mahesh,

the BASIC manual on page 8-658 tells that the status value of -4 after a WRITESEQ is caused by "The write operation failed because the device ran out of disk space."
Post Reply