I have replicated a database to SQL Server Mobile. The publication automatically created rowguid columns for each article. The Merge replication synchronizes fine for updates to rows, but when I try to add a new row to the mobile database I get the error "Column 'rowguid' does not allow nulls." upon saving the row. The rowguid column is defined with the default value "(newsequentialid())" Thanks for any help you can give.