I'm using SQL Server 2005 and have merge replication with 1 publisher and 9 subscribers.
When I try to add a record to a publisher table I get the following error from time to time (sometimes it works fine, sometimes it doesn't):
Cannot insert the value NULL into column 'rowguid'
The rowguid column has the following properties:
Data type: uniqueidentifier
Default Value or Binding: (newsequentialid())
Allow Nulls: no
Replication is running fine for the rest.
Here I have some logging and as you can see the rowguid column is not in the insert statement: http://www.tronk.be/server.log
Any help or comments are very much appreciated. Thanks in advance.