I have two databases running on the same instance and setup using merge replication. The provider works correctly and I can add data to it that is synced with the subscriber after couple of minutes (According to my configuration). However, when I add data to the subscriber (replicated database), it gives the following error:
Msg 20092, Level 16, State 1, Procedure MSmerge_disabledml_1234, Line 13
Table '[dbo].[Table_1]' into which you are trying to insert, update, or delete data is currently being upgraded or initialized for merge replication. On the publisher data modifications are disallowed until the upgrade completes and snapshot has successfully run. On subscriber data modifications are disallowed until the upgrade completes or the initial snapshot has been successfully applied and it has synchronized with the publisher.
Msg 3609, Level 16, State 1, Line 6
The transaction ended in the trigger. The batch has been aborted.
Only related item I found on the internet indicates that I have the article properties set to "Download only" but it is actually set to "Bi-directional" which is the default property. I tried dropping and registering the subscriber again but caused the same problem. Any ideas what can cause such a problem?