*Purpose

This page will help you to troubleshoot duplicated transaction configuration nodes i.e. Entry Points, End Points,Excluded Items or Data Entities . For example, below screenshot shows duplicated End Points scenario:

*Observed in CAST AIP
Release
Yes/No
8.3.x(tick)
8.2.x(tick)


*Observed on RDBMS
RDBMS
Yes/No
Microsoft SQL Server(tick)
CSS2(tick)
CSS3(tick)
Step-by-step
  1. Run analysis
  2. Launch TCC
  3. Navigate to Transaction Configuration →Entry/End point node
  4. Observe duplicates
Action Plan

If you observe duplicate entry/end point then follow the below steps to remove the duplicates:

     1. Install the Fix .sql on management schema

     2. Run the procedure on management schema using the below statement ( Pass your application id as argument. For the Query to get application id refer: SQL Queries - CAST Central Base - Queries on applications - How to get the ID of the application)        

Select MAINT_FP_SANITIZE_SETS_OF_TCC_CONFIG( <application_id>);

   3. Open TCC and observe that the duplicates are removed.

   4. Perform compute FP action.

 If you do not find the information you are looking for or solution for your problem, in this page,contact CAST Technical Support and provide the Relevant input

Support will reproduce the issue by performing the steps given in the following page Tools - How to synchronize CAST databases triplet

Notes/comments


Related Pages