Conection to be established between Ms Access and DataStage

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
Shree0410
Participant
Posts: 70
Joined: Tue Nov 29, 2005 7:25 pm

Conection to be established between Ms Access and DataStage

Post by Shree0410 »

We are running DS 7.0 on AIX and I have a situation to conenct to a Microsoft Access database on a Windows server.

Please tell me how I can achieve this.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Heres a post that i found which will be helpful.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Shree0410
Participant
Posts: 70
Joined: Tue Nov 29, 2005 7:25 pm

Post by Shree0410 »

I end up in more confusion
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Link the MS-Access to SQL-Server, then use SQL-Server ODBC driver on your Unix machine to access SQL-Server. Or, consider finding the perl libraries that allow you to read .xls and .mdb files on Unix and use a script to pull out your data.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Shree0410
Participant
Posts: 70
Joined: Tue Nov 29, 2005 7:25 pm

Post by Shree0410 »

Can I establish the connection bwtween Ms Access and DataStage directly using the DSN, user name and password to the database?

What are the constraints/limitations to this approach?
jdmiceli
Premium Member
Premium Member
Posts: 309
Joined: Wed Feb 22, 2006 10:03 am
Location: Urbandale, IA

Hmmmm....

Post by jdmiceli »

Hi all!

Following along the lines of DSguru's suggestion with the items in the link provided, you might experiment with the read-only functionality provided by the MDB Tools project found here: http://mdbtools.sourceforge.net/.

Please bear in mind, I am a DS newbie and I have no idea if this would work in any way. I am also not an mdbtools person; it is just something I found that works on Unix/Linux that provides some select capabilities against MS Access.

Hope it helps,
Bestest!
Bestest!

John Miceli
System Specialist, MCP, MCDBA
Berkley Technology Services


"Good Morning. This is God. I will be handling all your problems today. I will not need your help. So have a great day!"
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

There is no Ascential supplied ODBC drivers for MS-Access on the Unix platform. You must either gain third-party drivers, use an indirect-bridge via something like SQL-Server, or use a custom set of drivers and write some data extraction scripts.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply