询问者
当我导入用户配置文件的时候,一直处于枚举状态

问题
全部回复
-
您好!
请将错误的截图发送到论坛中。
在SQL和SharePoint 服务器上,分别打开事件查看器,将错误日志的完整信息发送到论坛中。
启用诊断 日志,然后重现该问题,将错误信息发送到论坛中。
1. Go to the “Diagnostic logging” under “logging and reporting”
2. In “Select a Category”, choose “user profiles”
3. In “Least critical event to report to the event log”, choose “error”
4. In “Least critical event to report to the trace log”, choose “verbose”
您可以尝试创建一个新的SSP,然后将用户的配置文件复制到新的SSP。具体的步骤如下:
- Create New SSP
- Link to current My Sites
- Migrate profile properties using
(http://www.codeplex.com/MOSSProfileReplicate/)
- Replicate profiles 详细信息,请参考http://technet.microsoft.com/zh-cn/library/cc663011.aspx
Rock Wang望正茂
Rock Wang– MSFT -
您好:
感谢您的回复,当我运行用户配置文件倒入的时候,系统应用程序日志有下面的错误.
1.数据库服务器出现以下错误
用户 'ucom\A' 登录失败。 [客户端: Sps]For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
2.sps出现以下错误
(1) .SQL 数据库登录失败。下面包含来自 SQL Server 的其他错误信息。用户 'ucom\A' 登录失败。For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
(2)ID 为 d1387fa6-8b18-4432-9d0f-28d744fd6c7b 的作业定义 Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition 的 Execute 方法引发异常。下面包含详细信息。用户 'ucom\A' 登录失败。For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
'ucom\A用户为AD管理员.SPS-ADMIN为普通用户权限
数据库授权有问题,不过我8/2号前还是好的