How to get data from progress database using ODBC stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
rangas999
Participant
Posts: 16
Joined: Fri Dec 17, 2010 3:37 am
Location: mumbai

How to get data from progress database using ODBC stage

Post by rangas999 »

Dear All,

I need to get data from PROGRESS DATABASE ,also known as OPEN EDGE

database.

I am using ODBC stage in datastage 7.5.1 version

But problem is how to add DSN in system control panel..

which DRIVER we have to select from following, for progress database..

controlpanel--->adminstartive tools--->datasourceodbs-->systemDSN-->ADD--?

plz suggest steps. how to get data from PROGRESS using ODBC stage.

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

Post by ray.wurlod »

You claim to have an ODBC driver for Progress. Use (Add) that. If you haven't got one, get one.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rangas999
Participant
Posts: 16
Joined: Fri Dec 17, 2010 3:37 am
Location: mumbai

Post by rangas999 »

Hi ray,

Thanks for your replay

can't we get data directly by giving

DatabaseName
LogonID
Password

in ODBC stage .by giving the column name in column filed of ODBC stage

in 7.5.1

without adding DSN in sytem control panel..

and i was given above credentials and tried to get data by givening col

name in filed,

But job got aborted ..it throwing following error

main_program: [DataDirect][ODBC lib] Function sequence error
main_program: Could not check all operators because of previous error(s)


JOB design

ODBC STAGE-------->DATASET [7.5.1]
RANGA RAO
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Have you or have you not purchased ODBC drivers for Progress? If not, you'll need to do so to proceed. You being your company, of course.
-craig

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

Post by ray.wurlod »

You must have a DSN. Not a User DSN.

Therefore you must have an ODBC driver.
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