DS Repository Interface error

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
kab123
Participant
Posts: 92
Joined: Tue May 18, 2004 4:05 pm

DS Repository Interface error

Post by kab123 »

Hello everybody,

can anybody tell me what this error message mean?
" Error Calling Subroutine:*DataStage*DSR_SELECT (Action=3): check DataStage is setup correctly in project XXX
(The connection is broken (81002))

Is this something that popsup if we dont use datastage for sometime or something related to administrative issue....

Thanks in advance... :)
Thanks
ogmios
Participant
Posts: 659
Joined: Tue Mar 11, 2003 3:40 pm

Re: DS Repository Interface error

Post by ogmios »

This can mean lots of things.

In order:
1) Try to just restart your DataStage client. It could just be one of your DataStage admins kicked you out e.g.
2) Try to bounce your DataStage server
3) Check for other things

Ogmios
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: DS Repository Interface error

Post by chulett »

kab123 wrote:Is this something that pops up if we don't use datastage for sometime?
You'd have to tell us... does it? :wink: Do you have a connection timeout specified for the server? Timeout is enabled by default, so unless someone has changed it you do. Check in Administrator, if you do then you will get disconnected and see error messages much like this after that period of inactivity.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

<rant>
It would help to diagnose these errors generated by helper subroutines (such as DSR_RECORD, DSR_SELECT and so on) if the error message included the other input argument values.

You can get them in a server-side trace, so why not?

Then you could figure out (from DSINCLUDE) what Action 3 is supposed to do, and the other argument values could tell you on which object it was supposed to be acting. This could lead to much more accurate diagnosis and rapid remediation.
</rant>
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
lebos
Participant
Posts: 74
Joined: Mon Jan 20, 2003 10:02 am
Location: USA

Post by lebos »

Ray, I couldn't agree more. Here! Here!

Larry
Post Reply