Unsolved
This post is more than 5 years old
2 Posts
0
1699
May 2nd, 2019 02:00
Restore backup made with EMC Networker on Azure
Hi,
The company I work for is migrating to Azure with Azure SQL. Our hosting company is using EMC Networker for the databases.
In Azure we are using a virtual machine with DB2. This is a temporary solution until the software is rewritten to handle Azure SQL. We use backup & restore to migrate the data to Azure.
This is going very well, except for the last step. I am executing this:
C:\IBM\SQLLIB\BIN>db2 rollforward db DATABASE complete
SQL2071N An error occurred while accessing the shared library "C:\Program Files\EMC NetWorker\nsr\bin\libnsrdb2.dll". Reason code: "1".
The error is clear since the backup was made using EMC Networker.
Is there any way for our hosting company to make the backup without EMC Networker or what can I do to restore without the need for EMC Networker?
Thanks in advance for your help!



crazyrov
4 Operator
•
1.3K Posts
0
May 5th, 2019 23:00
I assume there is an option to dump the backup to the local filesystem. This can then be imported to the storage on Azure, then copied onto the VM where it can be restored to the DB2 on it.
Aritha ter Horst
2 Posts
0
May 6th, 2019 01:00
Hi,
This is exactly what we are doing. I have the backup on the VM. Only when restoring, the last step on the VM, I get this errormessage.
SQL2071N An error occurred while accessing the shared library "C:\Program Files\EMC NetWorker\nsr\bin\libnsrdb2.dll". Reason code: "1"
This error occurs when I execute:
db2 rollforward db DATABASE complete
Hope you can help,
Kind regards
crazyrov
4 Operator
•
1.3K Posts
0
May 6th, 2019 21:00
I hope you have updated the configuration to use DISK instead of NetWorker!