Page 1 of 2

Error setting up internal communications

Posted: Fri Nov 13, 2009 7:08 am
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:

Posted: Fri Nov 13, 2009 7:58 am
by chulett
So... the existing job runs fine but the copy doesn't? What's different between the two? :?

Posted: Fri Nov 13, 2009 8:23 am
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...

Posted: Fri Nov 13, 2009 8:47 am
by chulett
Without getting into why you felt the need to copy it, perhaps your user doesn't have the permissions it needs?

Posted: Fri Nov 13, 2009 8:50 am
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:

Posted: Fri Nov 13, 2009 8:55 am
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?

Posted: Mon Nov 16, 2009 1:46 am
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 :!: :?:

Posted: Mon Nov 16, 2009 2:32 am
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.

Posted: Mon Nov 23, 2009 2:53 am
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,

Posted: Mon Nov 23, 2009 4:00 am
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?

Posted: Mon Nov 23, 2009 5:05 am
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!
:? :? :?

Posted: Mon Nov 23, 2009 7:42 am
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.

Posted: Fri Dec 11, 2009 2:09 am
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 ?

Posted: Fri Dec 11, 2009 2:39 pm
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.

Posted: Mon Dec 14, 2009 1:48 am
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.