Running unix script

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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

use an absolute path for "testfile".
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Exactly - you are making an assumption about where 'you' are when the script is run. Never assume. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

Hi All ,

Finall resolved ...

It was the driver issue ...earlier datastage was pointing to
VMor820.so and now we pointed to the other one " VMora20.so"
this worked .

But in test and development environment

ODBC was working with "VMor820.so" driver ..

How are those drivers different ...no idea?

Thank you all for your inputs..
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

kollurianu wrote:Hi All ,

Finall resolved ...

It was the driver issue ...earlier datastage was pointing to
VMor820.so and now we pointed to the other one " VMora20.so"
this worked .

But in test and development environment

ODBC was working with "VMor820.so" driver ..

How are those drivers different ...no idea?

Thank you all for your inputs..

sorry I posted at a wrong place.
wong_ricky
Participant
Posts: 5
Joined: Fri Feb 22, 2008 9:36 am

Post by wong_ricky »

Thank you Craig Hulett for your response...you are absolutely correctly..Thanks
Post Reply