Error Accessing Oracle from Datastage

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
MukundShastri
Premium Member
Premium Member
Posts: 103
Joined: Tue Oct 14, 2003 4:07 am

Error Accessing Oracle from Datastage

Post by MukundShastri »

We have set up a new server for datastage.
1] Installed the datastage server
2] Configured dsenv file with LD_LIBRARY_PATH for the ORACLE_HOME
3] Trying to access table metadata from datastage manager --table definations.
But getting following error while connecting to database:

Error calling subroutine: DSR_IMPPLG (Action=6); check DataStage is set up correctly in project INSIGHT
(The connection is broken (81002))

4] Point to note that from the os I am able to connect to the same database using sqlplus.

5] Please let mw know what can be done in this case. ??
Thanks

Mukund
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

You need to stop and start DataStage before dsenv changes take effect. I am not sure if that we fix your problem though. I do not remember that specific error message. I am sure Ray will.
Mamu Kim
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What are you choosing for the Import? Make sure you pick "Plugin Metadata" and then picking "OCI8". Is that what is generating this error? If so, at which step does this error occur?
-craig

"You can never have too many knives" -- Logan Nine Fingers
MukundShastri
Premium Member
Premium Member
Posts: 103
Joined: Tue Oct 14, 2003 4:07 am

Post by MukundShastri »

I have stopped and restarted the engine. But no luck...

Ray, can I get your inputs please.


Thanks

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

Post by chulett »

If you invoke the Djinn by name, he charges! :wink:

So, not interesting in answering my questions? :cry:
-craig

"You can never have too many knives" -- Logan Nine Fingers
MukundShastri
Premium Member
Premium Member
Posts: 103
Joined: Tue Oct 14, 2003 4:07 am

Post by MukundShastri »

Hi ,

The problem is resolved. It was a due to the project called 'INSIGHT' was
created but the directory in which it was created was PROJECTS directory.
No subdirectory called 'INSIGHT' in it.

Re-installed with default directiory paths. Working fine now.

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

Post by ray.wurlod »

Time zones, guys! I'm working in India this week (GMT plus five and a half). Go figure.

I think I would have guessed at the incomplete project installation, and would have reminded everyone to

Code: Select all

SELECT * FROM SYS.MESSAGE WHERE @ID = '081002';
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi Ray,

This is out of the box. Are you in Chennai by any chance.

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

Post by ray.wurlod »

Mumbai.

Pass through Chennai on the way to Singapore on Sunday morning, but they don't let us off the aircraft. (Air India)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rsrikant
Participant
Posts: 58
Joined: Sat Feb 28, 2004 12:35 am
Location: Silver Spring, MD

Post by rsrikant »

Oops!!!

Rich and I thought we could meet you in person if you are in chennai and don't mind meeting people. :cry: :cry:

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

Post by ray.wurlod »

Seem to remember having this discussion in March 2003! :D
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply