SCSQL cloned database name conflicts with another database on same instance
Applies to
SnapCenter Plug-in for Microsoft SQL Server (SCSQL)
Issue
Cannot clone SQL database using the same clone suffix as a previoulsy deleted clone.
The following error messages can be seen.
- Resource Group Clone Lifecycle Management window in SC UI:
Cannot clone database. Either the cloned database name <Database_Clone_Name> conflicts with another database on same instance or the same resource is registered by another user during discovery.
- SnapManagerWeb_<Job_Id>.log:
DEBUG SnapManagerWeb_<Job_Id> PID=[1476] TID=[72] Checking for guid <Database_Clone_Name>
WARN SnapManagerWeb_<Job_Id> PID=[1476] TID=[72] Database <Database_Clone_Name> is existing on <SQL_Server_Name> cannot create another database with same name
ERROR SnapManagerWeb_<Job_Id> PID=[1476] TID=[72] System.Exception: Cannot clone database. Either the cloned database name <Database_Clone_Name> conflicts with another database on same instance or the same resource is registered by an other user during discovery.