all groups > sql server replication > august 2003 >
You're in the

sql server replication

group:

Please help with replication problem



Re: Please help with replication problem Greg Yvkoff [MSFT]
8/12/2003 2:26:11 PM
sql server replication: it's sp_vupgrade_replication,

not sp_vpupgrade_replication



--
This posting is provided "AS IS" with no warranties, and confers no rights.

thanks.
greg


[quoted text, click to view]

Please help with replication problem Grzegorz Zaworski
8/12/2003 10:55:15 PM
We have two MS SQL 2000 servers DB1 and DB2.

DB1 is a subscriber

DB2 is a publisher and a distributor

replication type: merge



Both of our servers run on Win2000 sp4.

Yesterday we installed a sp3a for MS SQL server.

The installation was made simultaneously for both servers.

The installation on DB1 (subscriber) ended successfully, but on DB2 (publ.
and distr.)

we received and error saying:



Error Running Script sp_vpupgrade_replication (1)



so we turned the replicated database to "offline" and rerun the setup of
sp3a.

The installation ended without any errors.

After applying sp3a to DB2 we tried run a script:



USE master

GO

EXEC sp_vpupgrade_replication

GO



but what we received is the following message:



Server: Msg 2812, Level 16, State 62, Line 1

Could not find stored procedure 'sp_vpupgrade_replication'.





After all that replication stopped working and the merge agent gives us the
following message:



error details:



The merge process could not retrieve article information for publication
'table-dane'.

(Source: Merge Replication Provider (Agent); Error number: -2147201017)



Invalid column name 'published_in_tran_pub'.

(Source: DB2 (Data source); Error number: 207)



Thanks in advance,

Greg

Re: Please help with replication problem Grzegorz Zaworski
8/13/2003 1:30:23 AM


[quoted text, click to view]



You are exactly right. There was a mistyping in the "readme" file for sp3a.
We ran procedure again and everything was updated except for replicated
database:

Server: Msg 1906, Level 11, State 1, Line 1
Cannot create an index on 'dbuser.conflict_database-dane_GW_10.10.10.150 ',
because this table does not exist in database 'database-dane'.

in the database owner of conflict_database-dane_GW_10.10.10.150 is dbo , not
dbuser.
The merge agent still does not work and we receive the same error messages
as we wrote before.

Regarding that we have another question:
During the upgrade since an error occured on the second sever (DB2) we've
upgraded the server DB1 (subscriber)
as first and do you think that also may cause these problems? because the
servers actually weren't upgraded simultaneously.

thx again

--
greg

AddThis Social Bookmark Button