CAST Engineering Dashboard - Export All - Missing data in generated CSV - Export All on Action Plan Items fetches incomplete results on Linux OS
Description
When you try to export an action plan with not less than 15000 rows, the exported file does not contain all the rows and the last row is truncated, and the size of file is always the same ( 5,380 KB).
Observed in CAST AIP
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Observed on RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Step by Step Scenario
- Goto “Improvement - Action Plan” view in the dashboard.
- Click “Export all”
Action Plan
This problem occurs if you have just deployed tomcat on a Linux machine & the server containing the the analysis & database services are on an other machine with Windows OS. This is due to the encoding of accented characters
As the CMS server and the database server are Windows server, the encoding for export on the web server on Linux needs to be changed.
Find below the the parameters of the JVM in unix OS that needs to be changed in file ../bin/setenv.sh :
export JAVA_OPTS="-Xmx1584m -Xms1584m -XX:PermSize=512m -XX:MaxPermSize=512m -Dfile.encoding=ISO-8859-15 -verbose:gc -Xloggc:${log_dir}/tomcat_$$.gc"
**Impact on Analysis Results and Dashboard**
Analysis - N/A Dashboard - N/A
**Notes/comments**
**Related Pages**