Error in Compilation!

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
meet_deb85
Premium Member
Premium Member
Posts: 132
Joined: Tue Sep 04, 2007 11:38 am
Location: NOIDA

Error in Compilation!

Post by meet_deb85 »

Hi all,
I have migrated from one server to other server but when i am trying to run the datastage jobs i m getting following errors in job log :-


"main_program: **** Startup error on node1 connecting with conductor on CDELEISZOTZT02 with cookie 1253596094.307089.1cc0f8: unable to connect to port 10002 on conductor; socket = 8, Connection refused retries left: 3"

can anyone help me to resolve this issue??
meet_deb85
Premium Member
Premium Member
Posts: 132
Joined: Tue Sep 04, 2007 11:38 am
Location: NOIDA

Post by meet_deb85 »

Well i think this issue is related to port on which Conductor comunicates with section leaders. But i dont know how to resolve.Please help us to resslove this issue.. :(
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Have you verified that that port is accessable? Meaning not blocked by something like a firewall? An exact search for "open ports" would probably help as well.
-craig

"You can never have too many knives" -- Logan Nine Fingers
meet_deb85
Premium Member
Premium Member
Posts: 132
Joined: Tue Sep 04, 2007 11:38 am
Location: NOIDA

Post by meet_deb85 »

chulett wrote:Have you verified that that port is accessable? Meaning not blocked by something like a firewall? An exact search for "open ports" would probably help as well.
Well i think this is problem due to hostname entry in /etc/hosts
I am explaining the senario.

We have migrated our datastage server from 10.14.107.180 to 10.13.41.118 . Both the server has hostname CDELEISZOTZT02.And entry in the /etc/hosts are

10.14.107.180 CDELEISZOTZT02
10.14.5.53 CNDABCKPOTZP01
10.5.76.21 olmdb.airtelworld.in olmdb
10.13.41.118 CDELEISZOTZT02

Now when i run the command on server 10.13.41.118 ,then its output is

$ ping CDELEISZOTZT02
PING CDELEISZOTZT02: (10.14.107.180): 56 data bytes
64 bytes from 10.14.107.180: icmp_seq=0 ttl=250 time=1 ms
64 bytes from 10.14.107.180: icmp_seq=1 ttl=250 time=1 ms
64 bytes from 10.14.107.180: icmp_seq=2 ttl=250 time=1 ms

Code: Select all

So is it that there is hostname confilict ??
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

How exactly did you "migrated our datastage server from 10.14.107.180 to 10.13.41.118"?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Try with the new ip address rather than hostname.
meet_deb85
Premium Member
Premium Member
Posts: 132
Joined: Tue Sep 04, 2007 11:38 am
Location: NOIDA

Post by meet_deb85 »

chulett wrote:How exactly did you "migrated our datastage server from 10.14.107.180 to 10.13.41.118"?
This migration activity is done by AIX team and i think they have created as replica on new hosts.Here on 10.13.41.118 i am able to compile and run the server jobs but issue is with parallel. :cry:
meet_deb85
Premium Member
Premium Member
Posts: 132
Joined: Tue Sep 04, 2007 11:38 am
Location: NOIDA

Post by meet_deb85 »

another thing is came into picture ,that the old jobs (server/PX) which are migrated from other server is running fine only problem with the new jobs.. :(
meet_deb85
Premium Member
Premium Member
Posts: 132
Joined: Tue Sep 04, 2007 11:38 am
Location: NOIDA

Post by meet_deb85 »

meet_deb85 wrote:another thing is came into picture ,that the old jobs (server/PX) which are migrated from other server is running fine only problem with the new jobs.. :(
Issue has been resolved.We have changed the /etc/hosts file entry
Post Reply