odbc dsn in pervasive sql

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
ferds999
Premium Member
Premium Member
Posts: 5
Joined: Sun Jan 08, 2006 8:30 pm

odbc dsn in pervasive sql

Post by ferds999 »

Please give us information on how to create odbc dsn for pervasive sql in Datastage.
fgg
NBALA
Participant
Posts: 48
Joined: Tue Jul 11, 2006 11:52 am
Location: IL, USA

Re: odbc dsn in pervasive sql

Post by NBALA »

Hi,

If you want to access an ODBC database from DataStage follow the steps below,
1. install ODBC drivers for the ODBC data source on the DataStage server (MUST).Note: Do not use trial versions of ODBC drivers.

2. Add the path of the directory containing the driver DLL to the Path
system environment variable.

3. Configure the ODBC data source as a System Data Source, not a
User Data Source.

Otherwise DataStage cannot connect ODBC data source.

Good Luck !

-NB
Post Reply