Datastage Connectivity to JDBC and JMS

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
Inquisitive
Charter Member
Charter Member
Posts: 88
Joined: Tue Jan 13, 2004 3:07 pm

Datastage Connectivity to JDBC and JMS

Post by Inquisitive »

Hi

I have basic questions which needs to be answered to make proper Architectural decisions.

I could not get any answers in documentation and I was wondering if any of you can shed some lights on this.

Background:

We have Datastage 7.5 (PX) and RTI installed and they are up and running on Solaris system.

Questions:
We have requirement to read from a source which is basically JDBC. So how can Datastage communicate with JDBC? If we purchase Java Pack would we able to read from JDBC source? Or can we leverage RTI services with external programs for this purpose?
We also have requirements to read through JMS (is it done through Webservices?)


Any information or pointers to get above questions answered would be of great help.

Note: (I am not very familiar with Java and other webservices and terminology. I Basically I am trying to find out How Datastage can Read/Write from/through JDBC and JMS)
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I believe that the Java PACK is your answer for both here, but would need someone more smarter to confirm or deny. :wink:
-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 »

Yes, if you have Java PACK installed, you can use JDBC to read your souce DBs and most of JDBC connection work can be done within the Java PACK's Stage.initialize() method.

As you said that you already got RTI working, You definitley can use the JDBC to communinate with RIT components, in your case, you should be able to read your JMS using SOAP over JMS service interface binding.

If you had Hawk 8.0, it will be even more easier to do all the JDBC stuff thru Websphere App. Server directly.
harikhk
Participant
Posts: 64
Joined: Tue Jun 04, 2013 11:36 am

Post by harikhk »

hi,

How do we know if Java pack is available with my installation or not
Version is 8.7
I can see in Real Time Stages
Java Client and Java Transformer
Thanks,
HK
*Go GREEN..Save Earth*
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you have those stage types you have Java PACK installed.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
harikhk
Participant
Posts: 64
Joined: Tue Jun 04, 2013 11:36 am

Post by harikhk »

Thanks Ray for the information
Could you please tell me how can I connect to a DB2 hosted on zos system using JDBC
I am not sure if it is possible to do it or not
Thanks,
HK
*Go GREEN..Save Earth*
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Post by SURA »

I am not infront of my system. But i trust you can find the documets like connetivity guide.

Or the below link may help!

http://www.redbooks.ibm.com/abstracts/sg246435.html
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
harikhk
Participant
Posts: 64
Joined: Tue Jun 04, 2013 11:36 am

Post by harikhk »

Thank you so much for the link
I would go through it
Thanks,
HK
*Go GREEN..Save Earth*
Post Reply