Im getting the error when writing to data store: ... " with identifier value `1007` does not exist " . This is the value of my primary key I'm trying to insert into the data store. I already have the primary key from user input and I'm trying to write all of the info into an empty data store. (I would share screenshot but it's work information). This is occurring within my process model when I am using the write to data store smart service. Why is this happening?
Discussion posts and replies are publicly visible
Hi adamn696785,
If you are you trying to insert a record with PK to the Table with auto increment in SQL Server DB, you may need to check on the IDENTITY INSERT Constraint for that table. As Mike mentioned can you please share the DB Server you are inserting into, and you can find additional details of the error in log files.