Failed to locate information for server when pass in file

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
Boupha
Premium Member
Premium Member
Posts: 1
Joined: Thu Nov 15, 2007 6:51 pm

Failed to locate information for server when pass in file

Post by Boupha »

I am having problem kicking off datastage using command line from unix when passing in the file. I can kick it off sucessfully if I hard cord into the command line but when pass the file in it failed, see details below:

-bash-3.00$ dsjob -file /export/home/users/bthepha/.DSaccess asu301z1 asu301z2 -run -jobstatus xxx Seqxxx

Failed to locate information for server

Here's the DSaccess file contents:
asu301z2, btxxx, btxxx

Here's the hosts file contents:
-bash-3.00$ cat hosts
#
# Internet host table
#
::1 localhost
127.0.0.1 localhost
10.199.27.86 asu301z2 asu301z2.xxx.nsw.gov.au loghost
10.199.27.85 asu301z1 asu301z1.xxx.nsw.gov.au

domain lives in asu301z1
datastage engine lives in asu301z2

Can you tell me where have I gone wrong?
jgkayser
Participant
Posts: 3
Joined: Tue Feb 09, 2010 2:25 am

Post by jgkayser »

Hello Boupha, probably you already solved this but just in case you can solve this issue adding the domain name before the server name in the file, so now it would be:

DSaccess file contents:
domain,server,user,password
Post Reply