Adding a new data source...

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
sasi_kumarreddy
Participant
Posts: 27
Joined: Thu Aug 25, 2005 6:33 am

Adding a new data source...

Post by sasi_kumarreddy »

DSR.MetaGeta(GET.TABLES)(SQLConnect('OMIN','ominadm')): BCI Error:
SQLSTATE=IM002,CODE=0,[DataStage][SQL Client][ODBC][DataDirect][ODBC lib] Data source name not found and no default driver specified


I have done the following entries:

/opt/Ascential/DataStage/Projects/INMigration-DE/uvodbc.config

/opt/Ascential/DataStage/branded_odbc/odbc.ini

/opt/Ascential/DataStage/DSEngine/uvodbc.config


Are these entries insufficient ? It would be great if you can help me out of this.

My new data source is an oracle database..FYI

Am i in right track..?

Thanks in advance.....
Last edited by sasi_kumarreddy on Wed Aug 02, 2006 10:41 pm, edited 1 time in total.
SASI
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

URGENT is an unusual name for a data source. :o

Etiquette Note
We don't do "urgent" requests here. All contributions are voluntary, in unpaid time. We post as and when we can. If you need urgent answers, sign up for premium level support from your support provider. You will find that urgency comes with a cost.


You also need to check $DSHOME/.odbc.ini
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sasi_kumarreddy
Participant
Posts: 27
Joined: Thu Aug 25, 2005 6:33 am

Thanks

Post by sasi_kumarreddy »

Thank Q
SASI
sasi_kumarreddy
Participant
Posts: 27
Joined: Thu Aug 25, 2005 6:33 am

configured in .odbc.ini

Post by sasi_kumarreddy »

Now i am getting the error like....

DSR.MetaGeta(GET.TABLES)(SQLConnect('OMIN','ominadm')): BCI Error:
SQLSTATE=08001,CODE=-5,[DataStage][SQL Client][ODBC][DataDirect][ODBC Oracle Wire Protocol driver][Oracle]Unexpected Network Error.

can anybody help out on this...
SASI
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes. Either your network administrator or your Oracle DBA.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sasi_kumarreddy
Participant
Posts: 27
Joined: Thu Aug 25, 2005 6:33 am

hai

Post by sasi_kumarreddy »

If u don't mind...

I am able to connect through the SQL editor to the same database..
SASI
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

'SQL Editor' from your PC? Doesn't matter. DataStage is running on your UNIX server and needs to make the connection from there.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply