最近我在設定從一個健康狀況存疑的 Configuration Manager 2012 站台到乾淨站台的 migration manager 連線。在過程中我卡在一個錯誤訊息上,該訊息暗示了我的問題有數個潛在原因,但並不十分精確。下一步是弄清楚文字記錄對此怎麼說,因為我認為我已涵蓋了上述所有罪魁禍首。當我檢查我正在遷移至的站台伺服器上的 migmctl.log 時,我注意到一些我未預期的 SQL 相關內容。[MigrationManager]: Set the schedule item 16777217 to Failed.ERROR: [MigrationManager]: Error occurred when trying to make sql connection to server.domain.com. Contact product support for help. Error Information -2146232060, Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.我並沒有深入疑排為何驗證未發生,因為用於 SQL 連線的帳戶與 SQL 伺服器位於同一網域。因此我選擇在來源伺服器上建立本機帳戶,並給予其 SQL 的 SA 權限。這反過來解決了問題,我可以繼續建立遷移工作。