我对所有Sharepoint WSS 3.0数据库进行了备份,并将其恢复到新的Windows 2008 R2服务器。
新的SQL服务器与旧的具有相同的名称和IP地址。 两者之间的唯一区别是新的SQL 2008 R2和旧的SQL 2005。
当我导航到共享点URL时,我得到这个错误:
Cannot connect to the configuration database.
我在这个位置检查了日志:“%commonprogramfiles%/ Microsoft Shared / web server extensions / 12 / Logs”,发现这个错误:
System.Data.SqlClient.SqlException: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
有任何想法吗?
听起来就像您的SharePoint场可能试图通过SQL身份validation进行连接,并且SQL Server未设置为接受SQL身份validation。