all groups > sql server replication > august 2004 > threads for august 1 - 7, 2004
Filter by week: 1 2 3 4 5
How to retrieve identity in stored procedure for updatable subscription???
Posted by Steve Klein at 8/7/2004 9:34:50 PM
We have transactional replication setup between SQL Server 2000 on Win2003
and MSDE on Win2003 (both SP3a). SQL Server is the publisher and is pushing
an updatable subscription (queued updating) to the MSDE instance.
We are trying to insert master and detail rows into a pair of tables via a
st... more >>
restore the replication system
Posted by Wen Chang at 8/7/2004 10:29:01 AM
Database A and B are replicated to each other. Both db reside on the same box.
The box has been rebuild due to a system crash. All data base files have
been preserved.
NT SA restored all user databases by attaching the datafiles except
master and msdb. Now, the replication system is ou... more >>
Problems with replication across trusted domains
Posted by Stephen Fleming at 8/7/2004 7:20:19 AM
Hi
We have at the following setup:
Windows NT domain 'domainX':
Server A running Win2000 with SQL2000 - publisher
Server B running WinNT4 with SQL2000 - publisher
Windows 2000 Active Directory domain 'domainZ':
Server C running Win2000 with SQ2000 - subscriber
We have established two-... more >>
Replication Problem
Posted by HIFNI at 8/7/2004 1:21:17 AM
Hi,
Now, I've installed SQL Server 2000 standard edition, and
I've registered the Remote Computer in my Enterprise
Manager. How ever when I run the "Create Publication
Wizard", I get an Information Message, that:
"SQL Server Agent on 'MyComputer' currently uses the
system account, which ... more >>
connectivity in sql server with two diff public ip address
Posted by Soumen ( India) at 8/6/2004 9:57:02 PM
I 've two machines (Linux Servers) with firewall installed at two
geographical locations. Now I want to make replication of data using
sqlserver2000 from two other machines which are behind the two servers . Both
of them have have private IP address and they can access the internet
through... more >>
replication--alternate snapshot location folder-- question
Posted by Combfilter at 8/6/2004 2:33:56 PM
Hello.
I am needing to setup replication for some
pretty big tables. My distributor has
limited space on it. I was wondering if I
can redirect the snapshot location folder
using the options under properties. Answer
is yes, but my question is once the snap
shot has been done and mov... more >>
Help - Replication Architecture Suggestions
Posted by Afaq at 8/6/2004 7:45:02 AM
Hi,
I need some help in designing the physical architecture of my database
system for replication. Here is my scenario
I have 1 server each in North America, Europe and Asia. They will be
connected 99 % of the time. All the data needs to be replicated between these
servers. There is very l... more >>
Error number: 2812 - Transaction Replication
Posted by Anoop at 8/6/2004 2:45:02 AM
Hi,
I am trying transactional replication between two servers with a remote
distributor. I am getting following error each time I run the distribution
agent
Last Command : {CALL sp_MSupd_Customers (NULL,N'Alfreds Futterkiste -
test',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,N'ALFKI',0... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can`t see solve conflicts in EM
Posted by Andi at 8/6/2004 12:35:02 AM
Hi group,
we are using W2K and SQL Server 2K with SP2. We have a merge Replication
I have the following problem with the Conflict Manager of the Enterprise
Manager.
I can see that there are 2 Conflicts in the 1. Window. But if i try to to
press the press the view boton. Nothing happens. If ... more >>
Why @logreader_job_name is ignored?
Posted by tohas NO[at]SPAM freenet.de at 8/5/2004 8:38:42 PM
Hi NG
I setup a transact replication (mssql2k sp3a) via TSQL Code from VB6.
with the code snipped:
SQL = "exec sp_addpublication"
...
SQL = SQL & "@logreader_job_name = N'Logreader-" & Me.Server & "-" &
Me.DB & "'"
It works fine, but the name for the Logreader will ignored.
The @logr... more >>
mobsync subs, security
Posted by S c o t t K r a m e r at 8/5/2004 1:06:08 PM
Is there a trick to use mobsync at user level security? We have to set winxp
users to power user to allow the subscriptions to show up in sync manager...
Anyone know the individual folder/file permissions to set??
Thanks!
--
Scott Kramer
CDS Technologies, Inc.
www.clevelanddata.com
www.... more >>
No SQL Server Agent
Posted by larry at 8/5/2004 6:24:36 AM
Running Win 2k & SQK 2K
Someone started an install of MS Project Server and
bailed out at some point during the install. Now the
server that this was done on, does not have an SQL Server
Agent.
How do I get the Agent back?? Do I need to uninstall SQL
Server, then reinstall?? Is it p... more >>
Subscriber has rows that the Publisher does not after system cash.
Posted by jwhitman NO[at]SPAM jawsware.com at 8/5/2004 4:47:52 AM
Hopefully someone could lend me a hand or point me in the right
direction.
Current System Configuration:
Publisher: Windows 2000 Server SP4 & SQL Server 2000 SP3
Subscriber: Windows XP SP1
Due to a system crash, I now have a subscriber table with more rows in
it than the publisher table.... more >>
"Windows synchronisation manager profile" missing
Posted by AndreBrunner NO[at]SPAM gmx.de at 8/5/2004 2:55:22 AM
Hi,
I've got a MS-SQL Server 2000 and I want to replicate my database via
the the synchronisation tool of Windows XP
(Start-Programms-tool-Synchronisation). I'm able to configurate a new
agent for the publication but whenever I try to connect to the
sql-server I get the following Error:
Th... more >>
Replicating new table
Posted by Jim at 8/4/2004 7:04:04 PM
Is it possible to have a newly-created table automatically
added to the list of published articles? If so, how?
... more >>
conflict viewer error in sync manager
Posted by Jim~C at 8/4/2004 4:25:03 PM
I've got a clean install (in the following order) on a brand new Tablet PC:
1) Windows XP Pro SP1 + latest security patches (Version 5.1 - Build
2600.xpsp2.030422-1633: Service Pack 1)
2) Office XP with SP3 (all components, including Access)
3) MSDE 2000 SP3a (clean install from latest kit)
... more >>
sp_repladdcolumn on Indexed View
Posted by ChrisR at 8/4/2004 4:24:59 PM
sql2k sp3
I know this itself cant be done. But say Im replicating to
a denormalized table via Indexed View. I now want to add a
new coulmn to that table and have it end up on both the
source and Publisher and the Subscriber. The only way Ive
found is to:
Add it to both tables. Include ... more >>
How to delete an orphaned push subscription
Posted by hdomer NO[at]SPAM cesco.com at 8/4/2004 2:33:02 PM
On server1 I created a push subscription to server2. I deleted the
subscription from server1, but server2 still shows it.
I have referred to SQL Server 2000 Books OnLine topics "How to Delete
a Push
Subscription" and "How to Delete a Pull Subscription", but they are of
no help because they on... more >>
Keeping the transaction log small during initialization
Posted by mjswart NO[at]SPAM yahoo.com at 8/4/2004 6:12:44 AM
How do I keep the transaction log small during initialization of a
subscription. The size of the transaction gets to be at least four
times the size of the data and fills up the hard drive.
Is there a way to initialize the database without keeping the
transaction logs?
I can't seem to trunc... more >>
Automatic Identity Range Handling warning message.
Posted by Girish at 8/3/2004 8:13:18 PM
Ive implemented merge replication with SQL Server and an Access Database.
SQL Server is the publisher and Access database is the subscriber.
I have ONE table in the schema that can be updated in both the subscriber
side as well as the publisher side. I have an IDENTITY column in this table
and... more >>
SQL Agent Service - Replication
Posted by Jamil Ahsan at 8/3/2004 1:05:02 PM
Hi Friends,
I have setup log shipping from my Primary SQL 2000 Enterprise server to Secondary SQL 2000 Enterprise server. SQL Agent service keep stopping after every 4-5 minutes. I could not figure out...why?
Also when I try to enable out-of sync alert, a red cross appears on log shipping pair.
... more >>
starting out
Posted by David Wilce at 8/3/2004 12:01:26 PM
Hello,
We plan to use SQL Server 2000 and to have one central db and multiple
distributed db's.
Scenario:-
- Reference data is controlled centrally (central > distributed db's) and
end-user data will travel in the opposite direction (i.e to central db)
- we have extremely flakey comms!
... more >>
UNIQUID COLUMN
Posted by Dylan Kruger at 8/3/2004 9:57:11 AM
Hi Guys , just a quick question, my client has merge replication and they
need to remove replication so they can make some schema changes add tables
etc, they will then reset this up, if you remove replication do the
uniqueidentifier columns it adds get removed? or do they remain behind (sql
200... more >>
Replicated Database Not In Sync - How to ensure whole database is in sync
Posted by paulg NO[at]SPAM wizardit.co.uk at 8/3/2004 7:38:04 AM
I have a database that is merge replicated across 5 sites
Some how the database isnt in sync, although testing the syncs works
fine
I assume when I modify a record in DB A that it issues an insert or
update when the merge rep runs depednant on whether the records with
the same GUID exists
... more >>
Invalid cursor state @ Distribution Agent
Posted by oselinge at 8/3/2004 6:21:02 AM
Hi! When i create a Transactional Replication between two SQL Server 2000 (with no additional Service Pack or Update) with the Enterprise Manager, i get this error (also when i restart the agent):
Invalid cursor state
(Source: ODBC Driver Manager [ODBC]; Error number: 24000)
I think it the M... more >>
The merge process could not update the list of subscriptions.
Posted by mnolton NO[at]SPAM emoca.com at 8/3/2004 1:21:03 AM
Hi
We have been running Merge Replication for quiet some
time.
After doing some house work of clean up redundant 'remote
servers' and cleaning up client subscriptions that are no
longer used we are getting the following messages.
At the client end:
The merge process could not update ... more >>
Appling commands post snapshot application
Posted by Mary Bray at 8/2/2004 5:49:06 PM
Hi chaps,
SQL2K sp3
I have set up a custom subscription process for our
environment where we have very crappy RAS lines to
our subscribers (lots of Tablet PC's). Instead of
applying the snapshot from the publisher, I zip up the
last snapshot - copy it down to the subscriber (using
copy with ... more >>
Replicating to SSCE tables with "create statistics" doesn't works: how to avoid it
Posted by faustino Dina at 8/2/2004 5:10:10 PM
When merge replicating SQL Server tables with created Statistics, the SSCE
subscription to that table fails. To avoid this problem I manually deleted
the lines with CREATE STATISTICS statements from the *.dri archives that
contains the script for index creation on the snapshot. The *.dri archives... more >>
ATTN UK SQL REPLICATION TROUBLESHOOTERS
Posted by Slemmer at 8/2/2004 4:54:06 PM
I work for a company one of whose clients is experiencing problems with
performance of SQL 2000 replication over a wan.
We need to bring in a consultant to both reproduce the problem in-house, and
also to solve the problem for our clients.
Please let me know if there are any consultancies th... more >>
Can named subscribers be added as a group
Posted by Tony Toker at 8/2/2004 4:09:38 PM
When using named subscriptions, can a group be added to the list of
replication partners, or does each subscrber need to be added individually?
... more >>
Replication Issue With Cisco VPN Client
Posted by Tim Ford at 8/2/2004 4:03:44 PM
Morning Guys,
I really need you help, I am just about to seriously pull my hair out. Here
is the situation.
I have 1 server running SQL Server 2000 sp3a with merge replication setup,
and 150 users on laptops running MSDE 2000 with the latest service pack and
dialling up to the server via a ... more >>
Dynamic Filtering, a further question
Posted by Tony Toker at 8/2/2004 1:50:53 PM
Am I correct to assume that the Host_Name function, when used in a filter
expression at the publisher will return the subsriber host name?
What does SUSER_SNAME return:
The name of the current logged on user at the subscriber?
The name of the SQL server run account ath the subsciber?
Or... more >>
Permissions replication
Posted by Joe Bunker at 8/2/2004 12:12:43 PM
I have setup replication from one SQL 2000 server to
another. All I am replicating is one single small DB.
The replication of the data seems to work fine. however,
permissions (both on public and a special user) are not
replicated.
I have been unable to find how/where to specify
repl... more >>
Replication problems
Posted by Microsoft News at 8/2/2004 10:26:40 AM
Hello,
We have problems with a SQL replication between 2 SQL Servers, some days it
works fine, but some times the replication is not succeed and there are lots
of missing records.
We do not know how to determinate what is causing these problems, and we
would like to know if there is a tool ... more >>
Row Count validation fails
Posted by Tim at 8/2/2004 9:41:37 AM
I setup transactional replication with automatic updates.
In doing this I did a manual initialization of the schema
by doing a dump and restore of the publisher. When i
validate my subscription i have many tables that dont
pass the rowcount. I think it may be that between my
restore and i... more >>
Changing publisher for Merge Replication
Posted by Ron L at 8/2/2004 9:36:59 AM
We have a database application that is currently being replicated to 2
remote sites. In the near future, I expect that this will increase to many
more sites. My question is this, as we move forward it is probable that at
some time we will run into the need to replace the server that currently
... more >>
Replicated data traffic excessive given data changes.
Posted by Jonathan Wells at 8/2/2004 6:44:13 AM
I have an application that uses SQL Server 2000 as the back end server and
MSDE on subscribing databases on laptop computers which replciate over GPRS
during the day. The database version is SP3.
Data is filter to the subscribing databases based on Host Name representing
the device allocated ... more >>
Dynamic Filtering
Posted by Martin Bancroft at 8/2/2004 4:02:33 AM
I want to dynamically filter my published data to many subscribers based
on a number contained within the server name of the subscriber. ie one
subscriber server is called 8364-Server and I want to use the 8364 as
the "club code" to extract the subset from the publisher. I preferably
want to use... more >>
MSDE Service Accounts
Posted by Maer at 8/1/2004 2:37:17 PM
Hi Guys,
Is there a way to specify the accounts under which the MSSQL and Agent
services will run during installation? I did not see an option in the switch
commands in the setup.exe.
Also, changing those accounts without EM seems to be pretty involved. Is
there any other way to c... more >>
|