Case # 03792544
I have specific two issues when doing SQL Server Restore:
- When i click in Restore to Original server it gives me the error "The network path not found"
- When i restore to another server, specifying the same server but using the IP i fails with "Failed to call RPC function 'MSiSCSIMountTargetDisks' "
Relating to the first issue, it is failing because the original server is not joined to the domain and it tries to restore using the HOSTNAME but obviously the DNS Resolution does not work. If i select the option "Restore to another server" and point to the IP to the same server it connects but then after i complete the credentials and also do the connection, the second issue appears where the Guest Client machine cannot connect to the iSCSI port used for Mount Operations.
There is no firewall between the networks.
If i do a Telnet from the Guest Client to the Veeam Server holding the Mount Server role i can connect to the range port 3260-3270.
I am not doing point-in-time restore so no SQL Staging used.
The logs of the Guest Client shows that it cannot connect to port 3260 (or the next ones in the iSCSI ranges)
I can see on the guest machine the Event ID 113 relating to errors on "SendTargets" command.
The SQL Server is W2012 with SQL Server 2016
Maybe this is an important point but i have three nics configured on my Veeam Server. Two to connect to different networks relating to vSphere Infrastructure access and the last one to do the Application Backup / Restore.
In resume i need to resolve the issues and understood if these are expected behaviours relating the configurations mentioned above.
Thanks!