Consultor Eletrônico



Kbase P175543: PROGRESS_RECID field is set to NULL after record update.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/15/2011
Status: Unverified

SYMPTOM(s):

PROGRESS_RECID field is set to NULL after record update.

The following code illustrates the issue:

DEFINE VARIABLE cCustId AS INTEGER NO-UNDO INIT 10000.

DO TRANSACTION:

CREATE customer.

END.

DO TRANSACTION:
ASSIGN
customer.custnum = cCustId
customer.name = 'generic'.
END.


Dataserver logs reads that the the PROGRESS_RECID field is assigned the NULL value during the UPDATE SQL query

FACT(s) (Environment):

Record is created and updated later in a separate transaction

Table contains shadow columns


All Supported Operating Systems
OpenEdge 10.2B

CHANGE:

Updated to OpenEdge 10.2B


CAUSE:

Bug# OE00201122


FIX:

Upgrade to OpenEdge 10.2B03 or later