Page 1 of 1

Posted: Tue Jan 22, 2008 1:26 am
by ray.wurlod
Is the file system on which your project directory exists full? Do you have write permission to your project directory? These are the two most common reasons for "unable to create RT_CONFIGnnn" messages.

Posted: Tue Jan 22, 2008 1:51 am
by ds_ram
Thanks a lot. Will look into it and revert back.

Posted: Wed Jan 23, 2008 3:17 am
by ds_ram
Hi,
Due to this problem, is there any chance that we may not be able to export the jobs also ? We are getting this message :

Error calling subroutine: *DataStage*DSR_SELECT (Action=2); check DataStage is set up correctly in project castle
(The connection is broken (81002))

We wanted to export the jobs and move it to a different disk so that the current disk will get some space. But we are unable to export.
I was able to perform multiple job compile before doing the export.

Please let me know on this.

Posted: Wed Jan 23, 2008 6:10 am
by WoMaWil
Try first to restart your PC and then try again to export. If not you get it working you will get the next tip.

Posted: Wed Jan 23, 2008 7:44 am
by ray.wurlod
What is the setting of your T30FILE configuration parameter?

Posted: Thu Jan 24, 2008 4:33 am
by ds_ram
Hi,
Where should I check for the T30FILE configuration parameter?
if in dshome, which file ?

Posted: Thu Jan 24, 2008 7:04 am
by ray.wurlod
uvconfig file. But a better way to check the value actually being used is

Code: Select all

${DSHOME}/bin/analyze.shm -t | grep T30FILE

Posted: Thu Jan 24, 2008 8:25 am
by chulett
Sure sounds to me like you ran out of space and corrupted the project. Suggest you attempt to reindex - search for DS.REINDEX or DS.TOOLS discussions on the subject for the gory details.

Posted: Mon Jan 28, 2008 12:58 am
by ds_ram
Hi Ray,
The value for T30FILE is 200 in the uvconfig file.

I am facing one more problem. When I try to do export, I am able to do only the whole project and not by individual categories. If I choose the option it throws error.

Is this also related to the T30 file?

Regards

Posted: Mon Jan 28, 2008 1:33 am
by ds_ram
Hi Chulett,
I did re-indexing. but I am not able to see any jobs in DS Designer/Director/Manager. Is this an issue. Please help me in resolving this.

Regards

Posted: Mon Jan 28, 2008 8:13 am
by chulett
The biggest caveat for reindexing is to make sure no other sessions are active. Failure to do so makes all jobs 'disappear'. You need to try again, this time ensuring nothing else is going on in the project.

Posted: Mon Jan 28, 2008 8:13 am
by chulett
Oh, and reindexing will fix your export error.

Posted: Mon Jan 28, 2008 8:51 pm
by ds_ram
Thanks a lot. it is fine now.