Msg 112301, Level 16, State 1, Line 0
SQL Server has returned a failure message to LiteSpeed for SQL Server which has prevented the operation from succeeding.
The following message is not a LiteSpeed for SQL Server message. Please refer to SQL Server books online or Microsoft technical support for a solution:
The Native SQL Server error is:
Msg 3002, Level 16, State 1, Line 1
Cannot BACKUP or RESTORE a database snapshot.
Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally.
WORKAROUND
Query to determine if it is a database or snapshot:
SELECT * FROM sys.databases where source_database_id is not null;
If it is a snapshot that is not needed, you can delete it using SSMS and the problem should go away. If it’s a LiteSpeed issue, Dev can address it with a patch.
STATUS
Issue fixed in version 7.5.3. The latest version of LiteSpeed for SQL Server can be downloaded here.