I have a sudden replication issue.
I am working on SQL 2008R2 with Transactional replication with updated transactions, suddenly the data are not synced from the publisher to any subscriber.
I am receiving the following, while checking the replication monitor view, in the Log Reader Agent:
"The process is running and is waiting for a response from the server"
"the process could not execute sp_replcmds "
I have checked both:
- Connection is Correct
- Database security is OK
I have now more that 1 million record resulting from Sp_replcounters
Also, adding the "-Output "D:\VerboseLog\Log.txt" -Outputverboselevel 3" to the job properties doesn't show any additional info.
Swift reply will be appreciated.