DB2_UDB_Enterprise - Warning- unable to chdir

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
bolingo
Premium Member
Premium Member
Posts: 22
Joined: Fri Nov 24, 2006 5:19 am

DB2_UDB_Enterprise - Warning- unable to chdir

Post by bolingo »

Hi everyone,

I try to remove the warning below from my job:

DB2_UDB_Enterprise_1,0: Warning: unable to chdir(/opt/appl/Ascential/DataStage/Projects/EIN_TRX_MON_DEV): No such file or directory :oops:

Could someone help me to fix it!

Thanks in advance;

Bolingo
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

So... does that directory not exist or do you not have permissions to it?
-craig

"You can never have too many knives" -- Logan Nine Fingers
bolingo
Premium Member
Premium Member
Posts: 22
Joined: Fri Nov 24, 2006 5:19 am

Post by bolingo »

This directory exists;
It is my project directory;

I have permission to create, update, etc files in this directory;
chulett wrote:So... does that directory not exist or do you not have permissions to it?
But it difficult to fix this warning; :(
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Do you have "execute" permissions to that directory? That is what controls your ability to "cd" to it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
bolingo
Premium Member
Premium Member
Posts: 22
Joined: Fri Nov 24, 2006 5:19 am

Post by bolingo »

I have "execute" permission to that directory;
like this:
drwxrwxr-x2432 dsadm dstage 176128 Feb 04 11:06 EIN_TRX_MON_DEV
chulett wrote:Do you have "execute" permissions to that directory? That is what controls your ability to "cd" to it.
I tcheck before asking in this forum; it is odd warning;
Thank you;

Bolingo[/b]
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Note I did say "to that" not "on that"... you'd need to check all the way up from root. Just trying to cover all the bases.
-craig

"You can never have too many knives" -- Logan Nine Fingers
bolingo
Premium Member
Premium Member
Posts: 22
Joined: Fri Nov 24, 2006 5:19 am

Post by bolingo »

from root to /opt/appl/Ascential/DataStage/Projects/, I get this right drwxr-xr-x;
So , I think, it is not a probleme of permission;
chulett wrote:Note I did say "to that" not "on that"... you'd need to check all the way up from root. Just trying to cover all the bases.
help please!!!!!
bolingo
Premium Member
Premium Member
Posts: 22
Joined: Fri Nov 24, 2006 5:19 am

Post by bolingo »

I solve the issue by doing this :

Code: Select all

$APT_COPY_TRANSFORM_OPERATOR = TRUE
Boling[/code]
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you understand what that does?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply