Consultor Eletrônico



Kbase P127648: x-noderef object UNIQUE-ID is not unique
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/12/2007
Status: Unverified

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

SYMPTOM(s):

x-noderef object UNIQUE-ID is not unique

The UNIQUE-ID attribute is reused for two x-noderef objects in a session.

Deleting and creating x-noderef objects can cause the objects to use the same UNIQUE-ID.

The UNIQUE-ID attribute is supposed to be guaranteed to be unique for the same object type within an ABL session.

This only seems to be a problem with x-noderef objects. Other objects like x-document objects do have unique UNIQUE-ID values.

CAUSE:

This is a known issue

FIX:

As a workaround use the object handle + unique-id to identify the object. The handle of an object is guaranteed to be unique within a session