Fehler: "Der Netzwerkname kann nicht gefunden werden" beim direkten Upgrade von CRM 2015 auf CRM 2016

1

Während des "In-Place-Upgrades" von CRM 2015 auf CRM 2016 (vor Ort) wurde die folgende Fehlermeldung angezeigt:

error

Error| System.Exception: Action Microsoft.Crm.Tools.Admin.InstallSqlClrHelperAction failed. ---> System.IO.IOException: The network name cannot be found.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
   at Microsoft.Crm.Setup.Database.Helpers.CopyDatabaseFile(String sourcePath, String sourceFileName, Boolean isBuildEnvironment, String 

sqlServerName, String destinationFilePath, String destinationFileName, String& copyDestinationPath)
   at Microsoft.Crm.Tools.Admin.InstallSqlClrHelperAction.Do(IDictionary parameters)
   at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
   --- End of inner exception stack trace ---, Error, AbortRetryIgnore, Option1

Irgendwelche Vorschläge, wie man dieses Problem löst?

CRM 2016 User
quelle
Überprüfen Sie die Protokolle, um festzustellen, welcher Netzwerkname nicht identifiziert werden konnte.
Ramhound