问题标签 [documentum]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
694 浏览

java - Documentum:ORDER_BY r_modify_date 耗时过长

我是 Documentum 的新手,遇到一个简单的问题,我正在尝试根据上次修改的内容检索所有记录。

基本上我有一个包含 1000 条记录的数据表。

目前我们使用

上述语句的问题有时是新创建的报告或修改后的报告将超出 1000 范围,我们的用户会抱怨找不到报告 * 有效的抱怨 *

实际上最后修改的记录甚至不需要是列表中的第一个,它只需要出现即可。

我尝试使用

但这需要太长时间(永远不会完成)。我尝试用 a、b、c、d(字段)替换 *,但它也不起作用。

我可以知道我的问题是否有其他解决方案?

我正在考虑 documentum "ENABLE (RETURN_TOP 10)" 提示,但我怀疑它是否适用于 Oracle 11g 以及 documentum 如何定义前 1000 名?

更新:似乎通过 toad 使用数据链接比使用 DQL 更快,但由于遗留问题,我需要一个 DQL 解决方案。

Documentum 6.0 和 Oracle 11g。

0 投票
1 回答
1683 浏览

java - 客户端发送方未能发送响应消息 - ECM Documentum

从 WebTop 打开任何 MS 文档时出现以下错误,结果我什么都无法打开... :(

无法理解为什么连接被拒绝。我使用 Windows 7 x64、ECM Documentum 6.7、IE 8(用于 32 和 64)/IE9(用于 32 和 64)、java 1.6。有人可以帮助我吗?

谢谢!

0 投票
1 回答
1768 浏览

dql - 如何通过 DQL 更改类型中字段的维度?

如何通过 DQL 更改类型中字段的维度?

如何从 archik_number string(10) 更改为 string(256) ?可能是“改变类型”对我有帮助吗?

0 投票
2 回答
1324 浏览

java - Documentum: Oracle database Date time difference and I_LATEST_ FLAG

I am not sure how to phrase technically properly.

Introductions

We are using documentum 6.0 and oracle 11g. I have try to search documentum using DQL and it fail miserablely in terms of performance even after index and tuning.

Part of the reason is because how documentum translate -> any (cat="abc" and cat ="aaa" and cat ="ccc") for repeating values

I'm trying to find documents with cat="abc", cat ="aaa" and cat ="ccc", and it will translate into multiple exist in subqueries.

There are also other reasons like joining table and etc.

Therefore I decided to query the generated oracle table directly.

So far the POC seems rather successful but I have a few issues

1) I realize the old version are stored in the same table and the newest record is mark by a "1" for I_LATEST_FLAG

May I know where I can find a definition of all the I_* column created by documentum?

And can I trust that "I_LATEST_FLAG"=1 is always the most current version of a document?

2) I realize the date and time provided by DQL via Documentum adminstrator is accurate but in oracle DB they are a few hours behind.

May I know is there a proper solution to this issue?

3) Anyone using the same solution as me? if so please share other issues that I should look at?

Thank you.

0 投票
2 回答
151 浏览

ruby - 如何在 Windows 上安装 dctmruby(使用 ruby​​ 访问 documentum)

我正在尝试使用在 WindowsActiveDCTM上访问。Documentum有两个相关的宝石:activedctmdctmruby.

当我安装dctmruby时,出现错误:

有谁知道如何解决它,或者是否有另一种更好的方法来访问红宝石的文档?

非常感谢

0 投票
2 回答
1001 浏览

alfresco - CMIS 与 BPM 的集成

能否请您告诉我,是否可以将 CMIS 与 BPM 系统集成?我知道 Pega BPM 系统可以与 CMIS 集成。但我想将 CMIS 与 Documentum 中的工作流或与 Alfresco 存储库集成。我没有找到任何与 CMIS 提供的 BMP 相关的对象类型。

友善的建议。谢谢你的帮助!

0 投票
1 回答
920 浏览

java - Documentum DFS:使用符号标签而不干扰系统标签

我正在使用 DFS Java API 处理 EMC Documentum 6.6。目前我正在寻找一种在不干扰系统标签的情况下向文档添加和更新符号标签的方法。

据我了解,所有标签(系统标签和符号标签)都简单地存储在文档的重复属性r_version_label中。这意味着当我创建一个新文档时根本没有设置 r_version_label 属性,服务器将自动设置默认系统值1,0CURRENT

但只要我想为初始文档版本分配一个符号标签,我还必须注意设置 1,0 和 CURRENT,因为服务器不会自动设置它们。没有系统标签的文档有点损坏,它们只能在搜索隐藏对象时通过 Webtop 找到,并且在查看其属性时也可能导致客户端错误。

在构建用于更新文档属性的接口时可能会出现另一个相关问题:客户端开发人员必须注意防止用户修改系统标签,只允许他们添加或删除符号标签。

我确实理解这种行为也很有用——例如,无论出于何种原因,都可以创建从 3.0 版开始的文档。

然而,在我的情况下,只使用符号标签并将系统标签的管理完全交给服务器会更容易。我错过了什么吗?


编辑:似乎除了手动添加所需的初始系统标签之外别无选择。我会接受克里斯的回答,因为他再次确认了这一点。

0 投票
1 回答
2101 浏览

java - Documentum DFS:服务调用超时

我正在使用 DFS Java API,想知道是否有人知道一种简单的方法来为可以在服务上下文中配置的服务调用配置客户端超时,例如?

我遇到过一些罕见的情况,即 Documentum 存储库没有响应,这就是我考虑对所有 DFS 调用进行一般超时的原因。

为了测试挂起的服务调用,我创建了一个虚拟 TBO 实现,它在更新文档时简单地阻塞线程 10 分钟:

我不确定这是否与挂起的服务调用完全一样,但至少在我的测试中它按预期工作——我调用对象服务的更新方法大约需要 10 分钟。

有没有我还没有找到的配置,或者可能是一个运行时属性来传递给服务上下文来配置超时?

我更愿意为此使用 DFS 的现有功能,而不是实现我自己的机制。

0 投票
2 回答
3250 浏览

documentum - 根据文件夹名称从 Documentum 检索文档

我正在构建一个系统,将来自不同数据存储的实体集成到一个统一的界面上。最终目标是构建一个能够根据唯一键查询位于多个数据存储中的对象的系统。我们的数据存储之一是 Documentum,我们在其中将所有文档按其唯一名称(键)保存在文件夹中。对于特定实体,多个数据存储具有相同的唯一名称。这里唯一的显示停止器是获取与某个实体的唯一名称相关联的文档列表,并从文档中检索文档。我正在寻找一种方法(查询或过程)来完成这项任务。

0 投票
1 回答
5229 浏览

java - DFC_PREFERENCE_LOAD_FAILED Failed to load per sistent preferences from null

I have one documentum application , when i have created a jar of the project through eclipse by removing reference of config folder from eclipse ,

the jar is executable , in my classpath i have a value of DCTM.jar and config folder , when i was trying to run this jar through batch file ,i was getting following

exceptions

But when i was trying to run the same application by specifying the address compiled main class with library folder in the same directory

the application was launched , so what is the difference between these two cases