No disk resources found in "sort" pool or default

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
ssunda6
Participant
Posts: 91
Joined: Tue Sep 19, 2006 9:32 pm

No disk resources found in "sort" pool or default

Post by ssunda6 »

Hi All,

I have a job with change capture stage, join etc. The job was running perfectly well. But then now it is getting aborted with the following warnings:

Code: Select all

joinProdNum.inCpyoraAdtProd2_Sort,1: Cannot access scratch disk " /opt/etl/scratch " : Permission denied 
joinProdNum.inCpyoraAdtProd2_Sort,1: No disk resources found in "sort" pool or default pool; using /tmp
Here 'joinProdNum' is join stage name whereas 'inCpyoraAdtProd2' is link name coming to it. There are several such errors for join stage and change capture stage. And finally the job is getting aborted.

The same id is being used to run the job earlier and now.
Any pointers would be helpful.

Thanks in advance,
ssunda.
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Code: Select all

joinProdNum.inCpyoraAdtProd2_Sort,1: Cannot access scratch disk " /opt/etl/scratch " : Permission denied
What has changed? It seems that you do not have permissions to this directory.
ssunda6
Participant
Posts: 91
Joined: Tue Sep 19, 2006 9:32 pm

Post by ssunda6 »

I dint change anything. It was running fine yesterday.
legendkiller
Participant
Posts: 60
Joined: Sun Nov 21, 2004 2:24 am

Post by legendkiller »

Check the permission on given directory outside the datasatge
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You were asked "what has changed" not "what did you change", quite a difference there.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ssunda6
Participant
Posts: 91
Joined: Tue Sep 19, 2006 9:32 pm

Post by ssunda6 »

Got it Chulett. Nothing has changed actually. But now, Iam able to run the job again properly. I think there was some space problem.
ssunda6
Participant
Posts: 91
Joined: Tue Sep 19, 2006 9:32 pm

Post by ssunda6 »

Got it Chulett. Nothing has changed actually. But now, Iam able to run the job again properly. I think there was some space problem.
Post Reply