all groups > sql server replication > march 2004 >
You're in the

sql server replication

group:

Cannot Update Identity Column 'xxxx'


Cannot Update Identity Column 'xxxx' Jeff
3/25/2004 9:01:06 PM
sql server replication: Hi
I have transaction replication setup and the initial snap shot works fine. However after that updates are giving me the above error. Any help would be appreciated. Thanks

Re: Cannot Update Identity Column 'xxxx' Paul Ibison
3/26/2004 10:20:32 AM
Jeff,
this error is not specific to replication - updates of identity columns are
prohibited in all cases, even when the table isn't published (there's a set
IDENTITY_INSERT on but no set IDENTITY_UPDATE on).
HTH,
Paul Ibison

RE: Cannot Update Identity Column 'xxxx' rboyd NO[at]SPAM onlinemicrosoft.com
3/26/2004 2:48:00 PM
Look at the table on the subscriber and verify that the identity column on
the table has the NOT FOR REPLICATION option set. Based on the error, I
would say it does not. Turn this on and see if that resolves the problem.

Rand
This posting is provided "as is" with no warranties and confers no rights.
AddThis Social Bookmark Button