使用 DFC PIA 5.3 通过 C# 应用程序访问 Documentum Server 版本 6.5
我们能否使用旧版 PIA(主互操作程序集版本 5.3)从 C# 应用程序登录到 Documentum Docbase 版本 6.5。我知道 PIA 自 6.5 版以来已被弃用,但我有 DFC 5.3 和 PIA 5.3。这可能吗?这两个版本互相兼容吗?
Can we Login to a Documentum Docbase version 6.5 from a C# application using an older PIA (Primary Interop Assembly version 5.3). I know PIA has been deprecated since version 6.5 but I have DFC 5.3 and PIA 5.3. Is this possible? Are these two versions compatible with each other?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
较旧的 PIA 兼容,但 5.3 后不会添加任何功能/特性。我曾参与过一个项目,我们将其包装在一个单独的 .NET 库中,然后应用程序调用 .NET 代码,而该代码又称为 PIA。它针对 6.5 内容服务器和存储库进行了测试。
The older PIA is compatable but will not have any functions/features added after 5.3. I've worked on a project where we wrapped it in a separate .NET library and then the application called the .NET code which in turned called the PIA. It was tested against a 6.5 content server and repository.