Kbase P133060: A large number of errors occurs when multiple structured nodes are used in the same tree structure f
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/07/2008 |
|
Status: Unverified
SYMPTOM(s):
A large number of errors occurs when multiple structured nodes are used in the same tree structure for a Dynamics treeview
Tree Node structure contains multiple Structured Nodes (A child node of structured node is also a structured node)
Treeview container uses this tree node structure
** bcttNode already exists with <value>". (132) occurs multiple times when treeview container is opened / run
"SYSTEM ERROR: Index XAK1gsm_node in ttNode for recid <value> could not be deleted. (1422)" occurs when treeview is closed
Further errors may occur later in the session after treeview is closed
FACT(s) (Environment):
OpenEdge 10.1x
Windows
Dynamics
CAUSE:
Bug# OE00171874
FIX:
Workaround:
In the file adm2/treettdef.i, change the definition for the index XAK1gsm_node of the temp-table ttNode to be non-unique.
Recompiling and redeploying adm2/tvcontnr.p is required for this change to take effect.