Attempting to Cleanup after ABORT raised in stage XXXXXXXX

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
brajesh527
Participant
Posts: 2
Joined: Wed Nov 11, 2009 6:04 am

Attempting to Cleanup after ABORT raised in stage XXXXXXXX

Post by brajesh527 »

I have been experiencing the below error often.Job failed without reseting it. and it ran successfully on reruning. I took out below error from previous run log:
error: DataStage Job 835 Phantom 13026
The variable "APT_NO_JOBMON" is not in the environment.
Unable to create temporary work file, aborting.
[ENOSPC] No space left on device
Attempting to Cleanup after ABORT raised in stage xxxxxxxx
DataStage Phantom Aborting with @ABORT.CODE = 3

Could anyone here please tell me what could be the solution for above issue ?
behrouz
Participant
Posts: 41
Joined: Tue Oct 28, 2008 4:13 am

Re: Attempting to Cleanup after ABORT raised in stage XXXXXX

Post by behrouz »

brajesh527 wrote:I have been experiencing the below error often.Job failed without reseting it. and it ran successfully on reruning. I took out below error from previous run log:
error: DataStage Job 835 Phantom 13026
The variable "APT_NO_JOBMON" is not in the environment.
Unable to create temporary work file, aborting.
[ENOSPC] No space left on device
Attempting to Cleanup after ABORT raised in stage xxxxxxxx
DataStage Phantom Aborting with @ABORT.CODE = 3

Could anyone here please tell me what could be the solution for above issue ?
You miss space no?
in PH drive or Dataset server drive have a look there
Arash.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Re: Attempting to Cleanup after ABORT raised in stage XXXXXX

Post by ArndW »

brajesh527 wrote:...Unable to create temporary work file, aborting.
[ENOSPC] No space left on device
This would be the directory you are using for temporary workspace that is filling up.
brajesh527
Participant
Posts: 2
Joined: Wed Nov 11, 2009 6:04 am

Post by brajesh527 »

Hi ArndW,
You are right , issue seems with temporary space /DatastageApp/tmp which got full due to previous temp files. Now I have cleared that for now. Hope error will not occur again.
Post Reply