Error setting up internal communications

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

gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Error setting up internal communications

Post by gssr »

Hi all,
i tried to copy an existing job and run..
But it throws an error and Warning ...and Aborts
Error:
Error setting up internal communications (fifo RT_SCTEMP/DS_Test.fifo)
Warning :
Attempting to Cleanup after ABORT raised in stage DS_Test.
I could not able to locate where the problem is?
Can anyone have some idea about this?

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

Post by chulett »

So... the existing job runs fine but the copy doesn't? What's different between the two? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

I have not changed anything... It is a Production job and it was running in a daily schedule..

Hence i copied it and tried to compile and run!!

But i could not able to run...
RAJ
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Without getting into why you felt the need to copy it, perhaps your user doesn't have the permissions it needs?
-craig

"You can never have too many knives" -- Logan Nine Fingers
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

I Could not able to view the files in the job ,So i tried to copy the job and tried to view the records..!! :roll:
RAJ
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What "files in the job" would you be referring to? How did you imagine that simply copying the job would allow that to happen?
-craig

"You can never have too many knives" -- Logan Nine Fingers
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

It is job that extracts the records from Oracle Db and load it into a Dataset. I cant able to view the records in the dataset link. It throws the above mentioned ERROR!!

How can i overcome this problem :!: :?:
RAJ
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You should not even be allowed to copy in production; production should ideally be a protected project.

Use the Data Set Management Tool (or equivalent orchadmin commands) to view the record schema and data in Data Sets.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

ray.wurlod wrote:You should not even be allowed to copy in production; production should ideally be a protected project.

Use the Data Set Management Tool (or equivalent orchadmin commands) to view the record schema ...
Sorry for the delay,
I tried to use the Data Set management to view the data, But the following error arises,
Error writing to RT_SCTEMP/RunParallel_9876.2211966.sh
and also,
Unknown Error ocured whilst retrieving information
What actually the problem is here.....?
How can overcome it.. ?

Do i need any specific permission for accesing the jobs or anything else..

Please Suggest me a solution!!!!


Thanks in advance,
RAJ
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What are the permissions on RT_SCTEMP in your project? What permissions do you have to it? What permissions does dsapi_slave have to it?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

ray.wurlod wrote:What are the permissions on RT_SCTEMP in your project? What permissions do you have to it? What permissions does dsapi_slave have to it? ...
To be Open,
I dont know! ,I am actually new to this phrases RT_SCTEMP ,dsapi_slave...
Can you please explain the steps to be done for overcoming this!
:? :? :?
RAJ
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

How much command line UNIX experience do you have? You need to navigate to the 'Project' directory in question and do an 'ls -ld' on RT_SCTEMP there:

Code: Select all

cd $DSHOME/../Projects/<YourProjectName>
ls -ld RT_SCTEMP
That should work unless your projects are in a non-standard location, in which case you'll need to hunt it down. Similar need for dsapi_slave except it lives in the $DSHOME/bin directory.
-craig

"You can never have too many knives" -- Logan Nine Fingers
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

I tried to view the dataset through Data Set management ,but it throws the following error
Error writing to RT_SCTEMP/RunParallel_9876.573486.sh
Do i have to get any privilages for this ?
RAJ
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Probably.

Until you have checked and reported what permissions already exist on this RT_SCTEMP (which you have been asked to do) it is impossible for us to say.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

chulett wrote:How much command line UNIX experience do you have? You need to navigate to the 'Project' directory in question and do an 'ls -ld' on RT_SCTEMP there:

Code: Select all

cd $DSHOME/../Projects/<YourProjectName>
ls -ld RT_SCTEMP
That should work unless your projects are in a non-standard location, in which case you'll need to hunt it down. Similar need for dsapi_slave except it lives in the $DSHOME/bin directory.
I can able to locate the above mentioned files.
RAJ
Post Reply