Error while doing View Data

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
dslearner09
Participant
Posts: 14
Joined: Thu Dec 17, 2009 11:56 am
Location: India

Error while doing View Data

Post by dslearner09 »

Hi

I installed DS 7.5.2 on Windows XP Professional. Its for my practice. While trying to accss the data with Sequential file and tried view data, I'm getting the following error...

===================================

Error:

##I TFCN 000001 00:01:24(000) <main_program>
Ascential DataStage(tm) Enterprise Edition 7.5
Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved


##I TOSH 000002 00:01:25(000) <main_program> orchgeneral: loaded
##I TOSH 000002 00:01:25(001) <main_program> orchsort: loaded
##I TOSH 000002 00:01:26(000) <main_program> orchstats: loaded
##W TCOS 000049 00:01:26(001) <main_program> Parameter specified but not used in flow: DSProjectMapName
##I TFSC 000001 00:01:28(003) <main_program> APT configuration file: C:/Ascential/DataStage/Configurations/default.apt
##W TFPM 000147
**** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276453888.330000.1314: unable to connect to port 10000 on conductor; socket = 3, Connection refused retries left: 3
##W TFPM 000147
**** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276453888.330000.1314: unable to connect to port 10000 on conductor; socket = 3, Connection refused retries left: 2
##W TFPM 000147
**** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276453888.330000.1314: unable to connect to port 10000 on conductor; socket = 3, Connection refused retries left: 1
>##E TFPM 000148
>**** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276453888.330000.1314: unable to connect to port 10000 on conductor; socket = 3, No such file or directory
>##E TFPM 000152 00:01:58(000) <main_program> Accept timed out retries = 4
>##E TFPM 000153 00:01:58(001) <main_program> The section leader on COMPNAME died
>##E TFPM 000356 00:01:58(002) <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.
>
>
##I TFPM 000177 00:01:58(003) <main_program> Step started on node COMPNAME; it uses 1 nodes.
The program running the step is /C=/Ascential/DataStage/PXEngine/bin/osh.exe.

##I TFPM 000178 00:01:58(004) <main_program> The ORCHESTRATE startup program in /C=/Ascential/DataStage/PXEngine/etc/standalone.sh is being used.

##I TFPM 000181 00:01:58(005) <main_program> A startup script is not being used.

##I TFPM 000183 00:01:58(006) <main_program> The TCP port being used for startup is 10000; the associated socket number is 3.

##I TFPM 000184 00:01:58(007) <main_program>
Node status:


##I TFPM 000185 00:01:58(008) <main_program> COMPNAME -
##I TFPM 000187 00:01:58(009) <main_program> rsh issued, no response received


>##E TFPM 000134 00:01:58(010) <main_program> APT_PMConnectionRecord:: kill for rsh process failed, Operation not permitted
>##E TFPM 000247 00:01:58(011) <main_program> Unable to contact one or more Section Leaders.
>Probable configuration problem; contact Orchestrate system administrator.
>
>##E TFSR 000011 00:01:58(012) <main_program> Step execution finished with status = FAILED.
##I TCOS 000026 00:01:58(013) <main_program> Startup Time 0:33 Production Run Time 0:00


=======================================

Here I'm giving the completed error.

Could you please?

Thanks in advance
dslearner09
Participant
Posts: 14
Joined: Thu Dec 17, 2009 11:56 am
Location: India

Post by dslearner09 »

Hi...

When I run the job it is giving the following warnings

==========
main_program: **** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276456058.429000.1628: unable to connect to port 10000 on conductor; socket = 4, Connection refused retries left: 3
main_program: **** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276456058.429000.1628: unable to connect to port 10000 on conductor; socket = 4, Connection refused retries left: 2
main_program: **** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276456058.429000.1628: unable to connect to port 10000 on conductor; socket = 4, Connection refused retries left: 1
main_program: **** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276456058.429000.1628: unable to connect to port 10000 on conductor; socket = 4, No such file or directory


=============

And the FATAL is

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.


Please kindly help me...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Let's get this out of the way first - XP is in no way a supported O/S for the Server component, so not surprising you are having issues with it. And since it is attempting to run jobs, then you must have actually installed 7.5x2 rather than 7.5.2 as stated. Correct? No other 7.x version would even let one start.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

We need to see the configuration file that you used, in particular how many distinct fastname values occur in it. Also, do you have a firewall enabled? If so, are all the ports used by Information Server open? (There are about 20 of them.)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vitumati
Participant
Posts: 27
Joined: Tue Sep 07, 2010 11:38 pm

Post by vitumati »

dslearner09 wrote:Hi...

When I run the job it is giving the following warnings

==========
main_program: **** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276456058.429000.1628: unable to connect to port 10000 on conductor; socket = 4, Connection refused retries left: 3
main_program: **** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276456058.429000.1628: unable to connect to port 10000 on conductor; socket = 4, Connection refused retries left: 2
main_program: **** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276456058.429000.1628: unable to connect to port 10000 on conductor; socket = 4, Connection refused retries left: 1
main_program: **** Startup error on node1 connecting with conductor on COMPNAME with cookie 1276456058.429000.1628: unable to connect to port 10000 on conductor; socket = 4, No such file or directory


=============

And the FATAL is

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.


Please kindly help me...
Abhinav
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sorry, but what were you trying to accomplish here? Other than make my eyes bleed. I don't see anything other than a quote of the original post... :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Never mind that the original post was a year old...
:roll:
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply