Parallel installation not working

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
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Parallel installation not working

Post by myukassign »

I installed Datastage Px in my windows vista machine after a lot of struggle. But what's happening now is, server jobs running with out any issues but none of my parallel job running. I will tell you wht i am doing, if someone cal help, will be a great help to me.

Step 1: Login to datastage designer with the following details
HostName : localhost or machinename
id: admin user id of my vista OS
pwd: password of my admin user id

Note: you may ask why u can't use . as host name and omit id and pwd, i tried that but unfortunatly, the datastage designer/manager/director crashing with error, the executable stop working

STep 2: Create a new parallel job like the following
Seq.File.Stage ---------> Transformer ------> SequentialFileStage


Step 3: I defined coloumns and source files in the properties of source seq file stage and click view data

The next thing I see is an error message like the following

"Error executing View Data command:

##E TFPM 000050 23:34:15(010) <main_program> APT_PMListenerPort: socket call failed, errno = 13 "


Then a window will come up with the following message

" There are more output available from the execution of the server command Would you like to view it?"

if I click yes, the following big error message shows there. To be honest, after the instllation finised i started creating my jobs, I donno is there any configuration need to be set or not. Pls help

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


##I TOSH 000002 23:34:15(001) <main_program> orchgeneral: loaded
##I TOSH 000002 23:34:15(002) <main_program> orchsort: loaded
##I TOSH 000002 23:34:15(003) <main_program> orchstats: loaded
##W TCOS 000049 23:34:15(004) <main_program> Parameter specified but not used in flow: DSProjectMapName
##I TFSC 000001 23:34:15(009) <main_program> APT configuration file: C:/Ascential/DataStage/Configurations/default.apt
>##E TFPM 000050 23:34:15(010) <main_program> APT_PMListenerPort: socket call failed, errno = 13
>##E TFPM 000151 23:34:15(011) <main_program> APT_PMConnectionRecord::start: unable to create connection port
>##E TFPM 000356 23:34:15(012) <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 23:34:15(013) <main_program> Step started on node ; it uses 1 nodes.
The program running the step is /C=/Ascential/DataStage/PXEngine/bin/osh.exe.

##I TFPM 000178 23:34:15(014) <main_program> The ORCHESTRATE startup program in /C=/Ascential/DataStage/PXEngine/etc/standalone.sh is being used.

##I TFPM 000181 23:34:15(015) <main_program> A startup script is not being used.

##I TFPM 000183 23:34:15(016) <main_program> The TCP port being used for startup is 1919967086; the associated socket number is 68109728.

##I TFPM 000184 23:34:15(017) <main_program>
Node status:


##I TFPM 000185 23:34:15(018) <main_program> MSMYDREAM -
##I TFPM 000191 23:34:15(019) <main_program> unanticipated failure; please save output and contact Ascential Software.


>##E TFPM 000247 23:34:15(020) <main_program> Unable to contact one or more Section Leaders.
>Probable configuration problem; contact Orchestrate system administrator.
>
>##E TFSR 000011 23:34:15(021) <main_program> Step execution finished with status = FAILED.
##I TCOS 000026 23:34:15(022) <main_program> Startup Time 0:00 Production Run Time 0:00"


As an additional information, I am dumping the contents of the file C:/Ascential/DataStage/Configurations/default.apt

default.apt

{
node "node1"
{
fastname "MSMYDREAM"
pools ""
resource disk "C:/Ascential/DataStage/Datasets" { pools "" }
resource scratchdisk "C:/Ascential/DataStage/Scratch" { pools "" }
}
}
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Vista is not a supported operating system for the server.

Did you install the required C++ compiler before installing DataStage?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Post by myukassign »

Ray..Sry I installed datatage knowingly that it may not support in windows vista. but gave a try..

but you know, if i create a server job its working with out any trouble... so i think the issue is c++ compiler.

I did not install any c++ compiler, if it is possible for you, will you please tell me where can I find which c++ compiler i need to install.. which version. will you pls help me?

I have gone through the Hardware and software requirements and its not mentioned there that I should install c++ compiler. Pls correct me if m wrong

ray.wurlod wrote:Vista is not a supported operating system for the server.

Did you install the required C++ compiler before installing DataStage? ...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The C++ compiler only comes into play when you build a job with a transformer in it. What exact version of DataStage is this - 7.5x2? That's the only 7.x version with any hope of working but some fundamental changes were made from Windows 2000 to XP and Vista which I think is where your socket errors may be coming from. What happens with a job without a transformer?
-craig

"You can never have too many knives" -- Logan Nine Fingers
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Post by myukassign »

Yes. My version is 7.5x2. So how can I make it work. which version of c++ i should installl?


chulett wrote:The C++ compiler only comes into play when you build a job with a transformer in it. What exact version of DataStage is this - 7.5x2? That's the only 7.x version with any hope of working but so ...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Install whichever compiler the docs say are supported. However, as noted previously, Vista is not supported and likely the cause of your socket errors.
-craig

"You can never have too many knives" -- Logan Nine Fingers
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Post by myukassign »

one last query... Datastage supported in windows server 2003 ?

chulett wrote:Install whichever compiler the docs say are supported. However, as noted previously, Vista is not supported and likely the cause of your socket errors. ...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yes, with a specific Service Pack level from what I recall. Should all be in the docs somewhere.
-craig

"You can never have too many knives" -- Logan Nine Fingers
sumtiwar
Participant
Posts: 7
Joined: Mon Feb 02, 2009 2:23 am
Location: India

Post by sumtiwar »

Hi myukassign,

Please let me know if you have resolved this problem.....I am getting same error message.

If anyone else can provide some valuable suggestion, It will be very much appreciated !!!


Thanks in Advance
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

First suggestion - please start your own post with all your particular details.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply