Information server DSN validation
Symptom
CDIIA0001E: PXProcessor.java:150 PxValidation26877554: Job status -> 1:Job 2: PxValidation_PxValidation26877554 failed, please verify that the job is submitted correctly. DS job Numer is RT_SC464.
Detailed Log:
Event 1: main_program: **** Startup error on node1 connecting with conductor on servername with cookie 1449726886.728000.1eb0: unable to connect to port 10000 on conductor; socket = 0, Unknown error
**** Startup error on node2 connecting with conductor on vps42320 with cookie 1449726886.728000.1eb0: unable to connect to port 10000 on conductor; socket = 0, Unknown error
Event 2: main_program: Accept timed out retries = 8
Event 3: main_program: The section leader on servername died
Event 4: main_program: **** Parallel startup failed ****
This is usually due to a configuration error, such as
not having the Orchestrate install directory properly
mounted on all nodes, rsh permissions not correctly
set (via /etc/hosts.equiv or .rhosts), or running from
a directory that is not mounted on all nodes. Look for
error messages in the preceding output.
Event 5: main_program: The following output is for IBM internal diagnostic use.
Event 6: main_program: APT_PMConnectionRecord:: kill() for rsh process failed, Permission denied
APT_PMConnectionRecord:: kill() for rsh process failed, Permission denied
Event 7: main_program: Unable to contact one or more Section Leaders.
Probable configuration problem; contact Orchestrate system administrator.
Event 8: main_program: Step execution finished with status = FAILED.
CDIIA0001E: PXProcessor.java:150 PxValidation26877554: Job status -> 1:Job 2: PxValidation_PxValidation26877554 failed, please verify that the job is submitted correctly. DS job Numer is RT_SC464.
Detailed Log:
Event 1: main_program: **** Startup error on node1 connecting with conductor on servername with cookie 1449726886.728000.1eb0: unable to connect to port 10000 on conductor; socket = 0, Unknown error
**** Startup error on node2 connecting with conductor on vps42320 with cookie 1449726886.728000.1eb0: unable to connect to port 10000 on conductor; socket = 0, Unknown error
Event 2: main_program: Accept timed out retries = 8
Event 3: main_program: The section leader on servername died
Event 4: main_program: **** Parallel startup failed ****
This is usually due to a configuration error, such as
not having the Orchestrate install directory properly
mounted on all nodes, rsh permissions not correctly
set (via /etc/hosts.equiv or .rhosts), or running from
a directory that is not mounted on all nodes. Look for
error messages in the preceding output.
Event 5: main_program: The following output is for IBM internal diagnostic use.
Event 6: main_program: APT_PMConnectionRecord:: kill() for rsh process failed, Permission denied
APT_PMConnectionRecord:: kill() for rsh process failed, Permission denied
Event 7: main_program: Unable to contact one or more Section Leaders.
Probable configuration problem; contact Orchestrate system administrator.
Event 8: main_program: Step execution finished with status = FAILED.
Resolving the problem
Hosts should have at least the following 2 entries:
# localhost name resolution is handled within DNS itself.
127.0.0.1 localhost
::1 localhost
You should be able to ping localhost via V4 and V6 IP topologies:
ping -4 localhost
ping -6 localhost
Set $APT_USE_IPV4=1 as the default in all projects or set this as Windows default environment.
Steps to set $APT_USE_IPV4 DataStage Administrator client:
- Select Projects tab
- Select Project
- Click Properties
- Click Environment button
- Click Parallel Category
- Locate APT_USE_IPV4 and set to TRUE
--
Thank You.
Regards,
Guru