DS7 to DS8.0 Migration Issue

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post 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??
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

You may delete the Other duplicate post, created on the Server forum.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Looks like you are not sourcing your dsenv file in the script to properly establish the environment needed.
-craig

"You can never have too many knives" -- Logan Nine Fingers
reddysrc
Participant
Posts: 39
Joined: Mon May 30, 2005 3:19 pm

Post by reddysrc »

yes, all jobs are compiled and no errors.

thanks
Chandu
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post 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
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
reddysrc
Participant
Posts: 39
Joined: Mon May 30, 2005 3:19 pm

I am not the premium member to see your reply

Post by reddysrc »

I am not the premium member to see your reply
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

May be you can think about getting a membership to help Dsxchange to help you better.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
reddysrc
Participant
Posts: 39
Joined: Mon May 30, 2005 3:19 pm

DS7 to DS8.0 Migration Issue

Post by reddysrc »

it is saying not found



>dsjob
ksh: dsjob: not found.
Thanks

Rama
reddysrc
Participant
Posts: 39
Joined: Mon May 30, 2005 3:19 pm

DS7 to DS8.0 Migration Issue

Post by reddysrc »

it is saying not found

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

Rama
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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 ?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
deanwalker
Participant
Posts: 82
Joined: Tue Jan 22, 2008 10:37 am
Location: UK

Re: DS7 to DS8.0 Migration Issue

Post by deanwalker »

reddysrc wrote:it is saying not found

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