473,513 Members | 2,736 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Replication with UDB v8

Regarding a new replication process using two Windows 2000 servers at
5.00.2195, one machine with SP4 and the other SP3, and both running WSE
8.1.5., I am requesting assistance. My dilemma--It appears that my
replication scenario is running without any errors, BUT it is not
copying changes and new records from the source database to the target
database tables.
1) The .trc file shows no error.

2) The Capture log file shows:
....
2005-02-28-15.47.34.843000 <CWorkerMain> ASN0100I CAPTURE "ASNRC". The
Capture program initialization is successful.
2005-02-28-15.47.34.843000 <CWorkerMain> ASN0109I CAPTURE "ASNRC". The
Capture program has successfully initialized and is capturing data
changes for "0" registrations. "0" registrations are in a stopped
state. "2" registrations are in an inactive state.
2005-02-28-15.52.34.546000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 15:52:34 2005".
2005-02-28-15.52.34.578000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 15:52:34 2005".
2005-02-28-15.57.34.875000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 15:57:34 2005".
2005-02-28-15.57.34.875000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 15:57:34 2005".
2005-02-28-16.02.35.171000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 16:02:35 2005".
2005-02-28-16.02.35.171000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 16:02:35 2005".
2005-02-28-16.07.35.453000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 16:07:35 2005".
2005-02-28-16.07.35.453000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 16:07:35 2005".
2005-02-28-16.12.35.750000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 16:12:35 2005".
2005-02-28-16.12.35.750000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 16:12:35 2005".

3) The Apply log file shows:
....
2005-02-28-15.48.35.781000 <asnParmClass::printParms> ASN0529I "Apply"
: "REPLRCQ1" : The value of "INAMSG" was set to "Y" at startup by the
following method: "DEFAULT".
2005-02-28-15.48.36.359000 <Asnenv:setEnvIpcQRcvHdl> ASN8008D "Apply"
: "REPLRCQ1" : "Created" IPC queue with key(s)
"(OSSEIPC0tempRANDI.REPLRC.REPLRCQ1.APP.IPC,
OSSEIPC1tempRANDI.REPLRC.REPLRCQ1.APP.IPC,
OSSEIPC2tempRANDI.REPLRC.REPLRCQ1.APP.IPC".
2005-02-28-15.48.36.359000 <CPCIMPC(08/07)> ASN1045I APPLY "REPLRCQ1".
The Apply program was started using database "REPLRC".
2005-02-28-15.48.37.156000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-15.53.37.312000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-15.58.37.484000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-16.03.37.640000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-16.08.37.796000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-16.13.37.953000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.

I have been working on this for days. I have set up a replication
process and then deleted it and started again. I have referenced the
IBM Redbook 'A Practical Guide to DB2 UDB Data Replication V8' and
searched the internet for answers.

Please give me input as to what I am missing. Thank you!

Nov 12 '05 #1
2 3313
Hello,

In the apply log file there is the message : 2005-02-28-16.03.37.640000
<CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.

This normally means that the apply program have detected a failure and is
waiting 5 minutes (the default) and will try again.

I will always submit the following query on the apply control table :

select * from asn.ibmsnap_applytrail order by lastrun desc fetch first 5
rows only

then you will see the latest error or success message in the table. When
there is an error : one of the last columns is the tablename where the
problem is occurred and what the exact problem is.

Good luck.
<ra***********@ins.state.il.us> wrote in message
news:11**********************@l41g2000cwc.googlegr oups.com...
Regarding a new replication process using two Windows 2000 servers at
5.00.2195, one machine with SP4 and the other SP3, and both running WSE
8.1.5., I am requesting assistance. My dilemma--It appears that my
replication scenario is running without any errors, BUT it is not
copying changes and new records from the source database to the target
database tables.
1) The .trc file shows no error.

2) The Capture log file shows:
...
2005-02-28-15.47.34.843000 <CWorkerMain> ASN0100I CAPTURE "ASNRC". The
Capture program initialization is successful.
2005-02-28-15.47.34.843000 <CWorkerMain> ASN0109I CAPTURE "ASNRC". The
Capture program has successfully initialized and is capturing data
changes for "0" registrations. "0" registrations are in a stopped
state. "2" registrations are in an inactive state.
2005-02-28-15.52.34.546000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 15:52:34 2005".
2005-02-28-15.52.34.578000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 15:52:34 2005".
2005-02-28-15.57.34.875000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 15:57:34 2005".
2005-02-28-15.57.34.875000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 15:57:34 2005".
2005-02-28-16.02.35.171000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 16:02:35 2005".
2005-02-28-16.02.35.171000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 16:02:35 2005".
2005-02-28-16.07.35.453000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 16:07:35 2005".
2005-02-28-16.07.35.453000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 16:07:35 2005".
2005-02-28-16.12.35.750000 <PruneMain> ASN0111I CAPTURE "ASNRC". The
pruning cycle started at "Mon Feb 28 16:12:35 2005".
2005-02-28-16.12.35.750000 <PruneMain> ASN0112I CAPTURE "ASNRC". The
pruning cycle ended at "Mon Feb 28 16:12:35 2005".

