Page 1 of 1

DB2_UDB_Enterprise - Warning- unable to chdir

Posted: Wed Feb 04, 2009 8:58 am
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

Posted: Wed Feb 04, 2009 9:04 am
by chulett
So... does that directory not exist or do you not have permissions to it?

Posted: Wed Feb 04, 2009 9:11 am
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; :(

Posted: Wed Feb 04, 2009 9:53 am
by chulett
Do you have "execute" permissions to that directory? That is what controls your ability to "cd" to it.

Posted: Wed Feb 04, 2009 11:02 am
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]

Posted: Wed Feb 04, 2009 11:30 am
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.

Posted: Wed Feb 04, 2009 2:07 pm
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!!!!!

Posted: Fri Feb 06, 2009 10:08 am
by bolingo
I solve the issue by doing this :

Code: Select all

$APT_COPY_TRANSFORM_OPERATOR = TRUE
Boling[/code]

Posted: Fri Feb 06, 2009 3:11 pm
by ray.wurlod
Do you understand what that does?