【问题标题】:import user profiles in MOSS 2007 server into my SharePoint 2010将 MOSS 2007 服务器中的用户配置文件导入我的 SharePoint 2010
【发布时间】:2010-08-05 16:05:57
【问题描述】:

我想将 MOSS 2007 服务器中的用户配置文件导入我的 SharePoint 2010 服务器。

任何人都可以建议我如何实现同样的目标。

我们能否在 SharePoint 2010 的 User Profile Service 应用程序中使用配置同步连接中的业务数据连接来导入用户配置文件。

我为什么要这样做:

我想在 SharePoint 2010 中抓取 MOSS 2007 用户配置文件数据库。

请指教!!!

谢谢

克坦甘地

【问题讨论】:

    标签: import sharepoint-2010 user-profile


    【解决方案1】:

    Microsoft Technet 对此升级方面有很好的指导。我相信您想按照Upgrade the Shared Services Database 的升级指南中的步骤进行操作。

    有很多步骤,但这个 powershell 脚本是将用户配置文件从 SharePoint 2007 SSP 数据库升级到 SharePoint 2010 用户配置文件服务数据库的关键:

    New-SPProfileServiceApplication -applicationpool <ApplicationPoolName> -Name <ServiceApplicationName> -Profiledbname <DatabaseName> [-Profiledbserver <ServerName>]
    

    另外,将来您可能想查看http://sharepoint.stackexchange.com,在那里可以更快地回答很多此类问题。

    【讨论】:

      猜你喜欢
      • 2011-07-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多