| Products | Versions |
|---|---|
| Spotfire Statistica | 14.x and 14.2 |
OS: Windows
The "Approver (APPRV)" row in the CSPERM table must be removed from the metadatabase so the schema can be updated successfully.
Important Note: Back up the metadatabase before making any changes.
The SQL commands to remove the "Approver (APPRV)" are below:
1. Find the corresponding entry in the CSPERM table:
SELECT PERMID
FROM CSPERM
WHERE NAME = "Approver (APPRV)"
This will give you the PERMID to be used in the next two statements.
2. DELETE FROM CSGPRM
WHERE PERMID ='<PERMID>'
3. DELETE FROM CSPERM
WHERE PERMID ='<PERMID>'
How to resolve the error "Update to database schema 205" fails after upgrading from 14.x to 14.2