REST API - Export violations - Fatal Error - Internal Server Error
Purpose (problem description)
This page will help to solve the issue of “Internal Server Error” which is a Fatal Error received when exporting the list of violations.

Observed in CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Observed in RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Step by Step Scenario
- Connect to Rest API
- Export violations
Action Plan
Perform the below actions
- Check if there are objects computed by quality rules but not part of objects scope, for this refer to the following page - SQL Queries - CAST Central Base - Corruptions on Objects - How to list objects computed by Quality rules but not part of module
- If there are objects computed by quality rules but not part of objects scope, then:
- Check if there is a prior snapshot deleted after computing the current snapshot, for this refer to SQL Queries - CAST Central Base - Queries on snapshots - How to get the history of creation and deletion of snapshots
- If yes then perform the following:
- Delete the current snapshot
- Compute snapshot by skipping analysis (it will take the snapshot ID of the snapshot deleted previously)
- Connect to Rest API
- Export violationsNote that this issue is fixed in 8.2.13 and 8.3.6
- Else contact CAST Technical Support. with the following Relevant Input
- If yes then perform the following:
- Check if there is a prior snapshot deleted after computing the current snapshot, for this refer to SQL Queries - CAST Central Base - Queries on snapshots - How to get the history of creation and deletion of snapshots
- Else if there are no objects computed by quality rules but not part of objects scope then contact CAST Technical Support. with the following Relevant Input
- If there are objects computed by quality rules but not part of objects scope, then:
Notes/comments
Ticket # 13235
Related Pages