将文档迁移到 Sharepoint (MOSS) 2007 的最佳方法是什么?
我正在与一位客户合作,该客户需要将文档从当前的文档管理系统(不是 Sharepoint)迁移到 Sharepoint MOSS 2007,并保留文档历史记录和元数据。我已经使用 Sharepoint Web 服务编写了一个概念证明,看起来很有希望,但到目前为止的障碍似乎是以编程方式设置创建的日期/时间和用户。 Web 服务允许设置字段,但隐式地将它们覆盖为当前登录的用户 + 日期/时间。出于显而易见的原因,我需要能够在迁移时保留原始创建日期/时间和用户。有谁知道解决这个问题的最佳方法?
I'm working with a customer that needs to migrate documents from their current document management system (not Sharepoint) into Sharepoint MOSS 2007 retaining document history and metadata. I've written a proof of concept using the Sharepoint web services and that looks promising, but the snag so far seems to be programmatically setting the created date/time and user. The webservices allow the fields to be set but implicitly override them to be the currently logged in user + date/time. For obvious reasons, I need to be able to keep the original created date/time and user on migration. Does anyone know the best way to approach this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过以编程方式添加文档然后更新这些字段?如果您有对象 ID,也许您甚至可以直接对 SP2K7 数据库中的对象执行此操作。
这是一篇文章,也许可以对您有所帮助。
http://www.eggheadcafe.com/software/aspnet/29904945/更改修改creat.aspx
Have you tried programmatically adding the document and then updating those fields? Perhaps you could even do this directly on the object in SP2K7 Database if you have the object id.
Here's an article that might be able to help you out a little.
http://www.eggheadcafe.com/software/aspnet/29904945/change-modificationcreat.aspx