Connectivity between AS 400 and AIX

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
jayaraman
Participant
Posts: 2
Joined: Tue Aug 04, 2009 12:04 pm
Location: Banglore

Connectivity between AS 400 and AIX

Post by jayaraman »

Hi All,
My source files are in AS 400 system and the server is in AIX 5.3. Please let me what is the appropriate extraction strategy (stages and configurations) to be followed in this scenario.

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

Post by ray.wurlod »

Welcome aboard.

You can FTP the files to the AIX server, you could also access them as DB2/400 tables through ODBC or DB2 Connect.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jayaraman
Participant
Posts: 2
Joined: Tue Aug 04, 2009 12:04 pm
Location: Banglore

Post by jayaraman »

Thanks a lot Ray for the valuable advise on the extraction strategy.
It would be very helpful if you can let me know if there are any particular configurations to be done for ODBC & FTP plug-ins. Because I tried to use ODBC stage but the error message was

"main_program: Fatal Error: Could not connect to datasource[DataDirect][ODBC lib] Data source name not found and no default driver specified
".

Are there any scripts to be run in the server to establish the connection?
Post Reply