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', }
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://machinename.domain:portnumber/jazz/reportal/projects/Vega