View Issue Details

IDProjectCategoryView StatusLast Update
0000132CaseTalk ModelerTransformation (GLR)public2024-03-13 09:37
ReporterBCP Software Assigned ToBCP Software  
PrioritynormalSeverityfeatureReproducibilitysometimes
Status assignedResolutionopen 
Target Version13.3 
Summary0000132: Recursive structures must be doped
DescriptionDoping a recursive structure in FCO-IM is required to generate a database table for it. This is to be done manually, however could be automated using an artificial key.
Steps To ReproduceE.g.:
"A\A\A\Z"
Implemented as table:
id name parentid
1  A    -
2  A    1
3  A    2
4  Z    3
This requires an automated step which introduces the artificial key and extra key which performs the self reference.
Additional InformationOr as:
path    name parentid
1       A    -
1.1     A    1
1.1.1   A    1.1
1.1.1.1 Z    1.1.1
TagsNo tags attached.
CaseTalk Edition

Relationships

related to 0004144 resolvedBCP Software Recursive lexicalization error 
related to 0003171 assignedBCP Software Edit recursive population 

Activities

BCP Software

BCP Software

2012-08-29 16:09

administrator  

doped.png (19,416 bytes)   
doped.png (19,416 bytes)   
BCP Software

BCP Software

2017-11-20 17:58

administrator   ~0001058

All roles which have this recursion as a playedby otft, must be rerouted to the new artificial key. And the self reference must also be altered to refer to the artificial key. Naturally the logical keys must remain to make the references readable.
BCP Software

BCP Software

2021-12-21 16:25

administrator   ~0002134

Every parentid must exist in id (or path).

Issue History

Date Modified Username Field Change
2012-08-29 14:01 BCP Software New Issue
2012-08-29 14:01 BCP Software Status new => assigned
2012-08-29 14:01 BCP Software Assigned To => BCP Software
2012-08-29 16:09 BCP Software File Added: doped.png
2016-01-20 12:56 BCP Software Category GLR => Transformation (GLR)
2016-01-20 13:00 BCP Software Category Transformation (GLR) => Model Transformation (GLR)
2017-11-20 17:56 BCP Software Steps to Reproduce Updated
2017-11-20 17:57 BCP Software Target Version Future => 9.0
2017-11-20 17:58 BCP Software Note Added: 0001058
2018-02-10 11:03 BCP Software Target Version 9.0 => Future
2020-04-19 09:25 BCP Software Category Model Transformation (GLR) => Transformation (GLR)
2021-02-26 17:31 BCP Software Additional Information Updated
2021-10-06 11:43 BCP Software Target Version Future => 13.0.1
2021-10-21 13:53 BCP Software Additional Information Updated
2021-10-21 14:17 BCP Software Relationship added related to 0003171
2021-12-21 16:25 BCP Software Note Added: 0002134
2023-08-23 11:43 BCP Software Relationship added related to 0004144
2023-10-25 11:38 BCP Software Target Version 13.0.1 => 13.2.1
2024-03-13 09:37 BCP Software Target Version 13.2.1 => 13.3