Troubleshooting SSAS issues
You might encounter the following issues when using SSAS.
Issue | Type | Troubleshooting suggestions |
---|---|---|
Unable to configure the SSAS option. The requested SSAS mode is
|
RDS event | You can't change the SSAS mode if you still have SSAS databases that use the current mode. Delete the SSAS databases, then try again. |
Unable to remove the SSAS option because there are |
RDS event | You can't turn off SSAS if you still have SSAS databases. Delete the SSAS databases, then try again. |
The SSAS option isn't enabled or is in the process of being enabled. Try again
later. |
RDS stored procedure | You can't run SSAS stored procedures when the option is turned off, or when it's being turned on. |
The SSAS option is configured incorrectly. Make sure that the option group membership status
is "in-sync", and review the RDS event logs for relevant SSAS configuration error messages. Following
these investigations, try again. If errors continue to occur, contact AWS Support. |
RDS stored procedure |
You can't run SSAS stored procedures when your option
group membership isn't in the If your option group membership status changes to
Reconfigure the SSAS option, because RDS allows only one SSAS mode at a time, and doesn't support SSAS option removal with SSAS databases present. Check the RDS event logs for configuration errors for your SSAS instance, and resolve the issues accordingly. |
Deployment failed. The change can only be deployed on a server running in
|
RDS stored procedure |
You can't deploy a Tabular database to a Multidimensional server, or a Multidimensional database to a Tabular server. Make sure that you're using files with the correct mode, and verify that the |
The restore failed. The backup file can only be restored on a server running in
|
RDS stored procedure |
You can't restore a Tabular database to a Multidimensional server, or a Multidimensional database to a Tabular server. Make sure that you're using files with the correct mode, and verify that the |
The restore failed. The backup file and the RDS DB instance versions are
incompatible. |
RDS stored procedure |
You can't restore an SSAS database with a version incompatible to the SQL Server instance version. For more information, see Compatibility levels for tabular models |
The restore failed. The backup file specified in the restore operation is damaged or is
not an SSAS backup file. Make sure that @rds_file_path is correctly formatted. |
RDS stored procedure |
You can't restore an SSAS database with a damaged file. Make sure that the file isn't damaged or corrupted. This error can also be raised when |
The restore failed. The restored database name can't contain any reserved words or
invalid characters: . , ; ' ` : / \\ * | ? \" & % $ ! + = ( ) [ ] { } < >, or be longer than 100
characters. |
RDS stored procedure |
The restored database name can't contain any reserved words or characters that aren't valid, or be longer than 100 characters. For SSAS object naming conventions, see Object naming rules |
An invalid role name was provided. The role name can't contain any reserved
strings. |
RDS stored procedure |
The role name can't contain any reserved strings. For SSAS object naming conventions, see Object naming rules |
An invalid role name was provided. The role name can't contain any of the following
reserved characters: . , ; ' ` : / \\ * | ? \" & % $ ! + = ( ) [ ] { } < > |
RDS stored procedure |
The role name can't contain any reserved characters. For SSAS object naming conventions, see Object naming rules |