
Veena Amin
- Total activity 151
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 113
Posts
Recent activity by Veena Amin Sort by recent activity-
How to save Enlighten/TCC flow chart as a PDF or Word document
If you want to export the data from Enlighten you can save the views as html report only.Please refer- https://doc.castsoftware.com/display/DOC83/ENL+-+Saving+the+contents+of+the+Graphical+ViewFro...
-
Snapshot is taking long time without any procedure being stuck
If you observe snapshot is staking long time without any procedure in dss_history being stuck then please do teh following: -Check the number of links and see if it is expected to take long time: R...
-
LOC for SQL is counted twice
When you are using SQL Analyzer version>=1.0.0-beta5 and you observe LOC is counted twice for SQL i.e Once as “File which contains source code” and also, when it finds DDL statements in the *.sql f...
-
Quality rules violations are not loading in AED
If violations are not loading for almost all the rules in AED as shown below then please check the points mentioned: This can be due to corruption in table - VIEWER_ACTION_PLANS_LOG This table i...
-
Tibco source code is not visible in CED
It is observed that some of the Tibco source code are not visible in CED though they are visible in AED. After investigation it is found that source code which are not visible in CED are XML code.I...
-
Quality rule grade calculation
We can calculate the grade of a particular quality rule using below details: Please note that QR grade depends on both failed check as well as total check. Formula to calculate the grade: (Total ch...
-
Lines of code calculation
LOC - Lines of Code is calculated by analyzer using explained logic in below page: https://doc.castsoftware.com/display/TG/CMS+Assessment+Model+-+Information+-+Definition+and+details+-+How+to+compu...
-
GUID of an object contains some special characters at the end
Hi, This is because, If GUID of an object is longer than 1015 character then analyzer will compute some checksum and append it to the end of a GUID. For ex: in below scenario you can see there are ...
-
Fetching details on parameter of Quantitative Rules like " Avoid Artifacts with High RAW SQL Complexity "
Hi, We can fetch the parameter detail of Quantitative Rules like " Avoid Artifacts with High RAW SQL Complexity " . Please find the steps to fetch the details by CAST-MS as well as using a query: F...
-
False violation for - Close outermost stream asap
False violation for - 'Close outermost stream asap' even after closing the streams in Finally block. In above code scenario we can see that stream declaration part is inside the TRY block. In th...