I am trying to initialize a merge subscription but it fails and gives error that Query timeout expired.
The merge process failed to execute a query because the query timed out. If this failure continues, increase the query timeout for the process. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write.
When i check the SQL activity monitor, it shows that sys.sp_MSCleanupForPullReinit
command is in SUSPENDED
mode and has wait type SLEEP_BPOOL_FLUSH
I tried to stop and start replication agent but still getting same issue.
How can this be fixed?