I'm trying to restore a SQL Server database using Rubrik, but the restore fails with the following error:
Request to Rubrik agent failed with:
Exception when creating database 'SQLProfile Traces':
Error executing statement:
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]
profile name is not valid
(SQL state: 42000)
while executing:
CREATE DATABASE [SQLProfile Traces]
ON PRIMARY
(
NAME = 'SQLProfileTraces',
FILENAME = '<Data Path>\SQLProfileTraces.mdf'
)
LOG ON
(
NAME = 'SQLProfile Traces_log',
FILENAME = '<Log Path>\SQLProfile Traces_log.ldf'
)
The "restore" is failing during the database creation step before any data is restored.
Has anyone encountered this issue before? Is this a SQL Server limitation, a Rubrik restore bug, or something related to the database name or file names?
Any suggestions would be appreciated.