Consultor Eletrônico



Kbase P135450: The OE10 version of toolbar.p contains a previously non-existent unique index on temp-table tBandIns
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/29/2008
Status: Unverified

SYMPTOM(s):

The OE10 version of toolbar.p contains a previously non-existent unique index on temp-table tBandInstance, causing duplicate-record errors during container-launch

** <file-name> already exists with <field/value...>. (132)

** tBandInstance already exists with ##### "<toolbar-name>". (132)

FACT(s) (Environment):

Dynamics
OpenEdge 10.1C
All Supported Operating Systems

CHANGE:

Dynamics migration from 9 to 10.1C

CAUSE:

The "unique" identifier of the index on temp-table tBandInstance was introduce in 10.1C. More details on the comments at the beginning of the Definition Section in adm2/toolbar. p


FIX:

1.- Open adm2/toolbar.p
2.- Go to Definition section
3.- Remove the "unique" identifier of the index on temp-table tBandInstance
4.- Save toolbar.p and recompile it.