CQ的包打开进行修改

来源:互联网 发布:淘宝订单号查询 系统 编辑:程序博客网 时间:2024/04/28 21:44

很多人一定很头疼,如CQ提供了History、Project的这些包无法编辑,比如在UCM过程中,需要选择对应的project,很多都可以已经过期不再使用,下拉列表很长。

 

不过不要紧,IBM提供了一套可以打开包进行编辑,可能有些人能够在网上下载到IBM的新的Email包,这些都是将这个包打开后进行的优化。下面就是步骤,不详细解释了,如果有不懂的地方可以M我。

 

1. Start > Run > cmd > cd C:/Program Files/Rational/ClearQuest
>packageutil enablepackageediting [-dbset dbset_name] clearquest_login clearquest_password [-enable|-disable] user...
e.g. "packageutil enablepackageediting -dbset <dbset_name> admin "" -enable admin"

2. Login to CQ Designer as "user" specified in the step 1 command, check out the schema. The action "Submit" for the record type "Email_Rule" and "UCM_Project" is now editable.

3. Setup the user and group for action "Submit" as per the tech notes #1130810.

4. Check in the schema and upgrade user db. Test it from CQ client, for the group not allowed to submit, "Email_Rule" and "UCM_Project" are not under the drop down list any more.

5. Disable the package editing by running the following command:
e.g. "packageutil enablepackageediting -dbset <dbset_name> admin "" -disable admin"