<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Transaction Configuration Center - Enhancement - Automated Enhancement Technical Points variation on Documentation - V2</title><link>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/</link><description>Recent content in Transaction Configuration Center - Enhancement - Automated Enhancement Technical Points variation on Documentation - V2</description><generator>Hugo</generator><language>en</language><atom:link href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/index.xml" rel="self" type="application/rss+xml"/><item><title>Transaction Configuration Center - Enhancement - Automated Enhancement Technical Points variation - ADDED AETP with unchanged source code</title><link>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation-added-aetp-with-unchanged-source-code/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation-added-aetp-with-unchanged-source-code/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose (problem description)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page troubleshoot the case when there is Added AETP without change in the source code:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540583/566540588.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Observed in CAST Version&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Release&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;8.3.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;8.2.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Observed in RDBMS&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;RDBMS&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Oracle Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Microsoft SQL Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS3&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS2&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Action Plan&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Perform the below actions&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Get the list of objects contributing to the ADDED automated enhancement technical point for the current snapshot by referring to &lt;a href="https://doc.castsoftware.com/export-v2/tg/sql-queries/sql-queries-cast-central-base/sql-queries-cast-central-base-sql-queries-on-objects/sql-queries-cast-central-base-queries-on-objects-how-to-get-the-list-of-objects-contributing-to-the-added-automated-enhancement-technical-point-for-a-snapshot/"&gt;SQL Queries - CAST Central Base - Queries on Objects - How to get the list of objects contributing to the ADDED automated enhancement technical point for a snapshot&lt;/a&gt;
&lt;ol&gt;
&lt;li&gt;If the query returns rows
&lt;ol&gt;
&lt;li&gt;Check if the objects contributing to the ADDED automated enhancement technical point for the current snapshot are part of the current run but not previous run, for that refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/sql-queries/sql-queries-cast-central-base/sql-queries-cast-central-base-sql-queries-on-objects/sql-queries-cast-central-base-queries-on-objects-how-to-get-the-delta-of-objects-between-two-snapshots/"&gt;SQL Queries - CAST Central Base - Queries on Objects - How to get the delta of objects between two snapshots&lt;/a&gt;, here we may encounter 3 cases:
&lt;ol&gt;
&lt;li&gt;All the objects contributing to the ADDED automated enhancement technical point for the current snapshot are part of the current run but not previous run, in this case we are facing an issue of missing objects from the previous run, to investigate the issue refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/cast-engineering-dashboard-component-ced/cast-engineering-dashboard-object/cast-engineering-dashboard-object-missing-objects/"&gt;CAST Engineering Dashboard - Object - Missing objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;None of the objects contributing to the ADDED automated enhancement technical point for the current snapshot are part of the current run but not previous run, in this case, the objects contributing to the ADDED automated enhancement technical point are part of the two snapshots but they are linked to only transactions of the previous snapshot. We need to get the list of objects that are part of two snapshots but they are linked to only transactions of the previous snapshot by following this page &lt;a href="https://doc.castsoftware.com/export-v2/tg/sql-queries/sql-queries-cast-central-base/sql-queries-cast-central-base-sql-queries-on-objects/sql-queries-cast-central-base-queries-on-objects-how-to-get-the-list-of-objects-that-are-part-of-two-snapshots-but-they-are-linked-only-to-transactions-of-the-previous-snapshot/"&gt;SQL Queries - CAST Central Base - Queries on Objects - How to get the list of objects that are part of two snapshots but they are linked only to transactions of the previous snapshot&lt;/a&gt;. Note that the natural and complementary impact of this set of objects is that you will get Modified and/or Deleted Transactions in the &lt;strong&gt;current&lt;/strong&gt; snapshot on which the object involved in the Transaction has the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;object status itself&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;UNCHANGED&lt;/strong&gt; but the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;status in the TF&lt;/a&gt;&lt;/strong&gt; is &lt;strong&gt;DELETED&lt;/strong&gt;. First, Go to the Enhancement node under TCC and observe that the objects listed by the above query has the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;object status itself&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;UNCHANGED&lt;/strong&gt; but the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;status in the TF&lt;/a&gt;&lt;/strong&gt; is &lt;strong&gt;DELETD&lt;/strong&gt;, then investigate the root case as follow:
&lt;ol&gt;
&lt;li&gt;Check if the object have the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;Role&lt;/a&gt;&lt;/strong&gt; &amp;ldquo;FULL_GRAPH_OBJECT&amp;rdquo;:&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540583/566540587.png" alt=""&gt;&lt;br&gt;
If the object have the Role &amp;ldquo;FULL_GRAPH_OBJECT&amp;rdquo;, then check if there is a change in the measurement mode between the snapshots from where you are observing the status variation:&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540583/566540586.png" alt=""&gt;&lt;br&gt;
If the mode have changed from EFP mode to AEP mode or vice versa, then this is expected. In fact AEP-EFP snapshots are not comparable with each other. when you plan to change the measurement mode, it is necessary to recreate a new baseline snapshot. So, after you change the measure you must generate a new snapshot for the same Application version but it must not be considered as consistent for the new measure. The next snapshot you generate for the Application will be consistent and can be used as the first snapshot using the new enhancement measure. For more detailed explanation refer to &lt;a href="http://doc.castsoftware.com/display/DOC82/CAST+Automated+Enhancement+Points+Estimation+-+AEP#CASTAutomatedEnhancementPointsEstimation-AEP-TransitioningfromEFPtoAEP"&gt;Transitioning from EFP to AEP&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the object do not have the Role &amp;ldquo;FULL_GRAPH_OBJECT&amp;rdquo;: &lt;br&gt;
here we are probably facing an issue of &amp;ldquo;nude&amp;rdquo; object (From current run or previous run). In what follows, we will define the &amp;ldquo;nude&amp;rdquo; object, explain the reason to get a &amp;ldquo;nude object&amp;rdquo;, then we will provide the methodology of identifying the &amp;ldquo;nude&amp;rdquo; object.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Definition of &amp;ldquo;nude&amp;rdquo; object:&lt;/strong&gt;&lt;br&gt;
In order to easily explain this, we take the following sample:&lt;br&gt;
Let us consider that the transaction was having the following Call graph in the previous run:&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540583/566540585.png" alt=""&gt;&lt;br&gt;
The object &amp;ldquo;L22&amp;rdquo; will be &amp;ldquo;nude&amp;rdquo; object if the Entry point &amp;ldquo;L0&amp;rdquo; cannot reach the End point &amp;ldquo;L4&amp;rdquo; by way of the branch &amp;ldquo;L0&amp;rdquo;→ &amp;ldquo;L12&amp;rdquo;→ &amp;ldquo;L22&amp;rdquo; → &amp;ldquo;L32&amp;rdquo; → &amp;ldquo;&amp;ldquo;L4&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;How can this be possible?&lt;/strong&gt;&lt;br&gt;
The path from &amp;ldquo;L0&amp;rdquo; to &amp;ldquo;L4&amp;rdquo; will be truncated by way of the branch &amp;ldquo;L0&amp;rdquo;→ &amp;ldquo;L12&amp;rdquo;→ &amp;ldquo;L22&amp;rdquo; → &amp;ldquo;L32&amp;rdquo; → &amp;ldquo;&amp;ldquo;L4, in one of the following cases:
&lt;ul&gt;
&lt;li&gt;Object &amp;ldquo;L12&amp;rdquo; or &amp;ldquo;L32&amp;rdquo; are deleted between the 2 runs&lt;/li&gt;
&lt;li&gt;Link &amp;ldquo;L0&amp;rdquo;→ &amp;ldquo;L12&amp;rdquo; or &amp;ldquo;L12&amp;rdquo;→ &amp;ldquo;L22&amp;rdquo; or &amp;ldquo;L22&amp;rdquo;→ &amp;ldquo;L32&amp;rdquo;, or  &amp;ldquo;L32&amp;rdquo;→ &amp;ldquo;L4&amp;rdquo; are deleted between the 2 runs&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540583/566540584.png" alt=""&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;How to identify the nude object?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Open TCC with current run and previous run&lt;/li&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+View+call+graph+and+View+full+call+graph"&gt;View the full call graph&lt;/a&gt; of the Transaction from the current and previous run&lt;/li&gt;
&lt;li&gt;Identify The Missing path by comparing the two full call graphs&lt;/li&gt;
&lt;li&gt;If we take as an example the illustration above the call graphs will be as follows&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540583/566540582.png" alt=""&gt;&lt;/li&gt;
&lt;li&gt;Open Enlighten with the knowledge base from where the path is missing from the call graph&lt;/li&gt;
&lt;li&gt;Try to trace the missing path:
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/ENL+-+Placing+objects+in+the+Graphical+View"&gt;Place the object corresponding to the entry point in the Graphical View&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/ENL+-+Add+Linked+Objects"&gt;Add Linked Objects&lt;/a&gt; of the object corresponding to the entry point as seen in the full call graph of TCC&lt;/li&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/ENL+-+Placing+objects+in+the+Graphical+View"&gt;Place the objects corresponding to the linked objects in the Graphical View&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/ENL+-+Add+Linked+Objects"&gt;Add Linked Objects&lt;/a&gt; of the linked objects as seen in the full call graph of TCC&lt;/li&gt;
&lt;li&gt;Do point c and d until:&lt;/li&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;You are not able to trace the Transaction because of missing link then refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/cms-snapshot-analysis-component/cms-snapshot-analysis-run-analyzer/cms-snapshot-analysis-run-analyzer-missing-or-wrong-links-between-two-objects/"&gt;CMS Snapshot Analysis - Run Analyzer - Missing or Wrong links between two objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Or if you are not able to trace the Transaction because of missing objects then refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/cms-snapshot-analysis-component/cms-snapshot-analysis-run-analyzer/cms-snapshot-analysis-run-analyzer-missing-objects/"&gt;CMS Snapshot Analysis - Run Analyzer - Missing objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Or if you are able to trace the missing path then refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-afp-calibration/transaction-configuration-center-afp-calibration-transactional-functions/transaction-configuration-center-afp-calibration-transactional-functions-missing-links/"&gt;Transaction Configuration Center - AFP Calibration - Transactional Functions - Missing Links&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Part of the objects contributing to the ADDED automated enhancement technical point for the current snapshot are part of the current run but not previous run, and the other part of the objects contributing to the ADDED automated enhancement technical point for the current snapshot are part of the current run but not previous run, for each part proceed as above&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Else if the query does not returns rows then contact &lt;a href="https://help.castsoftware.com/hc/en-us/requests/new"&gt;CAST Technical Support&lt;/a&gt;. with the following  &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/"&gt;Relevant input&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;If the above steps do not solve your issue contact &lt;a href="https://help.castsoftware.com/hc/en-us/requests/new"&gt;CAST Technical Support&lt;/a&gt;. with the following  &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/"&gt;Relevant input&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Notes/comments&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Transaction Configuration Center - Enhancement - Automated Enhancement Technical Points variation - DELETED AETP with unchanged source code</title><link>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation-deleted-aetp-with-unchanged-source-code/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation-deleted-aetp-with-unchanged-source-code/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose (problem description)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page troubleshoot the case when there is Deleted AETP without change in the source code:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540590/566540595.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Observed in CAST Version&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Release&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;8.3.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;8.2.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Observed in RDBMS&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;RDBMS&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Oracle Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Microsoft SQL Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS3&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS2&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h4 id="step-by-step-scenario"&gt;Step by Step scenario&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;Compute snapshot.&lt;/li&gt;
&lt;li&gt;Connect to TCC.&lt;/li&gt;
&lt;li&gt;Go to the Enhancement node.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Action Plan&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Perform the below actions&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Get the list of objects contributing to the DELETED automated enhancement technical point for the current snapshot by referring to &lt;a href="https://doc.castsoftware.com/export-v2/tg/sql-queries/sql-queries-cast-central-base/sql-queries-cast-central-base-sql-queries-on-objects/sql-queries-cast-central-base-queries-on-objects-how-to-get-the-list-of-objects-contributing-to-the-added-automated-enhancement-technical-point-for-a-snapshot/"&gt;SQL Queries - CAST Central Base - Queries on Objects - How to get the list of objects contributing to the ADDED automated enhancement technical point for a snapshot&lt;/a&gt;
&lt;ol&gt;
&lt;li&gt;If the query returns rows
&lt;ol&gt;
&lt;li&gt;Check if the objects contributing to the DELETED automated enhancement technical point for the current snapshot are part of the previous run but not current run, for this refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/sql-queries/sql-queries-cast-central-base/sql-queries-cast-central-base-sql-queries-on-objects/sql-queries-cast-central-base-queries-on-objects-how-to-get-the-delta-of-objects-between-two-snapshots/"&gt;SQL Queries - CAST Central Base - Queries on Objects - How to get the delta of objects between two snapshots&lt;/a&gt;, here we can encounter 3 cases:
&lt;ol&gt;
&lt;li&gt;All the objects contributing to the DELETED automated enhancement technical point for the current snapshot are part of the previous run but not current run, in this case we are facing an issue of missing objects from the current run, to investigate the issue refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/cast-engineering-dashboard-component-ced/cast-engineering-dashboard-object/cast-engineering-dashboard-object-missing-objects/"&gt;CAST Engineering Dashboard - Object - Missing objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;None of the objects contributing to the DELETED automated enhancement technical point for the current snapshot are part of the &lt;strong&gt;previous&lt;/strong&gt; snapshot but not the current snapshot, in this case, the objects contributing to the DELETED automated enhancement technical point are part of the two snapshots but they are linked to only transactions of the &lt;strong&gt;previous&lt;/strong&gt; snapshot. We need to get the list of objects that are part of two snapshots but they are linked to only transactions of the &lt;strong&gt;current&lt;/strong&gt; snapshot by following this page &lt;a href="https://doc.castsoftware.com/export-v2/tg/sql-queries/sql-queries-cast-central-base/sql-queries-cast-central-base-sql-queries-on-objects/sql-queries-cast-central-base-queries-on-objects-how-to-get-the-list-of-objects-that-are-part-of-two-snapshots-when-the-objects-are-linked-only-to-transactions-of-the-current-snapshot/"&gt;SQL Queries - CAST Central Base - Queries on Objects - How to get the list of objects that are part of two snapshots when the objects are linked only to transactions of the current snapshot&lt;/a&gt;. Note that the natural and complementary impact of this set of objects is that you will get Modified and/or Added Transactions in the &lt;strong&gt;previous&lt;/strong&gt; snapshot on which the object involved in the Transaction has the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;object status itself&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;UNCHANGED&lt;/strong&gt; but the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;status in the TF&lt;/a&gt;&lt;/strong&gt; is &lt;strong&gt;ADDED&lt;/strong&gt;.&lt;br&gt;
First, Go to the Enhancement node under TCC and observe that the objects listed by the above query has the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;object status itself&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;UNCHANGED&lt;/strong&gt; but the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;status in the TF&lt;/a&gt;&lt;/strong&gt; is &lt;strong&gt;ADDED&lt;/strong&gt;, then investigate the root case as follows:
&lt;ol&gt;
&lt;li&gt;Check if the object have the &lt;strong&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+Enhancement+node+-+Right+hand+panel"&gt;Role&lt;/a&gt;&lt;/strong&gt; &amp;ldquo;FULL_GRAPH_OBJECT&amp;rdquo;:&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540590/566540594.png" alt=""&gt;&lt;br&gt;
If the object have the Role &amp;ldquo;FULL_GRAPH_OBJECT&amp;rdquo;, then check if there is a change in the measurement mode between the snapshots from where you are observing the status variation:&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540590/566540593.png" alt=""&gt;&lt;br&gt;
If the mode have changed from EFP mode to AEP mode or vice versa, then this is expected. In fact AEP-EFP snapshots are not comparable with each other. when you plan to change the measurement mode, it is necessary to recreate a new baseline snapshot. So, after you change the measure you must generate a new snapshot for the same Application version but it must not be considered as consistent for the new measure. The next snapshot you generate for the Application will be consistent and can be used as the first snapshot using the new enhancement measure. For more detailed explanation refer to &lt;a href="http://doc.castsoftware.com/display/DOC82/CAST+Automated+Enhancement+Points+Estimation+-+AEP#CASTAutomatedEnhancementPointsEstimation-AEP-TransitioningfromEFPtoAEP"&gt;Transitioning from EFP to AEP&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the object do not have the Role &amp;ldquo;FULL_GRAPH_OBJECT&amp;rdquo;:&lt;br&gt;
here we are probably facing an issue of &amp;ldquo;nude&amp;rdquo; object (From current run or previous run). In what follows, we will define the &amp;ldquo;nude&amp;rdquo; object, explain the reason to get a &amp;ldquo;nude object&amp;rdquo;, then we will provide the methodology of identifying the &amp;ldquo;nude&amp;rdquo; object.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Definition of &amp;ldquo;nude&amp;rdquo; object:&lt;/strong&gt;&lt;br&gt;
In order to easily explain this, we take the following sample:&lt;br&gt;
Let us consider that the transaction was having the following Call graph in the previous run:&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540590/566540592.png" alt=""&gt;&lt;br&gt;
The object &amp;ldquo;L22&amp;rdquo; will be &amp;ldquo;nude&amp;rdquo; object if the Entry point &amp;ldquo;L0&amp;rdquo; cannot reach the End point &amp;ldquo;L4&amp;rdquo; by way of the branch &amp;ldquo;L0&amp;rdquo;→ &amp;ldquo;L12&amp;rdquo;→ &amp;ldquo;L22&amp;rdquo; → &amp;ldquo;L32&amp;rdquo; → &amp;ldquo;&amp;ldquo;L4&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;How can this be possible?&lt;/strong&gt;&lt;br&gt;
The path from &amp;ldquo;L0&amp;rdquo; to &amp;ldquo;L4&amp;rdquo; will be truncated by way of the branch &amp;ldquo;L0&amp;rdquo;→ &amp;ldquo;L12&amp;rdquo;→ &amp;ldquo;L22&amp;rdquo; → &amp;ldquo;L32&amp;rdquo; → &amp;ldquo;&amp;ldquo;L4, in one of the following cases:
&lt;ul&gt;
&lt;li&gt;Object &amp;ldquo;L12&amp;rdquo; or &amp;ldquo;L32&amp;rdquo; are deleted between the 2 runs&lt;/li&gt;
&lt;li&gt;Link &amp;ldquo;L0&amp;rdquo;→ &amp;ldquo;L12&amp;rdquo; or &amp;ldquo;L12&amp;rdquo;→ &amp;ldquo;L22&amp;rdquo; or &amp;ldquo;L22&amp;rdquo;→ &amp;ldquo;L32&amp;rdquo;, or  &amp;ldquo;L32&amp;rdquo;→ &amp;ldquo;L4&amp;rdquo; are deleted between the 2 runs&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540590/566540591.png" alt=""&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;How to identify the nude object?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Open TCC with current run and previous run&lt;/li&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/TCC+-+View+call+graph+and+View+full+call+graph"&gt;View the full call graph&lt;/a&gt; of the Transaction from the current and previous run&lt;/li&gt;
&lt;li&gt;Identify The Missing path by comparing the 2 full call graphs&lt;/li&gt;
&lt;li&gt;If we take as example the illustration above the call graphs will be as follows:&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540590/566540589.png" alt=""&gt;&lt;/li&gt;
&lt;li&gt;Open Enlighten with the knowledge base from where the path is missing from the call graph&lt;/li&gt;
&lt;li&gt;Try to trace the missing path:
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/ENL+-+Placing+objects+in+the+Graphical+View"&gt;Place the object corresponding to the entry point in the Graphical View&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/ENL+-+Add+Linked+Objects"&gt;Add Linked Objects&lt;/a&gt; of the object corresponding to the entry point as seen in the full call graph of TCC&lt;/li&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/ENL+-+Placing+objects+in+the+Graphical+View"&gt;Place the objects corresponding to the linked objects in the Graphical View&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://doc.castsoftware.com/display/DOC82/ENL+-+Add+Linked+Objects"&gt;Add Linked Objects&lt;/a&gt; of the linked objects as seen in the full call graph of TCC&lt;/li&gt;
&lt;li&gt;Do point c and d until :&lt;/li&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;You are not able to trace the Transaction because of missing link then refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/cms-snapshot-analysis-component/cms-snapshot-analysis-run-analyzer/cms-snapshot-analysis-run-analyzer-missing-or-wrong-links-between-two-objects/"&gt;CMS Snapshot Analysis - Run Analyzer - Missing or Wrong links between two objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Or you are not able to trace the Transaction because of missing objects then refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/cms-snapshot-analysis-component/cms-snapshot-analysis-run-analyzer/cms-snapshot-analysis-run-analyzer-missing-objects/"&gt;CMS Snapshot Analysis - Run Analyzer - Missing objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Or you are able to trace the missing path then refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-afp-calibration/transaction-configuration-center-afp-calibration-transactional-functions/transaction-configuration-center-afp-calibration-transactional-functions-missing-links/"&gt;Transaction Configuration Center - AFP Calibration - Transactional Functions - Missing Links&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Part of the objects contributing to the DELETED automated enhancement technical point for the current snapshot are part of the previous run but not current run, and the other part of the objects contributing to the DELETED automated enhancement technical point for the current snapshot are part of the previous run but not current run, for each part proceed as described above&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;else if the query does not returns rows then contact &lt;a href="https://help.castsoftware.com/hc/en-us/requests/new"&gt;CAST Technical Support&lt;/a&gt;. with the following  &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/"&gt;Relevant input&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;If the above steps do not solve your issue contact &lt;a href="https://help.castsoftware.com/hc/en-us/requests/new"&gt;CAST Technical Support&lt;/a&gt;. with the following &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/"&gt;Relevant input&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Notes/comments&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Transaction Configuration Center - Enhancement - Automated Enhancement Technical Points variation - MODIFIED AETP with unchanged source code</title><link>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation-modified-aetp-with-unchanged-source-code/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation-modified-aetp-with-unchanged-source-code/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose (problem description)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page troubleshoot the case when there is Modified AETP without change in the source code:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540597/566540596.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Observed in CAST Version&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Release&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;8.3.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;8.2.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Observed in RDBMS&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;RDBMS&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Oracle Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Microsoft SQL Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS3&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS2&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h4 id="step-by-step-scenario"&gt;Step by Step scenario&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;Compute snapshot&lt;/li&gt;
&lt;li&gt;Connect to TCC&lt;/li&gt;
&lt;li&gt;Go to the Enhancement node&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Action Plan&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Perform the below actions&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Get the list of objects contributing to the MODIFIED automated enhancement technical point for a snapshot by referring to &lt;a href="https://doc.castsoftware.com/export-v2/tg/sql-queries/sql-queries-cast-central-base/sql-queries-cast-central-base-sql-queries-on-objects/sql-queries-cast-central-base-queries-on-objects-how-to-get-the-list-of-objects-contributing-to-the-modified-automated-enhancement-technical-point-for-a-snapshot/"&gt;SQL Queries - CAST Central Base - Queries on Objects - How to get the list of objects contributing to the MODIFIED automated enhancement technical point for a snapshot&lt;/a&gt;
&lt;ol&gt;
&lt;li&gt;If the query returns rows
&lt;ol&gt;
&lt;li&gt;Check if the objects contributing to the MODIFIED automated enhancement technical point for the current snapshot are modified between the two snapshots , for this refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/sql-queries/sql-queries-cast-central-base/sql-queries-cast-central-base-sql-queries-on-objects/sql-queries-cast-central-base-queries-on-objects-how-to-get-the-list-of-modified-objects-between-two-snapshots/"&gt;SQL Queries - CAST Central Base - Queries on Objects - How to get the list of modified objects between two snapshots&lt;/a&gt;, here we can encounter 3 cases:
&lt;ol&gt;
&lt;li&gt;All the objects contributing to the MODIFIED automated enhancement technical point for the current snapshot are modified between the two snapshots, in this case we need to check if this modification is a legitimate modification, for this we need to compare the source code of the objects between the two run.
&lt;ol&gt;
&lt;li&gt;If the source code of the object is changed between the two runs then its expected that the objects are modified between the two snapshots hence its expected to get MODIFIED automated enhancement technical point.&lt;/li&gt;
&lt;li&gt;Else If the source code of the object has not changed between the two runs then compare the checksum of the objects between the two knowledge schema corresponding to the two snapshots from where the automated enhancement technical point is modified, to get the checksum of an object from the knowledge schema refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/sql-queries/sql-queries-cast-central-base/sql-queries-cast-central-base-sql-queries-on-objects/sql-queries-cast-central-base-queries-on-objects-how-to-get-the-checksum-value-of-an-object/"&gt;SQL Queries - CAST Central Base - Queries on objects - How to get the Checksum value of an object&lt;/a&gt;:
&lt;ol&gt;
&lt;li&gt;If the checksum is changed between the two knowledge schema then the checksum was wrongly calculated during the analysis step, to investigate the issue refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/cms-snapshot-analysis-component/cms-snapshot-analysis-run-analyzer/"&gt;CMS Snapshot Analysis - Run Analyzer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;If the checksum has not changed between the two knowledge schema then the checksum was wrongly transferred from the knowledge schema to the central schema, to investigate the issue refer to &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/cms-snapshot-analysis-component/cms-snapshot-analysis-compute-snapshot/"&gt;CMS Snapshot Analysis - Compute Snapshot&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;All the objects contributing to the MODIFIED automated enhancement technical point for the current snapshot are unchanged between the two snapshots, in this case the issue is located in the metric calculation of modified objects, contact &lt;a href="https://help.castsoftware.com/hc/en-us/requests/new"&gt;CAST Technical Support&lt;/a&gt;. with the following  &lt;a href="https://doc.castsoftware.com/display/TKBQG/Transaction+Configuration+Center+-+Enhancement#TransactionConfigurationCenter-Enhancement-Relevantinput"&gt;Relevant input&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Part of the objects contributing to the MODIFIED automated enhancement technical point for the current snapshot are modified between the two snapshots and the other part are not modified between the two snapshots, for each part proceed as above.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;else if the query does not returns rows then contact &lt;a href="https://help.castsoftware.com/hc/en-us/requests/new"&gt;CAST Technical Support&lt;/a&gt;. with the following  &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/"&gt;Relevant input&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;If the above steps do not solve your issue contact &lt;a href="https://help.castsoftware.com/hc/en-us/requests/new"&gt;CAST Technical Support&lt;/a&gt;. with the following  &lt;a href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/"&gt;Relevant input&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Transaction Configuration Center - Enhancement - Automated Enhancement Technical Points variation - No DELETED AETP with removed source code</title><link>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation-no-deleted-aetp-with-removed-source-code/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/transaction-configuration-center-component/transaction-configuration-center-enhancement/transaction-configuration-center-enhancement-automated-enhancement-technical-points/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation/transaction-configuration-center-enhancement-automated-enhancement-technical-points-variation-no-deleted-aetp-with-removed-source-code/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose (problem description)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page handle the case when there is a list of removed files that have been discovered and extracted by the CAST Delivery Manager Tool     &lt;a href="https://doc-legacy.castsoftware.com/display/DOC83/DMT+-+Package+Content+tab+-+Files+found"&gt;DMT - Package Content tab - Files found&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540599/566540603.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;but no AETP value has not variate&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566540599/566540602.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Observed in CAST Version&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Release&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;8.3.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;8.2.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;8.1.x&lt;/td&gt;
 &lt;td&gt;&amp;#x274c;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;8.0.x&lt;/td&gt;
 &lt;td&gt;&amp;#x274c;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Observed in RDBMS&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;RDBMS&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Oracle Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Microsoft SQL Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS3&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS2&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h4 id="step-by-step-scenario"&gt;Step by Step scenario&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;Run analysis&lt;/li&gt;
&lt;li&gt;Take snapshot&lt;/li&gt;
&lt;li&gt;Open TCC&lt;/li&gt;
&lt;li&gt;Go to Enhancement node&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Action Plan&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>