all groups > sql server replication > march 2005 > threads for march 29 - 31, 2005
Filter by week: 1 2 3 4 5
SQL-Server 2005
Posted by ALN at 3/31/2005 10:33:02 PM
Hi,
I read many interested things about the enhanced features of the SQL-SERVER
2005 replication. I want to make an test installation of the SQL-Server 2005.
When I have problems, do you support SQL-Server 2005?
Best regards
Axel Lanser... more >>
spBrowseMergeChanges shows records but no data needs to be merged HELP
Posted by Darin at 3/31/2005 7:45:52 PM
I ran spBrowseMergeChanges from www.replicationanswers.com for one
particualr table that I Know a lot has occured on. It shows a result set
of 6,469,634 rows. BUT, the enterprise manager is showing "No Data needs
to be merged".
Help. This isn't the only table that has this problem. I looked at... more >>
deleted many records, want to stop that replication
Posted by Darin at 3/31/2005 5:02:49 PM
I deleted tons of recors in one table on the publisher. I want to stop
those from replicating (for the time being or forever - doesn't matter)
since it is sucking all of the replication time.
Is there a way to do that, if so, how???
Darin
*** Sent via Developersdex http://www.developersde... more >>
join filter and row filter , please help
Posted by nick at 3/31/2005 3:38:38 PM
Hi :
i have two tables, parent table is customer, children table is
customercontact and they link by customercode.
fistly, i set join filter as
customer.CustomerCode=CustomerContact.CustomerCode.
then i set row filter in customer table with customer= HOST_NAME()
... more >>
Identity columns
Posted by Joe at 3/31/2005 1:37:59 PM
Hi,
Quick question, Can I use the 'Alter table mytable alter column' to
change the Identity column to include the 'not for replication' clause? Or
do I need to drop and recreated the table?
thanks,
... more >>
periodic 'fits' on server 2003 that requires a reboot.
Posted by james at 3/31/2005 10:06:53 AM
Periodically, I get a these messages appearing from the System Log. These
errors once started will always continue for the next few hours until the
server is restarted. During then - software distributions seem to fail.
(SystemLog)
Event Type: Warning
Event Source: EventSystem
Event Cat... more >>
Repost: Merge Replication Error - Failed to enumerate changes in the filtered article
Posted by Warren Patterson at 3/31/2005 8:04:47 AM
Hi,
I am using Merge Replication and the subscriber is a pull subscriber.
Some tables are filtered, in the publication properties, if I go to FILTER
ROWS, then FILTER CLAUSE column, some tables are filtered like so
depot_system_id = 'xxxxx-xxxxx-xxxxx-xxxxxx' where x makes up the guid.
Th... more >>
Transactional replication/ Distribution agent message
Posted by Vikram Kamath at 3/31/2005 7:27:02 AM
Hi,
I have a transactional replication as i mentioned earlier and has 4
publications. My subcriptions had been deacticvated since there was no
syncrnisation diring the retention period. As a result i reinitialised the
subscriptions for each of the publications. Then i ran the snapshot agent... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Real time replication over geographically divers sites
Posted by JNorton NO[at]SPAM DPS-integro.co.uk at 3/31/2005 6:45:46 AM
Hi,
Myself and a colleague have been charged with making two SQL servers
(SQL Server 2000 STD) replicate in real time, this is to allow a
helpdesk system to be updated in either the UK or South Africa.
Unfortunately as the helpdesk system we use is not by our own design
we have to use the s... more >>
Not associated with a trusted SQL Server connection....
Posted by len at 3/31/2005 6:37:10 AM
I'm getting the following error when trying to set up replication between 2
servers (the error occurs on the master when I try to run some stored procs).
Both servers are linked as "Remote Servers":
Login failed for user 'xxxx'. Reason: Not associated with a trusted SQL
Server connection.
... more >>
Distribution agent failed
Posted by Chen at 3/31/2005 6:21:06 AM
Hi,
Our production site, I enabled snapshot replication, last night the
distribution agent failed with error message: Detect nonlogged agent
shutdown. I really don't know what that means; can someone help me to solve
this problem?
Regards,
-Chen
... more >>
Error 14058: The subscription already exists
Posted by Siu at 3/31/2005 4:27:01 AM
Hi,
I've got the error in the Subject when I tried to delete and recreate
manually a pull subscription to a publication.
How can I delete defenitely the subscription from that database?
Thank you.... more >>
Replication update issue
Posted by DM at 3/31/2005 3:51:02 AM
Hi,
I'm getting a problem with updating a record in transaction replication that
i was hoping someone might be able to help with.
I have a test setup with transaction replication with immediate updating
between two Sql 2000 servers version 8.00.818.
The table is 187 columns with everyth... more >>
Merge replication stopping
Posted by Salvador at 3/31/2005 2:07:03 AM
Hi All,
I have selected merge replication because both servers are constantly
updating information. We have continuous merge replication (push) and
everything works pretty good.
The problem is in some occassions the job stops saying that it can not
enumerate the changes on the subscriber... more >>
Transactional replication error
Posted by Peter Doyle at 3/31/2005 1:05:02 AM
The log reader has stopped on me a couple of times with the error
"The step did not generate any output. The step failed"
Does anyone know what might be causing this? Thanks.
Peter Doyle... more >>
row filter in chiliren table
Posted by nick at 3/30/2005 6:10:31 PM
Hi :
i have two tables product and productFlavour, which all have
productcode in each table.
so in the table filter. i put product.productCode =
productFlavour.ProductCode.
my question is that can i still add a row filter for productFlavour,( for
example productFlavour.isDelete=1).... more >>
Published Database Log file not growing bigger?
Posted by Warren Patterson at 3/30/2005 4:49:28 PM
Hi,
My log file on the publisher for the published database, doesnt seem to
grow, its always around 1MB, teh log file settings are set to allow the
file to grow incrementally and everything else seems normal.
After some further investigations I came across an option that should
apparently ... more >>
Maintenance Plans
Posted by M.Smith at 3/30/2005 3:50:46 PM
Can anyone direct me to resources to read about setting up "usual and
customary" maintenance plans for SQL?
... more >>
Getting snapshot job_id
Posted by Darren at 3/30/2005 2:51:52 PM
After creating a snapshot job using sp_addpublication_snapshot how do I get
the job_id?
I want to be able to rename the job as well as change the owner through
script after it is created but sp_update_job requires the old name or job id
and sp_addpublication_snapshot doesn't return either.
... more >>
POSTING IT AGAIN TO RESOLVE THE ERROR
Posted by Vijay at 3/30/2005 2:42:19 PM
Hi,
When i use the "sp_copysubscription" procedure, i am getting the following
error.
"Server: Msg 21236, Level 16, State 1, Procedure sp_copysubscription, Line
64
The subscription(s) to Publisher 'CNS_SQL1' does not allow subscription copy
or it has not been synchronized.".
My subscrip... more >>
Problem with Stored Procedure Conflict Resolver
Posted by MillsPerry at 3/30/2005 1:46:10 PM
I have written a custom conflict resolver as a stored procedure. When
it attempts to return the results rowset, I get the following error:
The Stored Procedure Resolver requires the stored procedure
'[dbo].[sp_TicketInfoResolver]' to return a result set that matches the
column definition of t... more >>
Transaction replication / Distribution agent
Posted by Vikram Kamath at 3/30/2005 10:41:08 AM
Hi
I have a transactional replication set up with a simple recovery model. My
logreader seems to be doing its job by inserting data into the
Ms_repl_commands table. But apparantly when i refresh the current activity on
the SQL enterprise manager it hangs. I have noticed I have got a huge am... more >>
Merge replication - Drop/Delete a table
Posted by WB at 3/30/2005 9:57:39 AM
Is it possible, after setup of replication, to drop/delete a table. the
table is empty and not being used.
I have read how to remove columns but don't find any information on an
entire table.
WB
... more >>
Transactional Replication Advice
Posted by Mark at 3/30/2005 9:21:04 AM
I have about 7-8 publications in my environment (Transactional Replication).
What should be the strategy to check if all of these publications are
working. Should I add dummy record to one table in each publication to see if
the record makes it to Subscriber or not?
Any advice?
Thanks.... more >>
8144 error: sp_MSaddinitialarticle has too many arguments
Posted by Wm at 3/30/2005 8:53:09 AM
I have two servers that I am connecting with Merge replication (SQL2k).
SERVER1 is the publisher and pushes a subscription to SERVER2. After the
snapshot is created, the Merge Agent runs but gets the following error:
Procedure or function sp_MSaddinitialarticle has too many arguments
spec... more >>
How to tell what was deleted during synch
Posted by Warren Patterson at 3/30/2005 8:06:52 AM
Hi,
I have publisher and subscriber, publication is merge.
When the subscriber synchs up to publisher, I sometimes see it had x amount
of deletes, how can you tell what was deleted? Is theer a way?
Thanks in advance
Warren
... more >>
Reinitializing a subscription
Posted by lreames NO[at]SPAM gmail.com at 3/30/2005 7:23:57 AM
Win 2000 & SQL 2000 SP3
I have a publication that wants to be reinitialized (The
subscription(s) have been marked inactive and must be reinitialized.
NoSync subscriptions will need to be dropped and recreated.). When I
created the push subscription, I did it NoSync, so I know I have to
dro... more >>
Problem with user defined funtions
Posted by ALN at 3/30/2005 7:17:09 AM
Hi,
I defined a publisher and a pushsubscriber with some articles. The articles
were Tables, Views and user defined functions. The pushsubscriber was created
with the sync_type=automatic. When I synchronisize the publisher with the
subscriber, the merge-agent fails on the follwing view creati... more >>
Manual Failover... shutting down agents via sql (NOT EM)
Posted by Lonnye Blake Bower at 3/29/2005 4:33:28 PM
I need to be able to shut down my replication agents with a sql command as I
am preparing a script to ensure a graceful failover to our DR site.
How can I turn off the agents via SQL?
Thanks.
~lb
p.s. I'm pretty sure Hilary will respond.... I got your book yesterday.... I
recommend it to A... more >>
Replication Problems
Posted by John Shaw via SQLMonster.com at 3/29/2005 3:32:15 PM
Hi there.
We have just purchased a new server, which I am trying to set up
replication to.
I have no problems until I hit one database.
I am having trouble when it hits the following SP
CREATE PROCEDURE sp_pull_data_1
-- Get list of renewals for a date 'days' in the future
-- Date: 12... more >>
LOGREADER NOT START - No body can help?
Posted by Alioscha Debali at 3/29/2005 12:50:21 PM
When I try to start the agent (replication monitor->Agents -> log reader
Agent - with red cross). show me this error :
22022 sqlserveragent error: request to run job svr-personal-origen-1 (from
user personal\alioscha) refused because the job has been suspended.
SO windows 2000. server 2000 s... more >>
SQL SERVER 2000 REPLICATION - COPY SUBSCRIPTION
Posted by Vijay at 3/29/2005 12:13:33 PM
Hi,
When i use the "sp_copysubscription" procedure, i am getting the following
error.
"Server: Msg 21236, Level 16, State 1, Procedure sp_copysubscription, Line
64
The subscription(s) to Publisher 'CNS_SQL1' does not allow subscription copy
or it has not been synchronized.".
My subscrip... more >>
Re-run snapshot?
Posted by Earl at 3/29/2005 10:44:19 AM
I deleted the Indexes from several tables. Should I force a re-run of the
snapshot agent?
... more >>
New Server and replication
Posted by Vivek Sharma at 3/29/2005 9:17:51 AM
Hi There,
I have a situation here. I currently have a server that is acting as a
publisher. I have a few laptops as subscribers. We have recently bought an
upgraded server. I wish to move the SQL database on the new server but at
the same time I do not wish to lose the publication and subs... more >>
Push or Pull
Posted by ChrisR at 3/29/2005 8:55:34 AM
I've always had a hard time getting my head around Push and Pull
Subscriptions.
Ive read that it really doesnt have a huge impact on a box, and that what
really matters is where the Distributor is. That Push or Pull is more for
Administrative type of stuff. Just not sure about this.
I ju... more >>
SQL Server Agent Problem
Posted by lreames NO[at]SPAM gmail.com at 3/29/2005 7:43:48 AM
Running SQL 2000 SP3.
I am getting this message when I start the SQL Server Agent....
[298] SQLServer Error: 3908, Could not run BEGIN TRANSACTION in
database 'msdb' because the database is in bypass recovery mode.
[SQLSTATE 25000] (ConnIsLoginSysAdmin)
How do I get the 'msdb' out of re... more >>
A duplicate value cannot be inserted into a unique index
Posted by Earl at 3/29/2005 2:40:16 AM
I'll first give the caveat that I've been away from this project for many
weeks (but at least it is my own creation). Having said that, I'm not sure
if this is a replication problem or exactly what I have on my hands here.
When I submit an Insert to a particular table, I can submit as many In... more >>
|