I have a hub database 'Db1' with 2 selective system versioned tables Table1 and Table2 to sync to a member database 'DB2'.
Both Table1 and Table2 are system versioned.
When I manually sync'ed , I received these errors ( even when the member database DID NOT have the empty tables to start out with).
Hub database
Database provisioning failed with the exception "Cannot insert an explicit value into a GENERATED ALWAYS column in table ‘X1’. Use INSERT with a column list to exclude the GENERATED ALWAYS column, or insert a DEFAULT into GENERATED ALWAYS column.Inner exception: SqlException ID: 98d3c237-0faf-4013-a44a-7f258df9ac5f, Error Code: -2146232060 - SqlError Number:13536, Message: SQL error with code 13536 For more information, provide tracing ID ‘b3452a68-b62c-41b9-942b-69b5e2447416’ to customer support."
Member database
Database provisioning failed with the exception "Incorrect syntax near the keyword 'NOT'.Inner exception: SqlException ID: 93f12b12-d892-4172-b309-a2de1fadcb5f, Error Code: -2146232060 - SqlError Number:156, Message: SQL error with code 156 For more information, provide tracing ID ‘edff9d8e-2c49-449a-91a6-6045f1acdbc1’ to customer support."
Can some throw some light or guidance as I am lost? Thank you in advance.