Archived Months
April 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > sql server replication > july 2003 > threads for july 29 - 31, 2003

Filter by week: 1 2 3 4 5

Replication
Posted by saiful arif at 7/31/2003 9:12:46 PM
Dear sir, what should i do if my replication running but no one of data is upload or download and only say "connecting to subscriber "WDATACENTER"" for long time. and for your information that the replication is no problem before, but since 2 day ago it going problem. can you explain to me ...more >>

How do I tell if a command has been replicated
Posted by captainkt at 7/31/2003 12:52:00 PM
I am trying to find an automated way to determine that transactional replication has distributed all transactions to it's subscribers. What I am trying to do is drop a subscription on a scheduled basis, but I want to ensure that all transactions have been replicated before I do so. What is the...more >>

Exception 5 caught at line 191 of file ..\src\refreshr.c
Posted by Paolo Mastrobuono at 7/31/2003 11:42:00 AM
When the Agent statrs a job it terminates itself with: [LOG] Exception 5 caught at line 191 of file ..\src\refreshr.c. SQLServerAgent initiating self- termination is it a bug of the ITALIAN SQL server 2000 versio? Anyone could help? Thanks Paolo...more >>

Re: distributor_admin
Posted by Jose at 7/31/2003 7:55:31 AM
Hello, Does the distributor_admin login need to have System Administrator privileges? I am trying to audit and clean- up our SQL Server logins and was wondering about this account. Thanks! -Jose...more >>

what are the replication commands and transactions delivered?
Posted by Hassan at 7/30/2003 11:02:11 PM
What is the difference between commands and transactions that are delivered by the log reader agent to the distributor ? ...more >>

Merge Agent parameters
Posted by Anand at 7/30/2003 10:53:11 PM
Hi, Can anyone tell me where is the parameters stored that are set for the Replication Merge Agent. (e.g. QueryTimeOut, Output etc.,) Thanks Anand ...more >>

add a new article using sp_addsubscription
Posted by Hassan at 7/30/2003 10:52:33 PM
I know that an existing article can be dropped and added to a subscription without deleting using sp_dropsubscription and sp_addsubscription as opposed to the GUI My question is can i add a new table or sproc to the current subscription ? I am using SQL 2000 ...more >>

Replicating UDF,views and indexed views
Posted by Hassan at 7/30/2003 10:49:06 PM
What does replicating UDFs, views and indexed views buy us if the subscriber is gonna be used for read only ? And even if the subscriber was used for applying inserts,deletes and updates but had created them manually on the subscriber, what addition does replicating them buy ? I am using SQL ...more >>



Line 38: Incorrect syntax near ')'.
Posted by hass chapman at 7/30/2003 10:43:00 PM
I am attempting to replicate between a sqlserver 7.0 on NT and a msde 2000 on win2k. I have set up the sqlserver machine as the publisher and have attempted to push a subscription out to the msde machine (through a firewall with 1433 open). I am using ip addresses in sql enterprise manager...more >>

sp_repldropcolumn on columns with default values (mergerepl)
Posted by S c o t t K r a m e r at 7/30/2003 6:22:22 PM
Hello: Is there a way to drop repl coulmns with default values, (so that it propagates to existing subscribers) Can you safely get rid of the DF_ object without breaking repl? Note: we do not want to reint subs, rebuild the pub etc... Thanks, Scott Kramer EXEC sp_repladdcolumn @sou...more >>

Re: Services run under domain account w/repl
Posted by Jose at 7/30/2003 5:47:33 PM
Hi, I have read conflicting information from different sources regarding domain accounts used to run SQL Server Services and replication. Does the account need to be a local administrator? Some sources say yes and others say no. If not, what permissions must it have on the server for ...more >>

Trans Replication - Identity Insert Error
Posted by Ricky_Singh at 7/30/2003 4:34:50 PM
Hi, I recently started doing transaction replication for our production server. Distribution Agent is scheduled to run at a certian time every night. Now, I am getting an error, which is: " Cannot insert explicit value for identity column in table 'tablename' when IDENTITY_INSERT is s...more >>

Merge Replication Conflict Problem
Posted by Gert Wurzer at 7/30/2003 2:25:08 PM
Hi! I hope anyone can help me with this very important problem! Since configurig one subscriber in our merge replication scenario to a subscribing publisher we get a lot of merge conflicts type 10 reason code 2. Because we have the german version i translate the reason text as meaningful as...more >>

Apply Init Snap w/o cnn to Pub/Dis
Posted by Tom Jackson at 7/30/2003 1:01:11 PM
Subscriber: WinXP with MSDE2000sp3 Publisher: Win2000 with SQL 2000 EE sp3 Distributor: on same machine with publisher I have been able to apply an initial snapshot from a removeable media to the subscriber, but it doesn't appear as if I can do so while the subscriber PC (a laptop that wi...more >>

