아름프로의 Agile, DevOps, 그리고 일상 이야기

ClearQuest(7.0, 7.0.1) 데이터베이스 생성 오류와 처리 본문

추억의 책장/IBM Rational

ClearQuest(7.0, 7.0.1) 데이터베이스 생성 오류와 처리

아름프로 2007. 9. 3. 13:19
Sample DB나 기타 Database를 생성이 되지 않고 아래와 같은 로그가 나온다면,
아래의 문제 해결 방법으로 처리하시면 됩니다.
대표적인 예가 오라클 10g를 설치하면 PERL5LIB를 오라클의 5.8.3 버젼으로 환경변수에 잡아버립니다.
ClearQuest7.0.1은 5.8.6 버젼을 사용합니다.

Error: Failed condition:m_pPerl != 0, when creating a new Test Plan in ClearQuest
 Technote (FAQ)
 
Problem
This technote explains how to resolve an error, Failed condition:m_pPerl != 0, that can occur when creating a new Test Plan with the IBM® Rational® ClearQuest® TestManager®.
 
Cause
The full text of the error is similar to the following:

Execution of a hook failed during the action Import. It was the ACTION_INITIALIZATION hook attached to the Defect "SAMPL00000001". The reason for the failure was:
Failed condition: m_pPerl != 0
Location: ClearQuest Core:adperlhooks.cpp:237
 
Solution
This issue can occur if there is an environment variables conflict with Perl and the PERL5LIB Environment Variable. You can find the environment variable by going into the Microsoft® Windows® Control Panel, and selecting the System folder. In the Advanced Tab, click on Environment Variables.

If the PERL5LIB variable has any values that are set by installing other applications, try setting the value for PERL5LIB to the Perl libraries installed by ClearQuest.

set PERL5LIB=C:\Program Files\Rational\Common\lib\perl5\5.
8.6

It is also possible that the Environment Variable Path contains a version of Perl that creates a conflict with the ClearQuest Perl modules v5.8.6 that it requires.

Other reported causes

  1. This error has also been known to occur from a corrupt or incomplete install of the Perl libraries supplied with ClearQuest. In this instance, neither Oracle, nor any additional Perl libraries where present on the system. Reinstalling ClearQuest after an uninstall resolved the problem.
  2. This error can also be caused by a broken NSF mount to the network install area.

사이트 바로가기