3) The Apply log file shows:
...
2005-02-28-15.48.35.781000 <asnParmClass::printParms> ASN0529I "Apply"
: "REPLRCQ1" : The value of "INAMSG" was set to "Y" at startup by the
following method: "DEFAULT".
2005-02-28-15.48.36.359000 <Asnenv:setEnvIpcQRcvHdl> ASN8008D "Apply"
: "REPLRCQ1" : "Created" IPC queue with key(s)
"(OSSEIPC0tempRANDI.REPLRC.REPLRCQ1.APP.IPC,
OSSEIPC1tempRANDI.REPLRC.REPLRCQ1.APP.IPC,
OSSEIPC2tempRANDI.REPLRC.REPLRCQ1.APP.IPC".
2005-02-28-15.48.36.359000 <CPCIMPC(08/07)> ASN1045I APPLY "REPLRCQ1".
The Apply program was started using database "REPLRC".
2005-02-28-15.48.37.156000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-15.53.37.312000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-15.58.37.484000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-16.03.37.640000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-16.08.37.796000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.
2005-02-28-16.13.37.953000 <CPREST(01/00)> ASN1044I APPLY "REPLRCQ1".
The Apply program will become inactive for "5" minutes and "0" seconds.

I have been working on this for days. I have set up a replication
process and then deleted it and started again. I have referenced the
IBM Redbook 'A Practical Guide to DB2 UDB Data Replication V8' and
searched the internet for answers.

Please give me input as to what I am missing. Thank you!

Nov 12 '05 #2
In article <11**********************@l41g2000cwc.googlegroups .com>,
ra***********@ins.state.il.us (ra***********@ins.state.il.us) says...
2005-02-28-15.47.34.843000 <CWorkerMain> ASN0109I CAPTURE "ASNRC". The
Capture program has successfully initialized and is capturing data
changes for "0" registrations. "0" registrations are in a stopped
state. "2" registrations are in an inactive state.


I guess this message shows the problem, data is captured for "0"
registrations and "2" registrations are inactive.

You can download a trial version from the Replication Monitoring
Center from https://secure.alphaworks.ibm.com/tech/db2rmc , maybe it
shows you the cause of those inactive registrations.

Hope this helps.
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3928
by: Cherrish Vaidiyan | last post by:
Hello, I have certain doubts regarding replication of Oracle 9i in Red Hat Linux 9. 1) I want to implement asynchronous/synchronous multimaster replication.I have heard about Replication...
0
2278
by: Cherrish Vaidiyan | last post by:
Frank <fbortel@nescape.net> wrote in message news:<bqgb99$a04$1@news1.tilbu1.nb.home.nl>... > Cherrish Vaidiyan wrote: > > Hello, > > > > I have certain doubts regarding replication of Oracle 9i ...
3
5423
by: steve | last post by:
Hi, several years ago , I implemented the oracle replication system. At that time our database was ported from an old Fox pro application. ( K , no laughing at the back). As the foxpro...
1
5456
by: Craig HB | last post by:
I have a distributed inventory control database that I am going to migrate from Access to SQL Server. I am going to use SQL Server Replication to keep the data current. There will one SQL Server...
6
3856
by: John | last post by:
Hi We have an access app (front-end+backend) running on the company network. I am trying to setup replication for laptop users who go into field and need the data synched between their laptops...
3
2394
by: dlesandrini | last post by:
I need advice about my decision to go with Replication in general. This post was placed on the Microsoft Replication newsgroup, but I really value the feedback that comes from this group as well. ...
56
5902
by: Raphi | last post by:
Hi, I've been using an Access application I wrote for an office with the front-end stored on all computers and the back-end on one of them serving as an Access file server. Now we're moving...
9
3908
by: David W. Fenton | last post by:
See: Updated version of the Microsoft Jet 4.0 Service Pack 8 replication files is available in the Download Center http://support.microsoft.com/?scid=kb;en-us;321076 This includes the Jet 4...
3
4530
by: Gert van der Kooij | last post by:
Hi, Our SQL Replication is between DB2 databases on Windows servers. I'm searching for the document which tells me how to migrate our SQL Replication environment from V8 to V9 (we also need to...
2
4213
by: Query Builder | last post by:
Hi, I have transactional replication set up on on of our MS SQL 2000 (SP4) Std Edition database server Because of an unfortunate scenario, I had to restore one of the publication databases. I...
0
7254
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7373
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7432
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7094
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
3230
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3218
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1585
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
796
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
452
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.