CAST AIP 8.3.12 contains all fixes from the following previous CAST AIP releases:
- 7.3.0 - 7.3.11
- 8.0.0 - 8.0.5
- 8.1.0 - 8.1.7
- 8.2.0 - 8.2.16
- 8.3.0 - 8.3.11
The following table lists all bugs fixed in CAST AIP 8.3.12 and that are not already listed in the "Resolved Issues" lists of the above mentioned releases. There are 13 issues listed below. Note that the column "Internal ID" is used only as an internal reference ID.
Ticket ID | Component/s | Situation | Symptoms | Internal ID |
---|---|---|---|---|
14410 | CMS Snapshot/Analysis - Run Analyzer | Analyzing an application including T-SQL source code (Sybase or MS SQL Server database). And in the T-SQL source code a single Carriage Return (CR) character (ASCII code 13) is used as end-of-line encoding for one or more lines of source code. Note: The single CR character does not have to be the only way to encode end-of-line. There might be also lines using the combination Carriage Return + Line Feed (CR+LF or \r\n; ASCII code 13 followed by ASCII code 10) or a single LF as end-of-line encoding. | T-SQL Analyzer may report a syntax error for source code file containing a single CR character although the source code is syntactically correct. The syntax error is reported because the analyzer incorrectly skips the single CR character and concatenates the words (tokens) preceding and following the CR. | SCRAIP-33734 |
15994 | Delivery Manager Tool | When using the CAST Delivery Manager Tool to add a new version, the option "None" for "Copied From" is selected. | Even though "None" is selected, when we see the version list, it displays that it is copied from the previous version. | SCRAIP-34514 |
16163 | When using the tool CAST-AIPStorageMigrationTool.exe to move AIP schemas from Oracle Server to CSS3. | SQL errors can be seen in the log generated by the tool. These errors refer to obsolete tables that are not required on CSS3. | SCRAIP-34569 | |
16283 | Application Engineering Dashboard (AED) | When looking at the results of the rule "Avoid using Global Variables (C++) - 588". | The rule is being violated by a variable that is in fact a constant and therefore should not be flagged as violating the rule. | SCRAIP-34551 |
16543 | When looking at the results of the rule "Avoid using empty SELECT ... ENDSELECT loop - 8126". | A false violation of the rule is being flagged for code that uses a "UP TO 1 ROWS" clause. | SAP-138 | |
16815 | When looking at the results of an analysis. | Links are being created between methods and unresolved objects due to a bug in the extraction process. | SAP-141 | |
16833 | Server Manager - Component Reinstall | When using CAST Server Manager to perform a Component Reinstall action. | CAST Server Manager crashes, however the log indicates that the process has completed successfully. | SCRAIP-34718 |
16869 | CMS Assessment model | When attempting to import an Assessment Model with the CMS CLI command "ImportAssessmentModel". | When the target triplet contains multiple Applications, the import will fail. | SCRAIP-34810 |
16971 | When looking at the list of available extensions in the "Select extensions to install" dialog box in CAST Server Manager. | Extensions are listed in alpha-numeric order which can sometimes give strange results (i.e. most recent version listed at the bottom). Extensions should instead be listed so that the most recent extension is always at the top. | SCRAIP-34792 | |
17127 | CMS Snapshot/Analysis - Run Metrics Calculation | When running an analysis/snapshot for JEE source code. | Several Java syntax error warnings are listed in the Metrics Assistant log: * @return XXXX. | SCRAIP-34690 |
17222 | CMS Snapshot/Analysis - Compute Snapshot | When attempting to generate a snapshot. | The stored procedure DIAG_SCOPE_PLSQLPERF002 takes more than 10 hours (total snapshot duration is 14.5 hours). | SCRAIP-34876 |
17277 | CMS Snapshot/Analysis - Update Sources | When attempting to generate a snapshot. | The snapshot hangs while uploading the source code into the CAST Dashboard Service schema. | SCRAIP-34896 |
17466 | Server Manager | When attempting to run the CASTUpgradeRun.bat file unattended. | A prompt for the CSS operater user password is always displayed preventing the batch from completing. | SCRAIP-34965 |