Beachten Sie auch, dass der Name des Benutzers mit Administratorberechtigung in der Datei Deploy_RCQR_eWAS.py an drei Stellen genannt wird und der Wert auch hier konsistent sein muss. Das folgende Beispiel zeigt die Standardwerte dieser Datei. Die drei Vorkommen des Namens für den Benutzer mit Administratorberechtigung werden in Fettdruck angezeigt.
# 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 <Benutzer> -password <Kennwort>"
https://Computername.Domäne:Portnummer/jazz/reportal/projects/VegaSie würden beispielsweise die folgende URL verwenden, um die Berichtsschnittstelle über den Host des Berichtsservers für ClearQuest zu öffnen:
https://localhost:15443/jazz/reportal/projects/Vega