473,396 Members | 1,884 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,396 software developers and data experts.

Replication - limit of 200 tables in subscription set

Hi,

I've been recently trying to set up a replicated environment. The
problem is my database has over 500 tables (complicated business
domain), with many foreign keys. At first I had problems with
performing full refreshes of the tables (initial step taken by apply) -
the references between tables were totally ignored and the whole
process failed.

I've read that it is possible to bypass the full refresh (some tricky
scripts) and manually populate replicated tables with data. I did it,
but then another problem occured - subscription set is allowed to have
at most 200 tables. It is a limit I cannot achieve - by eliminating
some static tables (dictionaries), I've come down to 350 tables, but
this is the end.

I insist on having all tables in one subscription set because I want
data to be inserted into destination tables in the same way
(transactions) as in source tables. It is only possible to achieve that
by having all tables in one subscription set (unless I'm mistaken).

Does somebody have a good solution to this problem? I insist on the
transactional replication since the system operates on important
financial data and reporting services running on the replicated DB need
to be accurate too...

Thanks in advance

--
Szymon Dembek

Jul 24 '06 #1
2 1510
de*****@wp.pl wrote:
Hi,

I've been recently trying to set up a replicated environment. The
problem is my database has over 500 tables (complicated business
domain), with many foreign keys. At first I had problems with
performing full refreshes of the tables (initial step taken by apply) -
the references between tables were totally ignored and the whole
process failed.

I've read that it is possible to bypass the full refresh (some tricky
scripts) and manually populate replicated tables with data. I did it,
but then another problem occured - subscription set is allowed to have
at most 200 tables. It is a limit I cannot achieve - by eliminating
some static tables (dictionaries), I've come down to 350 tables, but
this is the end.

I insist on having all tables in one subscription set because I want
data to be inserted into destination tables in the same way
(transactions) as in source tables. It is only possible to achieve that
by having all tables in one subscription set (unless I'm mistaken).

Does somebody have a good solution to this problem? I insist on the
transactional replication since the system operates on important
financial data and reporting services running on the replicated DB need
to be accurate too...

Thanks in advance
200 tables per subscription is indeed a limit. Considering number of tables did
you think about using HADR?

Jan M. Nelken
Jul 24 '06 #2

Jan M. Nelken wrote:
200 tables per subscription is indeed a limit. Considering number of tables did
you think about using HADR?

Jan M. Nelken
We have HADR, but for the purpose of HA only (since the back-up server
cannot be used even for reading). Standard SQL replicatication was ment
to keep another copy of our data (on one or more seperate DB2
instances) just for the purpose of reading it (reports).

I'm really afraid of putting the tables in more than one subscription
set because of data consistency (transactions) and foreing-key
constraints.

Thanks

--
Szymon Dembek

Jul 25 '06 #3

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

Similar topics

1
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...
5
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...
5
by: Odd Bjørn Andersen | last post by:
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...
9
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...
6
by: RdR | last post by:
Hi, Has anyone encountered infinite looping in Q Replication? This happens when I have a source DB2 table A going to a target DB2 table B, it also happens that the samne target table B is...
2
by: DickChristoph | last post by:
Hi I tried posting this query in microsoft.public.sqlserver.programming but got no response. I am new to replication but I am trying to setup up a transactional replication of tables from one...
1
by: G.Fink.Nottle | last post by:
Hello, Being a bit of a SQL Server novice, need some advice with the following situation. Server A and Server B have SQLServer 2000 based databases. The vendor of the application/system has...
0
by: phil | last post by:
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:
0
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
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...

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.