JDBC for the connection between the ETL tool and the iSeries

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
v_bhaskar
Participant
Posts: 33
Joined: Wed Apr 18, 2012 4:45 am

JDBC for the connection between the ETL tool and the iSeries

Post by v_bhaskar »

Hi All,

can some one suggest me how i can connect to i series through Datastage 8.5 by using JDBC connections

if it is possiable please help me on this
vijay
INDIA
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Why JDBC? What are you accessing?
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
v_bhaskar
Participant
Posts: 33
Joined: Wed Apr 18, 2012 4:45 am

Post by v_bhaskar »

hi


client has enabled SSL certificate to use of secure data connectivity on top of us need to connect the JDBC to pull data from iseries table

one question

do we have JDBC connector in Datastage 8.5 version as as for as i googled i got information like its available in Datastage 9.1 version

if we can acheive JDBC functionallity in datastage8.5 please guide me
vijay
INDIA
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Via the Java Stages as Ernie notes here in his blog (one example).
-craig

"You can never have too many knives" -- Logan Nine Fingers
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Another way to do it is to set up JDBC on the WebSphere App. Server side. Just go to App. Server Admin Console-->Resources-->JDBC providers. You can even implement advanced function such as JDBC connection pool data source.
v_bhaskar
Participant
Posts: 33
Joined: Wed Apr 18, 2012 4:45 am

Post by v_bhaskar »

what i understand from above post is ( we can do setup in server side ) am i right

but i am looking in parallel jobs
vijay
INDIA
Post Reply