また、管理者ユーザー名が Deploy_RCQR_eWAS.py の 3 カ所にリストされるので、 それらの値が整合している必要があります。以下の例では、このファイルのデフォルト値が示されています。 3 カ所に出現する管理者ユーザー名は、太字体で示しています。
# Set basic properties of custom security attrs = '[[useRegistryServerId false][primaryAdminId %s][customRegistryClassName %s]]' % ('admin', 'com.ibm.rational.cq.was.userregistry.CQUserRegistry') AdminConfig.modify(customUserRegistry, attrs)# Set custom properties customProps = { 'autoCreateJazzGroups':'true', 'jazzAdmins':'admin', 'jazzProjectLeads':'lead', 'cqDbSetName':'7.0.0', 'cqUserDbName':'SAMPL', 'cqConnectionURL':'http://localhost:12080/TeamWeb/services/Team', 'cqConnectionUsername':'admin', 'cqConnectionPassword':'admin', 'cqConnectionPasswordEncrypted':'false', }
"%RATIONAL_COMMON%/CM/profiles/reportalprofile/bin/startServer" server1 -profileName reportalprofile
wsadmin.bat -lang jython -f ..¥..¥..¥Scripts¥Deploy_RCQR_eWAS.py
"%RATIONAL_COMMON%/eWAS/bin/wasservice" -add reportalprofile -serverName server1 -profilePath "%RATIONAL_COMMON%/CM/profiles/reportalprofile" -stopArgs "-username <user> -password <password>"
https://machinename.domain:portnumber/jazz/reportal/projects/Vega例えば、ClearQuest 用のレポート サーバーのホストからレポート インターフェイスを開くには、以下の URL を使用します。
https://localhost:15443/jazz/reportal/projects/Vega