Consultor Eletrônico



Kbase P140264: ORIGIN-HANDLE set to ? after FILL operation on a change-dataset buffer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/17/2009
Status: Unverified

SYMPTOM(s):

ORIGIN-HANDLE set to ? after FILL operation on a change-dataset buffer

Error 11923 will occur when calling MERGE-CHANGES

MERGE-CHANGES run on original table <name> that does not match the ORIGIN-HANDLE in the GET-CHANGES table <name>. (11923)

FACT(s) (Environment):

OpenEdge 10.1x
OpenEdge 10.2A
All Supported Operating Systems

CAUSE:

Bug# OE00180233

CAUSE:

This is expected behaviour. Invoking the FILL() method marks a new beginning for the dataset, and all flags and the ORIGIN-HANDLE are reset.

FIX:

Store the ORIGIN-HANDLE in a variable and reset it after the FILL operation