473,804 Members | 2,136 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Replication Center SQL Replication Subscription sets

I have a problem when using Replication Center on version 8.2 (fixpack 9)
when I try to manage my SQL Replication environment. When I add existing
Apply Control Servers I am not able to see existing subscription sets on
that Apply Server. The apply program works fine however and data are
replicated from the source without problems. My 'problem' is that I cannot
see old subscription sets from within the Replication Center. If I define a
new subscription set I see this new subscription set in the Replication
Center. I have tried to compare the contents in the IBMSNAP_SUBS_SE T table,
but am not able to see any difference in the definition between the old and
the new subscription sets.

Has anybody any idea about what to do to be able to see the subscriotion set
in the Replication Center ?
--
Regards

Odd Bjørn Andersen
ErgoGroup
IKT-driftstjenester
N-0402 Oslo Norway
Nov 12 '05 #1
5 2082
Try running db2updv8 utilitiy on the server side. With fixpaks,
sometimes the internal procs/functions are changed and that might cause
this problem.

HTH

Vijay

Nov 12 '05 #2
I tried that now, but it dit not resolve the problem.

Regards
Odd

"UDBDBA" <vi***********@ gmail.com> wrote in message
news:11******** **************@ g49g2000cwa.goo glegroups.com.. .
Try running db2updv8 utilitiy on the server side. With fixpaks,
sometimes the internal procs/functions are changed and that might cause
this problem.

HTH

Vijay

Nov 12 '05 #3
do you see the old entries in the replication tables or not even there?

....
dotyet

Odd Bjørn Andersen wrote:
I tried that now, but it dit not resolve the problem.

Regards
Odd

"UDBDBA" <vi***********@ gmail.com> wrote in message
news:11******** **************@ g49g2000cwa.goo glegroups.com.. .
Try running db2updv8 utilitiy on the server side. With fixpaks,
sometimes the internal procs/functions are changed and that might cause
this problem.

HTH

Vijay


Nov 12 '05 #4
Yes, I see the old enitres in the replication tables. I try to compare the
old entries with entries from new definitions we have made, and I cannot see
any differences between the old and the new entries. I have looked on both
subs_set, subs_membr and subs_cols on the target side and pruncntl and
prune_set on the source side.

I wonder where Replication Center 'looks' to get the information about
subscription sets. Perhaps I have been checking the wrong places .......

Regards
Odd

"dotyet" <do****@yahoo.c om> wrote in message
news:11******** **************@ g44g2000cwa.goo glegroups.com.. .
do you see the old entries in the replication tables or not even there?

....
dotyet

Odd Bjørn Andersen wrote:
I tried that now, but it dit not resolve the problem.

Regards
Odd

"UDBDBA" <vi***********@ gmail.com> wrote in message
news:11******** **************@ g49g2000cwa.goo glegroups.com.. .
Try running db2updv8 utilitiy on the server side. With fixpaks,
sometimes the internal procs/functions are changed and that might cause
this problem.

HTH

Vijay

Nov 12 '05 #5
Hi ,

i've setup two databases for replication on DB2 v7.x on a linux RH ES2
on the same instance and of course the same server (maybe the problem
lies here ...).

I've done the capture and the applying like this :

Source Side :
bind @applyur.lst isolation ur blocking all;

bind @applycs.lst isolation cs blocking all;

Target Side :
bind @applyur.lst isolation ur blocking all;

bind @applycs.lst isolation cs blocking all;

everything runs fine .

at the end , i ran this command line :

../asnccp MONG cold prune

but I got this message :

2005-06-16-15:12:39 ASN0000S: INTERNAL ERROR OCCURRED FOR MESSAGE
NUMBER ASN0048E. ITS SUBSTITUTION FIELDS ARE Permission non accordée.
THE RETURN CODE IS 0.

SQLCA SQL1024N A database connection does not exist. SQLSTATE=08003
Capture will stop.

FYI , MONG is the source database

I also read something about STRDPRCAP on AS/400 but I'm not sure if the
command exists on Linux .

Have you encounter something like this ?

If yes , any help will be welcomed.

TIA ,
Andy the beginner in DB2

UDBDBA a écrit :
Try running db2updv8 utilitiy on the server side. With fixpaks,
sometimes the internal procs/functions are changed and that might cause
this problem.

HTH

Vijay


Nov 12 '05 #6

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

Similar topics

1
5708
by: Damian H | last post by:
Hi, For some magical reason, my database replication has suddenly stopped working. I modified the publication but the Distribution agent will not run; the snapshot does not get applied to the subscriber, and changes made at the publisher do not get replicated. My configuration is: Transactional Replication with a 'Pull' Subscription. The Subscriber is Updateable with Immediate Updates
1
2862
by: Laurence Breeze | last post by:
I don't know if anyone can help with this, I've got replication running between 2 SQLServer installations, the distributor is on the the same server as subscriber. Replication is a once a day snapshot and all has been working well until recently. I needed to make a change to the replication and deleted and recreated the subscription and now it doesn't work. The snapshot runs as before but the subscription fails within a second or 2...
2
4083
by: ann | last post by:
I have problem with replication db2 database. Program Capture view error ASN5150W and ASN0059W. What i doing wrong?
5
4746
by: Norbert Munkel | last post by:
Hello, Replication setup: Server 1: DB2 UDB Express 8.2 on SuSE Linux SLES 8 Instance: db2inst2 database: master Server 2: DB2 UDB Express 8.2 on SuSE Linux SLES 8 Instance: db2inst1 database: slave
9
11879
by: ibm_97 | last post by:
Hi, Anyone can give me a link which shows how to setup DB2 (v8) replication step by step? Thanks. As a non-DB2 person, I find out IBM DB2 doc is not very helpful at all, espeically compare with Oracle docs. Regards,
1
1380
by: mikelbell2000 | last post by:
Using replication under 8.2 on AIX 5.3. Having mixed success getting what I want done. Scenario: Two database servers configured with identically named tables/columns. Currently both contain mutually exclusive sets of data. Goal 1: Copy all rows from server A to server B such that B will now be a superset of A. Goal 2: Replicate all future changes on A to B so that B will continue
1
2358
by: jan.gezels | last post by:
Hi We're use DB2 with Data propagator. When I open Replication Centre no config is shown (no capture or apply servers) but everything is still working like it should. If I try to reconfigure, I get the following error: There are no cataloged servers to choose from. You must add at least one server to the DB2 UDB catalog.
0
1403
by: sk.rasheedfarhan | last post by:
Hi all, I set the configuration for Merge replication for Subscription on one database and I have created the Merge replication for publication on another machine. And I updated columns of subscription database table and I find publication machine database table also updated with subscription database table, here my problem starts, My problem is when I run replication for merge transaction, I have to find instance of the Windows on my...
0
1367
by: Desmodromic | last post by:
I have two linux servers running DB2 v8.2 with SQL replication. I recently started a full refresh of a single subscription set via the Replication Center GUI. This was successful, but seemed to take a lot longer than I anticipated. Throughout the process I was getting low disk space warnings on my desktop PC. At the time, I didn't pay too much attention to this. However, the next day I discovered the following file on my desktop PC:
0
9711
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9593
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10343
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10335
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10088
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6862
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5529
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5668
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4306
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 we have to send another system

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.