Error while running Dsjobs

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

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

Post 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.
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_ram
Participant
Posts: 30
Joined: Fri Apr 06, 2007 6:04 am
Location: Bangalore

Post by ds_ram »

Thanks a lot. Will look into it and revert back.
ds_ram
Participant
Posts: 30
Joined: Fri Apr 06, 2007 6:04 am
Location: Bangalore

Post 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.
WoMaWil
Participant
Posts: 482
Joined: Thu Mar 13, 2003 7:17 am
Location: Amsterdam

Post 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.
Wolfgang Hürter
Amsterdam
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What is the setting of your T30FILE configuration parameter?
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_ram
Participant
Posts: 30
Joined: Fri Apr 06, 2007 6:04 am
Location: Bangalore

Post by ds_ram »

Hi,
Where should I check for the T30FILE configuration parameter?
if in dshome, which file ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ds_ram
Participant
Posts: 30
Joined: Fri Apr 06, 2007 6:04 am
Location: Bangalore

Post 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
ds_ram
Participant
Posts: 30
Joined: Fri Apr 06, 2007 6:04 am
Location: Bangalore

Post 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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Oh, and reindexing will fix your export error.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ds_ram
Participant
Posts: 30
Joined: Fri Apr 06, 2007 6:04 am
Location: Bangalore

Post by ds_ram »

Thanks a lot. it is fine now.
Post Reply