Hi.
Strange thing. On PASOE we are started to getting 12747 error on NEXT-VALUE(tableseq) line. It's not happening in other environments but on PASOE, and not always. It's a random issue. We are using 12.8.1 version. Clarifying, table do not have a create or write triggers assigned. Tables and Sequences shares same name, but that is not an issue. It's compiled with proper database (triple checked)
CREATE MagicTable. <- This is ok
MagicTable.MagicTableID = NEXT-VALUE(MagicTable). <- Here errors occurs
Any ideas what might happened here?
Robert.
Strange thing. On PASOE we are started to getting 12747 error on NEXT-VALUE(tableseq) line. It's not happening in other environments but on PASOE, and not always. It's a random issue. We are using 12.8.1 version. Clarifying, table do not have a create or write triggers assigned. Tables and Sequences shares same name, but that is not an issue. It's compiled with proper database (triple checked)
CREATE MagicTable. <- This is ok
MagicTable.MagicTableID = NEXT-VALUE(MagicTable). <- Here errors occurs
Any ideas what might happened here?
Robert.
Last edited: