I'm trying to create merge replication database with SQL Server 2005 (Server) and SQL Server 2005 Express (Subscriber)
When I set replication between them, some time they can replicated but sometime not. I'm trying to using various to find pattern of error but not thing found.
- Replicate only 1 table = work
- Replicate 5 tables = sometime work but sometime not.
- Replicate 10 tables = sometime work but sometime not.
- Replicate 20 tables = always not work.
- Get back to 1 table again, not work.
Each table in my database has about 1,000 rows, 50 columns, data is generated by tool.
I want to know how can I solving this problem?
Update Error message
The job failed. The Job was invoked by User sa. The last step to run was step 3 (Detect nonlogged agent shutdown.). The job was requested to start at step 1 (Merge Agent startup message.).
Update 2
Physical layout of this POC is Server is PC, Subscriber is Notebook. Connection between them is LAN.