all groups > sql server replication > december 2003
Filter by week: 1 2 3 4 5
Transaction Log shrink
Posted by John at 12/31/2003 12:21:13 PM
Hi,
I have Database which is configured for Transaction Replication. My Database options are "AutoShrink". I have scheduled TransactionLog Backup Job Every Hour.
I am unable to see the log is shrinking, it's growing alomost from day one.
Ours is SP3A, and Clustered.
Please advice me, fo... more >>
Attaching a subscription database
Posted by Daniel Inman at 12/31/2003 11:55:31 AM
According to books online for SQL 2000, it is possible to
use an attachable subscription database to create a new
pull subscription. However, when I go into the property
sheet for the publication (newly created, prior to any
subscriptions) , there is no option to allow copying.
The docum... more >>
HELP!!! Error when reinitializing publication subscription
Posted by Greg Simpson at 12/31/2003 10:24:28 AM
HELP!
I have just taken over mgmt of a SQL Server warehouse
architecture that uses replication to propogate changes
from a staging server to a production server. The
replication has been broken since 04 Dec. When attempting
to reinitialize the subscription, SQL tells me that I must
drop... more >>
sql 6.5 database export
Posted by Mike at 12/31/2003 9:48:16 AM
Hello All,
Here's my question: how do I transfer ms sql 6.5 database
from one server to another, same version of the sql? I
have to replace a server, I've configured the new one
pretty much the same way as the old one.
Thanks... more >>
The Publisher has been restored from a backup whose schema change version is different from the Subscriber. Rerun the Snapshot Agent and reinitialize
Posted by Paul Kleynhans at 12/31/2003 9:01:51 AM
Hi
I have been running Merge Replication with SQL200 Sp3a successfully for over
6 months now. We currently have 15 sites replicating to a central server
with an average of 5000 transactions per site per day.
Everything was going fine up until 3 days ago, when I got the following
error on some... more >>
restore published database after master db restore
Posted by docware NO[at]SPAM hotmail.com at 12/31/2003 4:40:02 AM
Hi,
We run a merge replication using SQL Server 2000.
In order to be prepared for crash situations, I am in the middle of
testing several rescue scenarios.
Presently I simulate a corrupted master database on the publisher. Due
to the corrupted master db SQL Server is unable to start. I have... more >>
Merge Replication : Sql Server as Publisher and Oracle as Subscriber ?
Posted by Luqman at 12/30/2003 3:37:23 PM
Is it possible to make replication between sql server and oracle when sql
server is publisher and oracle is subscriber ? I tried but could not
succeed.
Best Regards,
Luqman
... more >>
Replication using a pier to pier network
Posted by Richard at CMI at 12/30/2003 2:52:26 PM
To learn and practice Replication, I am trying to create
a SQL Replication of two SQL databases accross a WAN
using two Laptop computers one is a Windows2000 Pro OS
and the other is an XP Pro OS.
Problem in authenticating between the two. Any pointers
would be appreciated.
Thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Filtering working correctly with dynamic filters?
Posted by R Spen at 12/30/2003 2:40:32 PM
I have set up a dynamically filtered merge replication
with pull subscribers. There is a filtered table called
[station] that contains the name of the subscriber
workstation and the filter is 'WHERE description =
HOST_NAME()'. There is a [transaction] table that has a
foreign key relation ... more >>
Migrating a publisher database
Posted by Josh at 12/30/2003 1:20:04 PM
I have a database (DB1) that needs to be migrated to a new
server. DB1 is involved in both a transactional
replication scheme and a merge replication scheme (all
tables except for three are trans, the other three are
merged). There are currently 10 subscriber databases on
other servers.
... more >>
Replication
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/30/2003 10:30:03 AM
I'm evaluating several replication possibilities, is
anyone aware if SQL Server replication identifies database
corruption before it goes and replicates it? For
instance, if the server I am replicating has a database
that is corrupted, I do not want that corrupted database
to be replicate... more >>
logreader agent fails
Posted by Girish Golwala at 12/30/2003 9:28:22 AM
Right after restoring
dist db, pub db and msdb,
logreader agent fails with message saying
step did not generate any output?
I tried sp_replrestart and stil l getting same error.
ANy clue? How to resolve this problem?... more >>
Help!!! Transactional replication Issues..
Posted by Narayan at 12/30/2003 7:36:21 AM
Hi
We use sql server 2000 , and I have been using
transactional replication, One way with push subscription.
This problem happens occassionally.
When I try to add a colummn or add an article to a
existing publication , the database hangs completely and
totaly frezes up. No transaction... more >>
Missing Stored Procedures for Replication after SP3a applied
Posted by Rob Gilchrist at 12/30/2003 4:01:05 AM
Hi
We have recently applied SP3a to two of our SQL SERVER 2000 servers. Both machines are running on Win 2000 and neither had any previous Service Packs applied. Both machines are Publishers in merge replication.
Once SP3a was installed the replication failed with the error message
Could n... more >>
Snapshot agent error 2
Posted by Mirko Slavko at 12/29/2003 4:05:39 PM
Hi all,
I have a problem with making snapshot of a publisher database. When I start
snapshot agent I get this error at the end: "The process could not bulk
copy out of table '[dbo].[syncobj_0x4644453330353035]'. Invalid time format
(Source: ODBC SQL Server Driver (ODBC); Error number: 0)
I ... more >>
dbcc opentran
Posted by chris at 12/29/2003 11:05:43 AM
sql2k sp3
Im trying to truncate a tlog on a replicated db. It wont
let me untill the results of dbcc opentran are empty. Im
the only one on this test box and can verify that all data
has made it to the subscriber. But still, even after 20
minutes of waiting, I run dbcc opentran and its n... more >>
Can not get rid of publisher because database was deleted
Posted by Christine at 12/29/2003 9:45:39 AM
Hello, I removed replication and then deleted a
database. Now in my replication however I still have the
snapshot and the merge but I can not delete the publisher
because the db is no longer in the list. I guess when I
thought I removed the replication I just disabled it.
Any suggestio... more >>
Need Help/Advice with Snapshot Backup API
Posted by quake_dude NO[at]SPAM hotmail.com at 12/28/2003 3:59:43 PM
Hello All,
Please excuse this message if it is a little simplistic, but I'm very
new to the concept of using the Snapshot API and SQL Snapshots in
general.
I'm after some information or advice regarding the API which is used
to pause/resume the SQL Server for the purpose of carrying out a
... more >>
access violation on merge publication
Posted by Barb Swafford at 12/28/2003 11:19:45 AM
i have been trying to create a merge publication on a server. in fact i have
tried many publications on this server. each time i do it, it goes through
the steps to create the initial snapshot of the different tables. the steps
it shows:
Initializing
connecting
locking published tables....
pr... more >>
Relations and keys aren't replicated
Posted by Hamid Mehran at 12/27/2003 11:50:26 PM
Hi ,
My name is Hamid and I am a Network administrator ,
My manager wanted me to Implement transactional
replication between two SQl Servers ,I configured
Publisher,Disributer and Subscriber and replication
started successfuly ,, but my Database Relations and keys
aren't replicated , I do... more >>
initialization fails
Posted by Greg at 12/27/2003 10:05:04 AM
I'm trying to initialize a database across a WAN link. It starts copying and
then fails after a Gig of data and about 40 of the 60 articles are moved. I
set the -querytimeout value to 300, but it still failed.
Any ideas on how to allow this job to finish would be great.
... more >>
replication between servers not connected
Posted by Barb Swafford at 12/26/2003 10:50:40 AM
we want to replicate between 2 servers that are not connected, temporarily,
for a few months. ideally i would like to carry the information back and
forth on a cd, either writing information directly on the cd, or writing on
the hard drive and then coping a file to the cd. can anybody help? or po... more >>
truncate replicated trans log
Posted by chris at 12/26/2003 8:50:16 AM
sql2k sp3
I try this action and I get the message:
Executed as user: domain\login. The log was not truncated
because records at the beginning of the log are pending
replication. Ensure the Log Reader Agent is running or use
sp_repldone to mark transactions as distributed. [SQLSTATE
010... more >>
merge replication fail
Posted by yongchong at 12/26/2003 7:15:08 AM
hi,
my error received is
The Microsoft Jet database engine cannot open the
file '\\Newhomebig\Desktop\test_Backup.mdb'. It is
already opened exclusively by another user, or you need
permission to view its data.
I am doing a merge replication between a sql server 2000
and a access m... more >>
Replication with IP address
Posted by vic at 12/26/2003 1:45:41 AM
I need to setup replication Using IP addresses. When I try
to configure distributor, it gives me an error
distributor_admin not defined as remote login. When I
checked the remote server properties, mapping is there. Am
I missing anything?.
Thank you for your help.... more >>
Trans. Replication Maintenance
Posted by Jeff at 12/25/2003 11:28:18 AM
I have to apply application changes made by the vendor to
the SQL Server 2000 transactional replication database
weekly. What sets should I take to stop and restart the
transactional replication database?
Thank You,
Jeff ... more >>
SQL Merge ActiveX Control in VB.Net
Posted by Jon at 12/24/2003 1:16:37 PM
I can't seem to get the status event for the class to fire
in VB.Net. Is there a solution or is this a known bug.... more >>
[Publication - Unique index on computed column] conflict
Posted by Oleksiy Kubarchuk at 12/24/2003 12:21:12 PM
Hello,
I am trying to setup transactional replication between two servers (both are
SQL Server 2000 SP3).
I have a problem creating a publication article that includes a table with
unique index on computed column (not primary).
The error "Create Publication Wizard" gives half way through ... more >>
Help regarding synchronization problem in Merge Replication
Posted by Mudasar at 12/24/2003 10:17:52 AM
I m facing a problem in implementing merge replication.. Your advise will be
highly appreciated in this regard...
I have a merge publication which contains only one table i.e voucher. I have
enabled dynamic filter..
I created a pull subscription to this publication and applied initial sanp
sh... more >>
How to fix Transactional Replication
Posted by Tom Torain at 12/24/2003 8:26:52 AM
I setup Transactional Replication on SQL 2000 Server. It
works fine when replicating data to my destination table
in subscriber.
Then I setup a few tables with foreign keys reference to
my destination table, I get error:
"DELETE statement conflicted with COLUMN REFERENCE
constraint 'FK... more >>
Invalid temporary table name generated by merge agent
Posted by Oleg Kovalevsky at 12/23/2003 10:28:14 PM
Hi,
i'm setup merge replication between 2 servers. Two days it is work
perfectly, but on 3 day we have syntax error in command generated by merge
agent on five table in publication:
"create table #belong_agent_-1864371812 (tablenick int NOT NULL, rowguid
uniqueidentifier NOT NULL,generation... more >>
Snapshot agent error
Posted by Mirko Slavko at 12/23/2003 3:24:24 PM
I have transactional replication set up to one destination server. Recently
I added another subscriber and everything worked fine. After few days I
tried to run snapshot agent again and got this error: "The process could
not bulk copy out of table '[dbo].[syncobj_0x4644453330353035]'."
I don't h... more >>
Replication error
Posted by PaulM at 12/23/2003 1:27:52 PM
Hi everyone,
I got error number 14114:
SQL Server Enterprise Manager could not configure 'SERVERNAME' as the
Distributor for 'SERVERNAME'.
Error14114: '(null)' is not configured as a Distributor
when trying to setup replication on my sql server. please point me direction
how to fix th... more >>
Clarification on role requirement for replication
Posted by Mike Grant at 12/23/2003 10:40:44 AM
I've setup merge replication between MSDE subscribers and
SQL Server publisher/distributor. I will have up to 50+
mobile subscribers that will dock and syncronize. I will
also have several 10+ Internet based subscribers. For my
mobile subscribers, I've been looking for ways to make
repli... more >>
TLog growth
Posted by John at 12/23/2003 7:21:10 AM
Hi
I have setup transaction replication, the log backup is scheduled every hour , but Tlog of publisher database is not shrinking.db option is autoshrink, SP3A
Is there any way to calciculate wht's going behind the scenes.
Thanks ans Merry Christamas!... more >>
Can't delete database
Posted by Gary at 12/22/2003 1:41:04 PM
I am having a problem with SQL server 2000. I have
several databases where the mdf and ldf files were deleted
using windows explorer. The databases show as suspect in
Enterprise manager but when I try and delete the database
I get a message that I cannot delete the DB because it is
setup... more >>
Merge replication with system account
Posted by Kevin Lebida at 12/22/2003 12:37:57 PM
I have a setup where the SQL Server Agent's startup
account is the system account. If I setup my publisher
through the enterprise manager I get the error that the
SQL Server Agent on <publisher> currently uses the system
account which causes replication between servers to fail.
I hit OK,... more >>
How could I create Replication over internet?
Posted by TN at 12/21/2003 8:51:11 PM
Dir All,
I want setup a replication system over internet. how could I do?
Thanks for help.
Best regards.
TN... more >>
Transactional replication of objects owned by several users
Posted by Hz at 12/21/2003 10:37:40 AM
Hi! I was wondering if anyone could help me. I am going through the
nightmare of having to setup transactional replication on several hundred
objects (i.e. stored procs, views and tables) that have different ownership.
If i set up transactional replication, by default all my objects will be
assi... more >>
Just starting out questions
Posted by Darin at 12/21/2003 7:10:48 AM
I have a large (2 gig) database on 1 server that the customer wants to
replicate to another server in a different state. I have looked at the
different replication options and wanted to use transactional, but that
doesn't allow the subscriber to update image or ntext columns - and I
have to allo... more >>
Event log replication queue OUTQ is full.
Posted by jdhawk at 12/20/2003 7:44:20 AM
I repeatedly get this error in the application event
log. The server is one of a two cluster that is log
shipping to a third server. These event items appeared
only after log shipping was started.
Source: ClusSvc
Event ID: 1137
Description: Event log replication queue OUTQ is full. 1
... more >>
trans rep
Posted by hillel goldman at 12/20/2003 2:02:37 AM
Hi,
Is it possible to setup replication if the data in the
subscriber database tables are being updated, but you do
not want to have the changes merged back to the publisher?
Thanks,
Hillel... more >>
Merge Replication generating conflicts
Posted by Pagus at 12/20/2003 1:21:58 AM
Our problem is the order of applying changes from subscriber to
publisher and back, regarding FK constraints and parent-child
relations.
We have 234 articles in publication and if we take a look at table
nicknames (SELECT nickname, name FROM sysmergearticles ORDER BY
nickname) we can see th... more >>
The subscription to publication 'test' is invalid
Posted by Bret at 12/19/2003 3:03:54 PM
Hello,
I have been running into an issue where I keep getting the
following error:
The subscription to publication 'test' is invalid.
I have added the server that I am performing a 'push'
replication to within the Network Utility for an alias
name due to DNS problems, but still I am g... more >>
Shrinking a Published Database..
Posted by Brett at 12/19/2003 3:02:21 PM
Hi
I want to shrink a database that I have that is currently
being published. I have about 19 GB worth of data in
about a 55 GB data file. I want to shrink the database
so that the database file is about 19 GB.
Is this possible to do without interrupting replication?
Do I need to ch... more >>
missing sp_mssync...
Posted by wchang NO[at]SPAM siac.com at 12/19/2003 1:14:27 PM
I am trying to setup immediate update transaction
replication without going thru initial sync process.
I executed the result
from 'sp_scriptpublicationcustomprocs' on the subscriber
to create the sp for sp_msins...,sp_msupd..., sp_ms_del..,
then I tried to execute 'sp_script_synctran_commands... more >>
permission on tables for SELECT unchecked after replication...
Posted by mike at 12/19/2003 12:28:24 PM
I'm new to replication. But my problem is that I have a
database on a web server that has data being replicated
to it from an internal database. It seems that when a
replication occurs, my permissions that I've set up on
the web database gets wiped out and I have to go back and
reset them.... more >>
Error -2147200925 (Urgent!)
Posted by Thomas Hufschmidt at 12/19/2003 12:13:35 PM
I have merge replication running with 2 servers (both W2K SP4 and SQL2000
SP3).
I got no problems setting it up and it ran perfect since some weeks.
But yesterday I got this error message, every time the merge agent tries to
merge
the data:
"Failed to enumerate changes in the filtered arti... more >>
transactional replication problem
Posted by JP at 12/19/2003 7:02:07 AM
Hello,
I am trying to set up transactional replication where the
agent that synchronizes the subscription are at
the Subscriber but I can't seem to set it to work.
I get the following messages:
On the server where the distribution database is:
Login failed for user 'NT AUTHORITY\ANONYM... more >>
SQL Merge Replication and DTS imported Data
Posted by bobi NO[at]SPAM gmx.net at 12/19/2003 6:20:59 AM
hi,
i have one sql2000 server and several msde-clients, which use the merge
replication.
if i import data from a text file using the dts-import wizard, the
newly imported data will not be replicated until i create a new
snapshot and reinitialize all subscriptions.
data inserts done by a ... more >>
|