Setting Datadirect of DS to see Postgres DB

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
xrobin
Participant
Posts: 1
Joined: Thu Jul 28, 2005 3:52 am
Location: bkk thailand
Contact:

Setting Datadirect of DS to see Postgres DB

Post by xrobin »

Dear all gurus,

My team need to use DS7.5.1 ,postgres DB and Solaris9.

I know that the Postgres DB need to have iodbc or unix odbc but I have heard DS also has other solution, it is Datadirect.


I have tired to config .odbc.ini in example directory to point to postgres lib but after I connect via ./example ,it occurs error.

Have anyone pass this circumstance? Would you mind to share me ^-^

Thanks in advance.

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

Post by chulett »

Welcome Aboard. :D

Yes, DataStage does ship with 'branded' ODBC drivers but not one for Postgres. When people mention 'Datadirect' here, they mean for you to purchase the appropriate ODBC drivers from them. I really don't believe you have a solution 'out of the box' and that purchasing specific drivers is your only option.
-craig

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

Post by ray.wurlod »

Data Direct is the name of a software company (www.datadirect.com) that sells ODBC drivers.

It is not "something else".

A search on their web site failed to find any reference to Postgres.

Direct access to major database tables (such as DB2 or Oracle) - that is, reading the rows directly - is possible only in DataStage parallel jobs (you have posted a question purporting to relate to server jobs). Direct access to Postgres tables is not supported in DataStage.

That said, the DataStage architecture would allow a plug-in stage to be written to provide direct access to Postgres tables, in combination with the Postgres API. Ask your support provider to source a copy of the Plug-In Writer's Guide manual from IBM.
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