Reg:Datastage error

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
ds_sai
Participant
Posts: 27
Joined: Wed Oct 31, 2007 12:22 pm

Reg:Datastage error

Post by ds_sai »

Hi all,
My o.s:Windows xp professional
Datastage version:7.5x2
I have developed the job as just it take the csv file data and copies to the sequential file.It was aborted and i got the error messege as below:


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 09:33:23(002) <main_program> Step started on node NARRA; it uses 1 nodes.
The program running the step is /F=/PXEngine/bin/osh.exe.

##I TFPM 000178 09:33:23(003) <main_program> The ORCHESTRATE startup program in /F=/PXEngine/etc/standalone.sh is being used.

##I TFPM 000181 09:33:23(004) <main_program> A startup script is not being used.

##I TFPM 000183 09:33:23(005) <main_program> The TCP port being used for startup is 10000; the associated socket number is 3.

##I TFPM 000184 09:33:23(006) <main_program>
Node status:


##I TFPM 000185 09:33:23(007) <main_program> NARRA
##I TFPM 000188 09:33:23(008) <main_program> startup script failed or hung


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


Kindly can anyone please tell me how to solve this regard?Thank u verymuch in an advance.



Cheers,
ds
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Go to your Manager, open up Tools->Configurations. Activate your current configuration and check it.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you REALLY have an "=" character in a pathname? What is the value of APT_CONFIG_FILE environment variable?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ds_sai
Participant
Posts: 27
Joined: Wed Oct 31, 2007 12:22 pm

Reg:Datastage error

Post by ds_sai »

ray.wurlod wrote:Do you REALLY have an "=" character in a pathname? What is the value of APT_CONFIG_FILE environment variable? ...



Hi Ray,


I went and checked in Administrator for APT_CONFIG_FILE environment variable value,it says the value is f:/Configurations/default.apt
Could you please advice me what needs to be done from my end?

Cheers,
ds
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Please post the contents of default.apt

Also advise whether you have set a different configuration file for that particular job.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ds_sai
Participant
Posts: 27
Joined: Wed Oct 31, 2007 12:22 pm

Datastage error

Post by ds_sai »

Hi,

I went and check my configuration file in the manager ,I go the below info:


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


##I TOCK 000000 09:32:28(001) <main_program> OS Charset: ISO-8859-1
##I TOCK 000000 09:32:28(002) <main_program> Input Charset: UTF-8
##I TFSC 000001 09:32:28(003) <main_program> APT configuration file: F:/Configurations/default.apt
##I USER 000059 09:42:33(000) <APT_RealFileExportOperator in APT_FileExportOperator,0> Export complete. 3 records exported successfully, 0 rejected.
##I TFSR 000010 09:42:33(000) <main_program> Step execution finished with status = OK.
##E TOCK 000000 09:42:33(001) <main_program> Error: unable to check how many processes can be created on node node1

##W TOCK 000000 09:42:33(002) <main_program> Warning: Virtual memory information is not available on this platform.

##I TOCK 000000 09:42:33(003) <main_program> Config file checker on node node1 reports 1 error(s), 1 warning(s).

##I TOCK 000000 09:42:33(004) <main_program> 1 error(s) detected
##I TOCK 000000 09:42:33(005) <main_program> 1 warning(s) detected

Can anyone help me onthis regard,what needs to done from my end?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

We still need you to post the contents of default.apt so we can try to see why this might be happening.

Some progress has been made - you now know that the configuration file is faulty. Not corrupted, but not working either.

Is F: drive local or remote?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ds_sai
Participant
Posts: 27
Joined: Wed Oct 31, 2007 12:22 pm

Post by ds_sai »

Thank you verymuch for all.....

Yes roy,i understood the problem with the configuration file.


please find the contents of default.apt are :
{
node "node1"
{
fastname "Computername"
pools ""
resource disk "f:/Datasets" { pools "" }
resource scratchdisk "f:/Scratch" { pools "" }
}
}


And also please guide me what needs to be done?


Cheers
ds
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

ds_Sai - please go to the first response in this thread. It explains how you can check your configuration file.
Post Reply