Remount shared folder for GI Native backup

When you get an error that shared folder is not accessible or credentials did not work, however the path and credentials work if you run it manually, try the following workaround.

Connect to SQL Server staging instance and run the following command in SQL session:

exec xp_cmdshell 'net use * /delete /y'

Then retry to create GI again.