ODBC Connection

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
ksmurthys
Participant
Posts: 35
Joined: Mon Aug 23, 2004 3:02 pm

ODBC Connection

Post by ksmurthys »

Hi,

My environment:
ETL Tool:Datastage 4.2 on Windows NT.
Database:SQL SERVER Standard Edition on Windows NT -5.0

I tried to connect to SQLSERVER using ODBC stage.I am getting following message:
DSBrowser1: DSD.BCIConnect connecting to DSN1, call to SQLConnect failed.
SQLSTATE=IM002, DBMS.CODE=0
[Ardent][SQL Client][ODBC][Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.I created ODBC driver DSN1 for SQLserver on my machine i.e client machine.
Pls let me know how do i connect to SQLServer using ODBC satge??

Thanks in Advance.
KeithM
Participant
Posts: 61
Joined: Thu Apr 22, 2004 11:34 am
Contact:

Post by KeithM »

You need to create your ODBC DSN on the server running Datastage, not your individual client machine. The client for SQL server is the Datastage server.
Keith
ksmurthys
Participant
Posts: 35
Joined: Mon Aug 23, 2004 3:02 pm

Post by ksmurthys »

I will do that.Thanks a lot.
Post Reply