Insert Record into table Error - IDENTITY_INSERT is ON
Hi,
I am not able to insert a record into a custom table using Insert table I/O or through the application grid.
I am getting below when I tried to insert the record through header less detail form.
Not getting any error through insert table I/O, but record is not inserted into the table.
ACAN8,ACY55UKID are the primary keys in this table.
I tried to insert through below SQL, but getting identity column error.
insert into F570101 (ACAN8, ACY55UKID,ACALPH) values (999,1,'DC AR');
Error: Cannot insert explicit value for identity column in table 'F554217' when IDENTITY_INSERT is set to OFF.