SQL Server
| WHEN | PROBLEM | POSSIBLE CAUSE | CORRECTIVE ACTION |
|---|---|---|---|
| When any insert /update statement is executed | Displays EXCEPTION_ACCESS_VIOLATION exception | Microsoft issue | Refer to following article: |
SQL Server Cluster enabled deployment
| WHEN | PROBLEM | POSSIBLE CAUSE | CORRECTIVE ACTION |
|---|---|---|---|
| The SQL Server Fail-over Wizard is executed on the cluster enabled SQL server. |
All the IRC tasks fail or gets queued. |
Time lag due to the temporary SQL server unavailability during fail-over process. |
|
| The Fail-over Wizard is executed on the cluster enabled SQL server.
Note: This issue occurs if the report server database is a part of the cluster database and participates in the SQL server fail-over wizard.
|
The IRC reports are not accessible. | The encryted key and the connection string are not available in the new primary database, after the fail-over process. |
|
| The Fail-over Wizard is executed on the cluster enabled SQL server.
Note: This issue occurs if the report server database is a part of the cluster database and participates in the SQL server fail-over wizard.
|
The schedule reports are not displayed on the Report subscription tab. | The new primary database is not linked with the SQL Listener. | Run the sp_addlinkedserver between the SQL Listener and the Report server. |