0

我最近遇到了我的 Lotus Documentum Integration (LDI) 问题。在尝试将一封电子邮件从 lotus notes 拖到 LDI 拖放窗口并将其放下后,我收到以下 Lotus Notes 错误:

=================
Error Information
=================
Program: Archive
Exception: Attempted 5 retries. Aborting.
FuncRef: saveItems

BaseType:
Emc.Documentum.FS.Runtime.ServiceInvocationException: Failed to retrieve UCF id.
   at EAIF.DataSource.EAIFWebServicesDataSource.CreateObject(String folderPath, String filePath, String objectType, String objectFormat, String objectName,     DocbaseAttributeCollection attrs)
   at LDIArchive.ArchiveForm.saveItems()

Stack Trace:
   at LDIArchive.ArchiveForm.saveItems()
   at LDIArchive.ArchiveForm.btnFinish_Click(Object sender, EventArgs e)

Inner Program: EAIFramework.NET
Inner Exception: Failed to retrieve UCF id.
Inner FuncRef: CreateObject

Inner BaseType:
Emc.Documentum.FS.Runtime.ServiceInvocationException: Failed to retrieve UCF id.
   at EAIF.DataSource.EAIFWebServicesDataSource.CreateObject(String folderPath, String filePath, String objectType, String objectFormat, String objectName, DocbaseAttributeCollection attrs)
   at LDIArchive.ArchiveForm.saveItems()

Inner Stack Trace:
   at EAIF.DataSource.EAIFWebServicesDataSource.CreateObject(String folderPath, String filePath, String objectType, String objectFormat, String objectName, DocbaseAttributeCollection attrs)
   at LDIArchive.ArchiveForm.saveItems()

试图在网上做一些研究,但没有运气。非常感谢任何人都可以提供帮助。干杯

4

1 回答 1

0

我最近找到了上述问题的答案。基本上,我需要关闭 lotus notes,删除 c:/Document and Settings/<-my user id>/ 内 Documentum 文件夹下的 UCF 文件夹,然后重新启动 Notes。这将解决问题

于 2012-12-04T01:15:48.637 回答