If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > database replication tools for iSeries & UDB V8.2 for

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-03-06, 04:52
smplaw smplaw is offline
Registered User
 
Join Date: Mar 2005
Posts: 5
Question database replication tools for iSeries & UDB V8.2 for

We have two systems: iSeries V5R1 and UDB V8.2 for AIX. We are looking for replication tools for these two databases. We are newbie to do database replication and have no knowledge on this issue. We searched for the information on web and found "IBM DataPropagator for iSeries" and "Websphere Information Integrator" may get in use. However, it is stated that the DataPropagator is for iSeries V5R2 or above and the Integrator is for z/OS.

Does anyone having experience on replicate database between iSeries and AIX? And any other tools/methods can help to do replication? or any other suggestions?

Many thanks.
Reply With Quote
  #2 (permalink)  
Old 03-16-09, 09:58
sagi7 sagi7 is offline
Registered User
 
Join Date: Mar 2009
Posts: 4
Iseries Replication to Mysql, Oracle, Iseries or whatever

I have set up a replication between AS/400 and Mysql with Hibernate.

I hang a trigger on a table which sends the primary key in a dataqueue.
I have written a dataqueue ressource adapter(JCA) which converts the
dataqueue message into a JMS Message and stores it in a JMS queue.
The ressource adapter will be open source soon.

Here i fetch the message, load the entity with hibernate and persist
the entity on mysql.

The complete scenario is handled with about 20 lines of code and
exclusive with open source tools.
Reply With Quote
  #3 (permalink)  
Old 03-17-09, 08:06
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
data replication is supported on i series and aix
capture should be started at as400 and apply can run on any location, as long as it can connect to source and target
wesp. ii is not needed in this scenario
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On