I have a Merge replication between 2 servers on 128 Mbit line.(Distanse between sites is about 700 KM.)
I am using SQL Server 2000.
the replication was working good except for the following problems:
--========================================================
1) Could not connect to the ditination server, and this is happen sometimes. even I can ping the distination server.
The process could not connect to Subscriber 'LY-MBK-MMS-03'.
(Source: LY-MBK-MMS-03 (Agent); Error number: 20084)
---------------------------------------------------------------------------------------------------------------
The merge process timed out while making a connection. Reconfigure the LoginTimeout parameter and retry the operation.
(Source: LY-MBK-MMS-03 (Data source); Error number: 0)
---------------------------------------------------------------------------------------------------------------
--========================================================
2) The Merge Agent recently return this error frequently
The process could not query row metadata at the 'Subscriber'.
(Source: Merge Replication Provider (Agent); Error number: -2147200996)
---------------------------------------------------------------------------------------------------------------
Could not find stored procedure ''.
(Source: LY-MBK-MMS-03 (Data source); Error number: 2812)
---------------------------------------------------------------------------------------------------------------
The process was successfully stopped.
(Source: Merge Replication Provider (Agent); Error number: -2147200996)
---------------------------------------------------------------------------------------------------------------
So could you please help..
1) How to Increase the connection Time Out ? becasue I think this is the cause of problem 1
2) Any solution for Problem 2 ?
I am using SQL Server 2000.
the replication was working good except for the following problems:
--========================================================
1) Could not connect to the ditination server, and this is happen sometimes. even I can ping the distination server.
The process could not connect to Subscriber 'LY-MBK-MMS-03'.
(Source: LY-MBK-MMS-03 (Agent); Error number: 20084)
---------------------------------------------------------------------------------------------------------------
The merge process timed out while making a connection. Reconfigure the LoginTimeout parameter and retry the operation.
(Source: LY-MBK-MMS-03 (Data source); Error number: 0)
---------------------------------------------------------------------------------------------------------------
--========================================================
2) The Merge Agent recently return this error frequently
The process could not query row metadata at the 'Subscriber'.
(Source: Merge Replication Provider (Agent); Error number: -2147200996)
---------------------------------------------------------------------------------------------------------------
Could not find stored procedure ''.
(Source: LY-MBK-MMS-03 (Data source); Error number: 2812)
---------------------------------------------------------------------------------------------------------------
The process was successfully stopped.
(Source: Merge Replication Provider (Agent); Error number: -2147200996)
---------------------------------------------------------------------------------------------------------------
So could you please help..
1) How to Increase the connection Time Out ? becasue I think this is the cause of problem 1
2) Any solution for Problem 2 ?