Page 1 of 1

dsjob command - error while using ./dsenv

Posted: Fri Mar 27, 2009 12:03 pm
by praveensuss
Hi,

I was trying to run the ./dsenv command before running the dsjob command. But I get a permission error as shown below:

-bash-3.2$ pwd
/opt/IBM/InformationServer/Server/DSEngine
-bash-3.2$ ./dsenv
-bash: ./dsenv: Permission denied
-bash-3.2$


what may be the reason for this ?

Thank you !

Re: dsjob command - error while using ./dsenv

Posted: Fri Mar 27, 2009 1:05 pm
by swades
Try changing your shell

Posted: Fri Mar 27, 2009 1:08 pm
by chulett
You don't "run" it like that, you're missing a "dot space" in front:

Code: Select all

. ./dsenv
That's how you "source" the file, btw.