Domain serviceshost:9080 cannot be reached

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Domain serviceshost:9080 cannot be reached

Post by ketfos »

While running istool command below, I am getting the following errr.

./istool export -domain serviceshost:9080 -u dsadm -p password -ar testing.isx -pre -ds '-incdep -base="ENGINEHOST/Dev_Project" Jobs/Batch/*.*'

ERROR: unable to connect to ISF server: serviceshost
Reason: Domain serviceshost:9080 cannot be reached.

I can scp to serviceshost server.
ketfos
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Try using the fully qualified name for the server - this might be a short name / long name issue.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

I tried using fully qualified domain names both for service host and engine host.

However it gives the same error.
ketfos
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Out of curiosity - try using the IP address:port no (example: 10.10.10.10:9080).

Also - just to be clear - the port number should match the port number you use to connect using the DataStage developer client.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Post Reply