Sql 2005 The process could not connect to Distributor
-
Mittwoch, 27. Februar 2013 11:13Hi Guys
I am in the process of creating replication between 2 remote servers, server 1 is the distributor and publisher and server 2 is the subscription
server 1
windows 2003 server
192.168.10.1 connected by vpn
SQL 2005
domain1.local
server 2
windows 2003 server
192.168.10.1 connected by vpn
SQL 2005
domain2.local
when i setup up the replication all looked fine until i looked at the sync status and is said
The Agent could not be started
an exception occurred while executing a transact-sql statement or batch
sqlserveragent error request to run job
server1-username blah blah blah
from user sa refused because the job is already running from a request by user sa changed database context to technical error 22022
I can't seem to locate what the problem is any help would be much appreciated
thanks
http://www.go-train.co.uk
Alle Antworten
-
Mittwoch, 27. Februar 2013 15:36Moderator
This indicated that the particular replication job is already running. Use replication monitor to confirm that it is or is not running.
Ideally the job would be running and you will need to wait until it completes its work.
looking for a book on SQL Server 2008 Administration? http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search? http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941
-
Donnerstag, 28. Februar 2013 08:10
from the message you would think so but I have looked at the replication monitor and the only job that is replicating is the one i want it to
I have cleared jobs in the server agent as well just to make sure but still nothing
Could this be something to do with authentication between two non trusted domains as I can browse and even control each sql server via SQL studio but just not setup replication?
Sorry I have had very little experience with Sql do I need some ldap script to make sure we have authentication between the two?
Sorry this is really getting to me know please please please any help would be grateful
-
Donnerstag, 28. Februar 2013 10:50
anyone i am pulling my hair out
please help
-
Donnerstag, 28. Februar 2013 16:02Moderator
It has nothing to do with authentication.
Can you stop your jobs. Then locate your job in the jobs folder and start it there. Then monitor it using replication monitor to see what the agent reports?
looking for a book on SQL Server 2008 Administration? http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search? http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

