Hi,
I have configured a merge replicaiton on sql 2000.
I have also set up auto identity range management on one of my articles.
The publisher identity range is set to 600, and the subscriber identity range is set to 100 and the threshold is %80.My subscribers are mobile users connecting with pocket pc.
I have no problem with the pocket pcs, when they sync sql server automatically adjusts the identity range for them if they have used more than %80. However I have problems with managing identity range on the publisher. When I directly insert into the table on the publisher, if I use more than 80% of my keys, it won't adjust my identity range and it will give an error. I have to manually run the system stored procedure :"sp_adjustpublisheridentityrange" to adjust the range.
Question:
How can I automate this process? I read something about LogReader agent but I don't know how to start it?
Is there any way to handle this problem on the server side? Or do I have to run the stored procedure in my application?BUG: Identity Range Not Adjusted on Publisher When Merge Agent Runs Continuously
http://support.microsoft.com/default.aspx?scid=kb;en-us;304706&Product=sql2k
Monday, February 20, 2012
Merge replication and Publisher Identity range
Labels:
articles,
auto,
configured,
database,
identity,
management,
merge,
microsoft,
mysql,
oracle,
publisher,
range,
replicaiton,
replication,
server,
sql
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment