NMM: SQL Flat File Restore from Clone copy is not possible in the SQL plug-in UI
Сводка: NetWorker Module for Microsoft (NMM) SQL Flat File Restore from Clone copy is not possible in the SQL plug-in UI.
Данная статья применяется к
Данная статья не применяется к
Эта статья не привязана к какому-либо конкретному продукту.
В этой статье указаны не все версии продуктов.
Симптомы
NetWorker Module for Microsoft (NMM) SQL Flat File Restore from Clone copy is not possible in the SQL plug-in UI.
Причина
NetWorker Module for Microsoft (NMM) SQL Flat File Restore from Clone copy is not possible in the SQL plug-in UI.
This is working as intended.
Разрешение
The select restore pool option is disabled in the UI during flat file restores.
Workaround:
The only workaround is to perform command-line flat file restore. This procedure explains the steps necessary to generate a script and edit the script to use a clone pool instead of the primary backup pool.
- Open NMM SQL plug-in UI.
- Select Clear Cache. This clear previous selections and starts with new parameters.
- Enter the NetWorker Server name. Click Update.
- Select SQL Server host.
- Select SQL Server instance.
- Select the save set (database to restore).
- Select the save time - this is important. Do this first before the next step.
- Select Restore backups as files - leave the restore Folder for now, edit this later in the script.
- Click Script button.
- Copy the script. Open Notepad editor or similar text editor and paste the output script into the editor.
- Add the following to the script;
-b clonepoolname
- Edit the
FLAT_FILE_RECOVERY_DIR="NewDestination"for example,FLAT_FILE_RECOVERY_DIR="D:\RecoveryData"
NOTE: The
RECOVERY_DIR location specified must already exist.
- Save the script as batch file, for example, testsql.bat.
- Open Command Prompt with Run as Administrator and run the testsql.bat script.
For example this generated script:
nsrsqlrc.exe -s linux1 -c win3.amer.lan -t "02/29/2024 08:58:18 AM" -S normal -a "SKIP_CLIENT_RESOLUTION=TRUE" -a "FLAT_FILE_RECOVERY=TRUE" -a "FLAT_FILE_RECOVERY_DIR=C:\Program Files\EMC NetWorker\nsr\tmp\backups" MSSQL:usertest1
After it is edited, it would have something like this to reflect -b clonepool and new recovery folder.
nsrsqlrc.exe -s linux1 -c win3.amer.lan -t "02/29/2024 08:58:18 AM" -S normal -b ddclone -a "SKIP_CLIENT_RESOLUTION=TRUE" -a "FLAT_FILE_RECOVERY=TRUE" -a "FLAT_FILE_RECOVERY_DIR=C:\sharepoint\backup” MSSQL:usertest1
Затронутые продукты
NetWorker, NetWorker Module for MicrosoftПродукты
NetWorker Family, NetWorker ModuleСвойства статьи
Номер статьи: 000222645
Тип статьи: Solution
Последнее изменение: 14 Apr 2026
Версия: 3
Получите ответы на свои вопросы от других пользователей Dell
Услуги технической поддержки
Проверьте, распространяются ли на ваше устройство услуги технической поддержки.