After updating to SP2 on SQL 2012 merge replication gives this error on all subscriptions:
Error messages:
The merge process could not update the last sent generation sent to the Publisher. If this failure persists, reinitialize the subscription. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201005)
Get help: http://help/MSSQL_REPL-2147201005
Invalid column name 'last_local_sentgen'. (Source: MSSQLServer, Error number: 207)
Get help: http://help/207
If I create a new subscription to a new database (not been part of any replication before) it gives the same error.
I also tried to recreate the publisher-part. Did not help.
Marcus