Inoltre, notare che il nome utente admin viene elencato in tre punti in Deploy_RCQR_eWAS.py e il valore deve essere coerente. Il seguente esempio mostra i valori predefiniti per questo file. Le tre ricorrenze del nome utente amministratore vengono visualizzate in grassetto.
# Impostare le proprietà di base della sicurezza personalizzata
attrs = '[[useRegistryServerId false][primaryAdminId %s][customRegistryClassName %s]]' % ('admin', 'com.ibm.rational.cq.was.userregistry.CQUserRegistry')
AdminConfig.modify(customUserRegistry, attrs)# Impostare le proprietà personalizzate
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>"
%RATIONAL_COMMON%CM/profiles/reportalprofile/startServer server1
https://machinename.domain:portnumber/jazz/reportal/projects/Vega