WebSphere Application Server에서 ClearQuest용 보고서 서버 배치

WebSphere Application Server에서 ClearQuest용 보고서 서버를 배치하려면 다음을 수행하십시오.
  1. Deploy_RCQR _eWAS.py 파일을 찾으십시오. 기본적으로 이 파일은 %RATIONAL_COMMON%/CM/Scripts에 있습니다. 다음 매개변수 세트를 지정하십시오. 원격 CM 서버를 사용하는 경우, localhost 값의 ID 주소 또는 시스템 이름을 지정하여 cqConnectionURL 값을 설정하십시오. 기본값이 표시됩니다. 값은 /RCQR/server/reportserver.properties 파일의 값과 일치해야 합니다. 예를 들면 user.registry.cq.connectionURL 값이 reportserver.properties 파일의 cqConnectionURL과 일치해야 합니다.

    또한 관리 사용자 이름이 Deploy_RCQR_eWAS.py의 세 곳에 나열되고, 그 값도 일치해야 합니다. 다음 예제는 이 파일의 기본값을 표시합니다. 관리 사용자 이름이 boldface 유형으로 세 번 표시됩니다.

    # 사용자 정의 보안의 기본 특성 설정
    
    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',
    }
  2. 다음 명령을 실행하여 Report Server 프로파일을 시작하십시오. %RATIONAL_COMMON%/CM/profiles/reportalprofile/startServer server1 -profileName reportalprofile
  3. 보고서 서버 프로파일의 bin 디렉토리를 탐색하십시오. 디렉토리는 %RATIONAL_COMMON%/CM/profiles/reportalprofile/bin입니다. 다음 명령을 실행하십시오.

    wsadmin.bat -lang jython -f ..\..\..\Scripts\Deploy_RCQR_eWAS.py

  4. 다음 명령을 사용하여 사용자 이름 및 비밀번호로 wasservice를 업데이트하십시오. 명령에서 <사용자><비밀번호>는 Deploy_RCQR_eWAS.py에 지정된 값과 일치합니다.

    %RATIONAL_COMMON%/eWAS/bin/wasservice -add reportalprofile -serverName server1 -profilePath "%RATIONAL_COMMON%/CM/profiles/reportalprofile" -stopArgs "-username <user> -password <password>"

배치 확인

배치를 확인하려면 다음을 수행하십시오.
  1. 명령행 %RATIONAL_COMMON%CM/profiles/reportalprofile/startServer server1에서 Reporting 서버를 시작하십시오.
  2. Reporting 인터페이스로 이동하십시오. 다음 링크에서 Reporting 인터페이스에 액세스할 수 있습니다. 이 링크의 machinename.domain은 Rational ClearQuest Report Server가 설치된 시스템의 호스트 이름 및 도메인이고, portnumber는 보안 연결을 위한 포트인데 일반적으로 15443입니다.
    https://machinename.domain:portnumber/jazz/reportal/projects/Vega
  3. 계속하려면 로그인 프롬프티에 Rational ClearQuest 사용자 이름 및 비밀번호를 입력하고 로그인을 클릭하십시오.

피드백