Data Backup and Recovery

SMO Clone mount problem

kiyomits
2,996 Views

IHAC occurred SMO Problem.

 

If data LUN is full, smo fails to restore mount to another server.

After make volume clone, because smo try to re-use tempdb file in data LUN.

But data LUN is full, so restore operation is failed. Like attached files.

Can you tell us how to backup when data lun is full.

 

 

1 ACCEPTED SOLUTION

stanton
2,937 Views

In the smo.config file add the parameter:

clone.ignore.temp.file.creation=TRUE

 

You will have to manually create the temp file after the clone is complete (or in the SQL section of the clonespec file).

View solution in original post

1 REPLY 1

stanton
2,938 Views

In the smo.config file add the parameter:

clone.ignore.temp.file.creation=TRUE

 

You will have to manually create the temp file after the clone is complete (or in the SQL section of the clonespec file).

Public