在 Webtop 中看不到自定义对象类型,但在 DA 中可以
当我尝试在 webtop 6.5 sp3 中创建新文档时,我看不到使用 Composer 创建和安装的自定义对象类型。
不过,我可以在 DA 中查看我的自定义类型,并且可以在 DA 中使用这些自定义类型创建文档。
我还可以在“类型”节点的 da 中看到它们。
我尝试清除catalina下的tomcat缓存和c:/documentum/cache下的documentum缓存。
When I try to create a new document in webtop 6.5 sp3 I do not see my cutom object types that I created and installed using composer.
I can however see my custom types in DA and I can create documents with those custom types in DA.
I can also see them in da in the "types" node.
I tried clearing tomcat cache under catalina and documentum cache under c:/documentum/cache.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有几件事你可以尝试。
1) 运行数据字典发布作业
2) 确保使用同一用户登录 Webtop 和 DA
我已经有一段时间没有查看 Composer 了,但我不记得在那里看到过任何有关权限的信息。我会看一下然后再回来讨论这个。
编辑
所以我查看了 Composer,除了“约束”部分之外没有看到任何内容。我从未使用过此部分,但如果您在此列出了任何内容,请通知我们。
Couple of things you could try.
1) Run the Data Dictionary Publishing Job
2) Make sure you are logging in to both Webtop and DA with the same user
I haven't looked at Composer in a while, but I don't recall seeing anything about permissions in there. I'll have a look and get back to this.
EDIT
So I looked in Composer and didn't see anything except the Constraints section. I've never used this section but if you have anything listed here, please inform us.
好吧,我明白了。问题是由于语言造成的。我注意到 da 是英语而 webtop 是法语后才意识到这一点。
这是我为解决该问题所做的操作。
在 data_dictionary.ini 中启用法语数据字典。在 documentum/dba/config 下
修改product/6.5/bin下的data_dictionary_fr为LOCALE = en
运行脚本:
dmbasic -f dd_populate.ebs -e Entry_Point -- D:\Documentum\dba\config\\data_dictionary.ini
再次执行字典作业
重新启动应用程序服务器
,现在我可以看到我的类型。
我不确定为什么这在 ootb 上不起作用,以及所有这些操作是否都是必要的。
无论如何,感谢大家的意见!
Ok so I figured this out. The problem is due to the language. I realized it after noticing da is in english and webtop is in FR.
Here is what I did to fix to the problem.
Enabled french data dictionary in data_dictionary.ini. under documentum/dba/config
Modified data_dictionary_fr under product/6.5/bin to LOCALE = en
Ran the script:
dmbasic -f dd_populate.ebs -e Entry_Point -- D:\Documentum\dba\config\\data_dictionary.ini
Ran the dictionary job again
restarted app server
and now I can see my types.
I'm not sure why this wasn't working ootb though and if all these manipulations were necessary.
Anyway thanks all for your input!