Page 1 of 1

Posted: Thu Mar 27, 2008 2:45 pm
by kumar_s
Run a dsjob command from the Unix prompt from the user id and check if you have enough previlage.
btw, Has all the jobs been compiled once in the new server??

Posted: Thu Mar 27, 2008 2:50 pm
by kumar_s
You may delete the Other duplicate post, created on the Server forum.

Posted: Thu Mar 27, 2008 2:54 pm
by chulett
Looks like you are not sourcing your dsenv file in the script to properly establish the environment needed.

Posted: Thu Mar 27, 2008 2:54 pm
by reddysrc
yes, all jobs are compiled and no errors.

thanks
Chandu

Posted: Thu Mar 27, 2008 3:12 pm
by kumar_s
As mentioned, have you tried to execute the dsjob command from unix prompt? And after sourcing dsenv?

Try this from unix prompt.

Code: Select all

>dsjob
If you get error,

Code: Select all

>cd `cat /.dshome` 
>. ./dsenv
>dsjob

I am not the premium member to see your reply

Posted: Thu Mar 27, 2008 3:35 pm
by reddysrc
I am not the premium member to see your reply

Posted: Thu Mar 27, 2008 4:03 pm
by kumar_s
May be you can think about getting a membership to help Dsxchange to help you better.

DS7 to DS8.0 Migration Issue

Posted: Thu Mar 27, 2008 4:09 pm
by reddysrc
it is saying not found



>dsjob
ksh: dsjob: not found.

DS7 to DS8.0 Migration Issue

Posted: Thu Mar 27, 2008 4:10 pm
by reddysrc
it is saying not found

$ cd `cat /.dshome`
$ dsjob
ksh: dsjob: not found.

Posted: Thu Mar 27, 2008 5:22 pm
by ray.wurlod
Look CAREFULLY at the error message.

WHAT is not found? Gosh, it's a shared library (".so" suffix)!

Could it be, one wonders, that your shared library search path (probably the one set in dsenv) does not include the parent directory of libvmdsapi.so ?

Re: DS7 to DS8.0 Migration Issue

Posted: Fri Mar 28, 2008 3:51 am
by deanwalker
reddysrc wrote:it is saying not found

$ cd `cat /.dshome`
$ dsjob
ksh: dsjob: not found.
You still did not source dsenv ?