I have tried to reinitialize a replication job a number of times and it keeps failing in the same place on the same table during the bulk upload (141919 rows). The Publication is coming from a SQL 2008 sever to two Subscribers a SQL 2005 and a SQL 2008. The SQL 2005 subscriber was able to synchronies however the SQL 2008 server was not.
The error I am getting is "The Process is Running and is waiting for a response form the server".
Based on some recommendations I saw I increased the Agent Profiles Query Timeout to 9000 and LoginTimeout to 90. Still no luck. I have restarted the SQL services on the Subscriber and reinitialized from a new snapshot, same problem.
Where do I go from here?
I checked MSrepl_Errors and there are no errors from the time I started until the time I had the issue
I have checked for deadlocks with the deadlock script and there seems to be none.