CNC, DB and Operating System - JDE1 (MOSC)

MOSC Banner

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center