user environment variables

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
krisna
Participant
Posts: 77
Joined: Tue Apr 08, 2008 11:33 pm

user environment variables

Post by krisna »

Hi All,

I have simple parallel job drs stage --> transformer --> seq. When the values like hostname, username, password are defaulted then the job is executing succssesfully but the same jobs executed wtih project leve paramaeters (user environment variables) job is getting aborted. In log we are getting the message that 'Fatal Error: Fatal: ORA-12545: Connect failed because target host or object does not exist.

Note : Job is designed using datastage 7.5.3 and moved to datastage 7.5.2
all the environment variables are in 7.5.2 environment also.

Thanks in advance.
vinothkumar
Participant
Posts: 342
Joined: Tue Nov 04, 2008 10:38 am
Location: Chennai, India

Post by vinothkumar »

Are both versions are installed in same unix server. If yes, check the values of the parameters that got populated through Environment variables by seeing the director log.
mobashshar
Participant
Posts: 91
Joined: Wed Apr 20, 2005 7:59 pm
Location: U.S.

Post by mobashshar »

This error usually happens when your dsenv file values are wrong. Please check your 7.5.2 dsenv and make sure it is pointing to the correct and valid oracle_home and you are exporting the correct TNS_ADMIN value.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

can you do a tnsping to your database from the DataStage server?
Post Reply