Page tree
Skip to end of metadata
Go to start of metadata
Description

The Java script LOC is counted under the .Net technology and cannot be shown as a separate technology on the dashboard. This page explains how to resolve the issue when the js files are not taken into account by the Number of Line Of Code.

Observed in CAST AIP
Release
Yes/No
8.3.x(error)
8.2.x(error)
8.1.x(error)
8.0.x(error)
7.3.x(error)
7.2.x(error)
7.0.x(tick)
Observed on RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(error)
CSS1(tick)
Action Plan

When java script are expected in the number of line of code and they are not taken into account,

  1. Execute the two queries below on your Local Database.

    Query
    Truncate Table DSS_TECHNOLOGIES;
     
    Insert Into DSS_TECHNOLOGIES(MODULE_TYPE_ID, TECHNO_TYPE_ID)
    Select MODULE_TYPE_ID, TECHNO_TYPE_ID
    From DSS_TECHNOLOGIES_VW;
  2. Then, run the snapshot again. 
Notes/comments

 

Related Pages
 
  • No labels