If you are getting the error message while running the job:
1 |
APT_Communicator::connectTo: connect() failed due to Unix error = 10,061 (Unknown error) on node <HOSTNAME> using ConnectionInfo object 'TCP, connection Host: HOSTNAME (<IP>), TCP port number: 0', RETRYING connect() |
You have to follow these steps to fix the issue:
- You must ensure that you have in hosts file these two entries
12127.0.0.1 localhost::1 localhost - Next step is try if this commands working fine
12ping -4 localhostping -6 localhost - Set the parameter $APT_USE_IPV4 in DataStage project to True (1)
- Open DataStage InfoSphere Administrator client
- Select the project and on the properties button
- On the general tab click on the “Environment” button
- The parameter $APT_USE_IPV4 is located in the “Parallel” category
- Change the value to True
- Try run the job again!
Source: http://www-01.ibm.com/support/docview.wss?uid=swg21622965
Thanks a ton. After changing IPV4 from false to true, the job worked without any errors. I tried this change in Data Stage 11.7.1 version.