replication via internet (T-1)
Posted by Doug at 7/30/2003 12:49:00 PM
Does anyone out there have any experience with Replication over vpn between 2 offices (T1 line). I'm wondering if setting up transactional rep for a db ~17gb in size would work consistently, or if log shipping would be a better option. Trans logs for a typical weekday are around 300-500mb/...more >>

restoring replicated db's to a warm standby box
Posted by chris at 7/30/2003 11:51:20 AM
sql2k sp3 I was wondering if you could point me to a good white paper or the like on log shipping a replicated db and then "failing over" to the warm standby box while retaining all the replication settings? According to BOL I will also need to be backing up the distribution db. Which is...more >>

Distributor Failover
Posted by Jeremy at 7/30/2003 10:04:12 AM
I am currently in charge of designing a failover plan for a remote distributor server. Minimal downtime is critical, because we have updating subscribers so downtime on our distributor server needs to be avoided at all costs. I am trying to determine a way to failover the distrubtor serv...more >>

Merge Replication Problem
Posted by Chris Goll at 7/30/2003 7:38:35 AM
I have simple bi-directional replication set up on two servers. A ---> B A <--- A Everything is working fine except i cannot figure out how to make a table change (like adding a new column) to a table that is in the merge job. SQL Server will not allow changes on a table referenced...more >>

Problems with SQL server 7 to SQL server 2000 transactional replication
Posted by waruna_rajapakse NO[at]SPAM yahoo.com at 7/29/2003 8:18:46 PM
Hi all We are planning to setup replication between SQL server 7 publisher and SQL 2000 Subscriber. We heard that eventhough BOL says no problem with that the agents fails without reason or get disconnected. I that true and if so please let me know how i can resolve them Thanks...more >>

Replication Question - Server Time Sync
Posted by Ricky_Singh at 7/29/2003 5:55:53 PM
I have Trans Replication going on now with the help of experts from this forum. I have a question cause somebody pointed out me this! My publisher is on West Coast while the subscriber is on East Coast - 3 hour difference!! Do I need to synchronize the times for replication? Is it necessary? ...more >>

Replication Question - Server Time Sync
Posted by Ricky_Singh at 7/29/2003 5:43:07 PM
I have Trans Replication going on now with the help of experts from this forum. I have a question cause somebody pointed out me this! My publisher is on West Coast while the subscriber is on East Coast - 3 hour difference!! Do I need to synchronize the times for replication? Is it necessary? ...more >>

Merge Replication
Posted by fili sosa at 7/29/2003 11:31:22 AM
Merge Replication in SQL Server 2000 A ---> B A <--- B I have servers A and B Make a publication in server A Make a push subscription from server A to server B ok changes from server A are updated in server B My question is that if I need to make a publication in server B with...more >>

Handling Subscriber Schema Changes with Replication
Posted by Dan W. at 7/29/2003 9:45:41 AM
I've searched the web and it seems the answer is. "Replication is not the proper solution for handling schema changes". Is this true, and if so what is the best way? I've seen .bat files as an option. Thanks in advance, Dan ...more >>

Enabling Publishers
Posted by Alan Harling at 7/29/2003 9:39:15 AM
I have: 3 servers (1 - distributor, 1 - publisher, 1 - subscriber) All win2k server, sql server 2000 sp3 I trying to enable the publisher server as a publisher. When I go to the distributor server then publisher and distributor properties dialog, select the publishers tab - the publi...more >>

Cleaning replication manually safely....
Posted by faustino Dina at 7/29/2003 9:31:00 AM
Hi, Which are the tables, stored procedures and triggers involved in the replication (merge replication) SQL Server 2000 SP3? How to check all that for inconsistencies? How to clean them manually safely? I have a problem of inconsistency in my replication metadata. The large history is the...more >>

Error 20026. The Publication does not exist.
Posted by chris at 7/29/2003 8:39:40 AM
sql2k sp3 I am using Log Shipping with Transactional Replication. The Publisher transfers tlog backups to a Backup Publisher. The goal is to be able to switch over to the Backup Publisher if the regular Publisher ever goes down. So to simulate all this, I restore the Backup DB on the Ba...more >>

Replication problem with empty string varchar column
Posted by milan at 7/29/2003 6:20:21 AM
Hi! We have transaction replication from MSSQL7 SP3 on W2K to Sybase12 on HP. Distribution agent fails when one of replicated columns of varchar(16) type contains empty string. If there is at least space it is OK. I think this is a bug. Is there a fix that addressed this issue? Thanks...more >>

Replication fails connecting to wrong subscriber name
Posted by James at 7/29/2003 2:38:22 AM
Hi Everyone I have a pull subscription on SQL 2000 SP3 which fails with the error message "The process could not connect to Subscriber 'JOE'". However, the subscriber SQL Server is called 'MOE' not 'JOE', and furthermore there are no SQL Servers on the network called 'JOE'. I create the subsc...more >>


DevelopmentNow Blog