This topic is locked

Identity insert error

4/19/2018 8:14:59 AM
PHPRunner General questions
M
mvilla25 author

getting an error
<<< Record was NOT added >>>
Source: Microsoft SQL Server Native Client 11.0

Description: Cannot insert explicit value for identity column in table 'tasknotes' when IDENTITY_INSERT is set to OFF. Cannot insert explicit value for identity column in table 'tasknotes' when IDENTITY_INSERT is set to OFF.
I looked at this topic in the forum and I have found nothing to correct the issue.

S
sthefaine 4/19/2018

You most likely have your primary key selected for the Add page. Remove Primary key from being selected to use on Add page and you will that error will go away.