473,395 Members | 1,968 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Problem Dropping Members from a Replication Set db2v8 AIX 5.2

Problem Dropping Members from a Replication Set
Originally posted: 2007 May 21 04:36 AM
9200Phil
Post new reply

Hi

I'm trying to drop a number of tables from a replication set.
Environment:

DB21085I Instance "db2ods" uses "64" bits and DB2 code release
"SQL08024" with
level identifier "03050106".
Informational tokens are "DB2 v8.1.1.104", "s060120", "U805924", and
FixPak
"11".
Product is installed at "/usr/opt/db2_08_01".

AIX 5.2 rml4

Replicaction environment was migrated to V8 from V7 - many months ago
I might add and has been working successfully.

I have done the following to drop the objects:

1. Issued CAPSTOP for each of the tables to be removed
After CAPSTOP has been processed by Capture:
2. In apply: De-actived the members to be dropped. ie Set member_state
to D in ASN.IBMSNAP_SUBS_MEMBR for the relevant tables

3. Stopped Apply

In Capture Control Tables:
4. Deleted rows from ASN.IBMSNAP_REGISTER & ASN.IBMSNAP_PRUNCNTL
Dropped CD Tables

In Apply Control Tables
5. Deleted the rows from ASN.IBMSNAP_SUBS_COLS and
ASN.IBMSNAP_SUBS_MEMBR

Restarted Apply

On Restart the following occurs:
In the .TRC file:

SAT: APPERRM is ASN1054E APPLY "EAI2MISQ1" : "WorkerThread". The Apply
program could not find a row in the IBMSNAP_REGISTER or IB
MSNAP_PRUNCNTL table that corresponds to the subscription set member
with a set name "EAI2MISS1", for source owner "EAI", source t
able "VD_CUSTOMER", and source view qualifier "1".
CPRDSRC: No register table entry for SOURCE_OWNER = GAM, SOURCE_TABLE=
VD_CUSTOMER, SOURCE_VIEW_QUAL = 1
SAT: ASNLOAD is null
SAT: FULL_REFRESH is null
SAT: SET_INSERTED = 0
SAT: SET_DELETED = 0
SAT: SET_UPDATED = 0
SAT: SET_REWORKED = 0
SAT: SET_REJECTED_TRXS = 0
SAT: STATUS = -1
SAT: LASTRUN = 2007-05-21-08.24.01.484509
SAT: LASTSUCCESS = 2007-05-21-08.23.12.809407
SAT: SYNCHPOINT is 4651498f000000010000
SAT: SYNCHTIME is 2007-05-21-07.26.07.000000
SAT: SOURCE_ALIAS is OIP
SAT: SOURCE_SERVER is OIP
SAT: SOURCE_OWNER is GAM
SAT: SOURCE_TABLE is VD_CUSTOMER
SAT: TARGET_ALIAS is MIS
SAT: TARGET_SERVER is MIS
SAT: TARGET_OWNER is GAM
SAT: TARGET_TABLE is CUSTOMER
SAT: SQLSTATE is null
SAT: SQLERRM is null
SAT: SQLCODE is null
SAT: SQLERRP is null

In ASN.IBMSNAP_APPLY_TRAIL:
db2 "select * from asn.ibmsnap_applytrail order by lastrun desc with
ur " | pg

APPLY_QUAL SET_NAME SET_TYPE WHOS_ON_FIRST ASNLOAD FULL_REFRESH
EFFECTIVE_MEMBERS SET_INSERTED SET_DELETED SET_UPDATED SET_REWORKED
SET_REJECTED_TRXS STATUS LASTRUN LASTSUCCESS SYNCHPOINT SYNCHTIME
SOURCE_SERVER SOURCE_ALIAS SOURCE_OWNER SOURCE_TABLE SOURCE_VIEW_QUAL
TARGET_SERVER TARGET_ALIAS TARGET_OWNER TARGET_TABLE CAPTURE_SCHEMA
TGT_CAPTURE_SCHEMA FEDERATED_SRC_SRVR FEDERATED_TGT_SRVR JRN_LIB
JRN_NAME COMMIT_COUNT OPTION_FLAGS EVENT_NAME ENDTIME SOURCE_CONN_TIME
SQLSTATE SQLCODE SQLERRP SQLERRM APPERRM
------------------ ------------------ -------- ------------- -------
------------ ----------------- ------------ ----------- -----------
------------ ----------------- ------ --------------------------
-------------------------- -----------------------
-------------------------- ------------------ ------------
------------------------------
--------------------------------------------------------------------------------------------------------------------------------
---------------- ------------------ ------------
------------------------------
--------------------------------------------------------------------------------------------------------------------------------
------------------------------ ------------------------------
------------------ ------------------ ---------- ----------
------------ ------------ ------------------
-------------------------- -------------------------- --------
----------- --------
----------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
EAI2MISQ1 EAI2MISS1 R S - - - 0 0 0 0 0 -1 2007-05-21-08.24.01.484509
2007-05-21-08.23.12.809407 x'4651498F000000010000'
2007-05-21-07.26.07.000000 OIP - GAM VD_CUSTOMER 1 MIS - EAI CUSTOMER
ASN ASN - - - - - NNNN - 2007-05-21-08.24.01.610647
2007-05-21-08.24.01.544292 - - - - ASN1054E APPLY "EAI2MISQ1" :
"WorkerThread". The Apply program could not find a row in the
IBMSNAP_REGISTER or IBMSNAP_PRUNCNTL table that corresponds to the
subscription set member with a set name "EAI2MISS1", for source owner
"EAI", source table "VD_CUSTOMER", and source view qualifier "1".

As the rows have been deleted in the Capture Control tables:
Where is apply getting it's information from regards these rows to
'know' they're missing - as they've been dropped from both the Capture
and Apply tables????

May 22 '07 #1
0 1391

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

Similar topics

0
by: I.P. | last post by:
------=_NextPart_000_03FF_01C368A4.75720DC0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Hi, it's my story. I have two 4.0.14 mysql server on...
3
by: Rodrigo | last post by:
Hi to all: I have build an application with Visual Basic .NET, to start SQL Server replication. For each replication initiated (50 replication each 10 minutes), I create a new thread. The...
0
by: Markus Enders | last post by:
Hi everybody, we are using version 7 of db2 and need to replicate a database. We are using two web-based systems, which access two different databases. One system is used for import data...
1
by: Ecohouse | last post by:
I'm trying to install the DB2 v8.2 Universal Database Express Edition on my standalone computer which is running Windows XP Home Edition. I looked at the requirements in the readme file and it...
4
by: eap90210 | last post by:
Hi to all ng I 'm a non expert user og db2 and i made a program that it connect to db2 and after goes to a table, verify that exists a value and after return success or not. My problem is...
3
by: Juan Antonio Villa | last post by:
Hello, I'm having a problem replicating a simple database using the binary log replication, here is the problem: When the master sends an update to the slave, an example update reads as follows:...
3
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...
8
by: Benzine | last post by:
Hi, I have an issue with my replication at the moment. I will try to describe the scenario accurately. I am using MS SQL 2000 SP4 with Merge Replication. Subscribers connect to the publisher...
0
by: Mannie | last post by:
Hi! I try to add a new subscription to one of my Servers, but I get an error: "Microsoft SQL Server Management Studio is unable to access replication components because replication is not...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
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
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.