Questions tagged [clearquest]

ClearQuest is proprietary issue-tracking software.

ClearQuest is an IBM Rational product for tracking software issues (e.g. bugs and features).

94 questions
0
votes
2 answers

Birt 2.5.2 report generates empty table data when run from a cron job

I've got a shell script that runs genReport.sh in order to create a .pdf formatted report, and it works perfectly when it's run from the command line. The data source for the report is a ClearQuest database. When it's run from a CRON job the .pdf…
Trueblood
  • 515
  • 2
  • 5
  • 11
0
votes
1 answer

Multiutil: CRMMS0093E Error: Exception: CRMMD1881E Invalid Credentials

Some information Site REPL2_SH is created from REPL1_SH. These is no issue with synchronizaiton of schema repostiory MASTR. The issue is for user database OS. AT site REPL2_SH I am providing correct password still the import to database throwing…
HITENC
  • 67
  • 7
0
votes
2 answers

Clearquest sync issue

Below issue encountered while syncing clearquest replica. I am not sure why multiutil is searching for 'CQMS.CRD.REPL2_SH'. Is there any way to find out the history of clearquest connection or the site or clearquest replica. So that I can find out…
HITENC
  • 67
  • 7
0
votes
2 answers

Clearquest Database Timeout

I have a tool that is setup to query our Clearquest Database to return information to the user automatically every 9000 milliseconds. I came in today and the connection had timed out over the weekend, I found in the oSession object a "check…
onaclov2000
  • 5,741
  • 9
  • 40
  • 54
0
votes
1 answer

Clear Quest Connect Options

We have created a schema in orcale 11 database and when trying to map that to Clear Quest using maintanance tool, we are trying to create a new connection. While creating a new connection, it is failing to create the connection and the error message…
0
votes
1 answer

how to connect to cqcm by using pyodbc

I was trying to connect to clearquest by using pyodbc and getting the following error... connection = pyodbc.connect('DSN=ClearQuest;PWD=systest1') pyodbc.Error: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no…
Harish Kumar
  • 11
  • 1
  • 1
0
votes
1 answer

CRMUD0082E Execution of a hook failed during the action New

I created a C# application (in VS2010) where am using CQAPI to create a new record in clearquest. An exception is thrown at cqEntity.Validate() Error details: CRMUD0082E Execution of a hook failed during the action New. It was the…
0
votes
1 answer

clearquest api hook and user groups

How can I find out the groups associated with a user that isn't the one logged in currently? For instance, I want to grab the value of my submitter field and look up the submitter's group list. I am not logged in as the submitter.
user561638
  • 1,299
  • 3
  • 15
  • 26
0
votes
0 answers

ClearQuest Api not Sorting with Specific Fields

For some reason when I try to sort by any field that isn't "total_est_hrs", or "id", I get a null referenced exception. This is the code I am using to get queries: Session cqSession = new Session(); cqSession.UserLogon("user", "password", "db", 2,…
GabeMeister
  • 1,668
  • 4
  • 22
  • 28
0
votes
1 answer

Rational ClearQuest Http request to find defects that have been updated since a specific time?

I am trying to use ClearQuest OSLC CM REST API to write an http request to accomplish the following. I want to get a list (in the XML format) of ClearQuest defects that have been updated since a specified time. So far I have been able to get a list…
Erin Gibbs
  • 63
  • 1
  • 10
0
votes
1 answer

Rational Clearquest- Difference between two query

I'm trying to use Except keyword to filter uncommon records between two query output by changing the query (designed in query designer) in sql editor pane. I'm aware that if you change a query designed in query designer using sql editor pane, it…
user2705120
  • 249
  • 5
  • 12
0
votes
2 answers

SQL Statement in ClearQuest causes ORA-00907:missing right parenthesis

I am trying to extract data from ClearQuest which is running an oracle database behind a nice Eclipse-based front-end. Using the built-in query-builder I cannot limit the data to be supplied enough to get me where I want. My aim: I wish to extract…
Sander
  • 1,264
  • 1
  • 16
  • 26
0
votes
1 answer

plotting cummulative BarChart in BIRT report

I will fetch data from ClearQuest. I want to plot 'number of issues' against 'Submit Date' over a period of time. I need cumulative count of issues in y axis against 'Submit date' in x Axis. I want to display different types issues as group against…
Pan
  • 25
  • 2
  • 9
0
votes
1 answer

How can one create package for ClearQuest?

I am modifying ClearQuest database schema and I wonder is there a way to create a package for future deployment. If there isn't what are best practices for tracking and deployment of schema modifications?
Dmitry Mukhin
  • 6,649
  • 3
  • 29
  • 31
0
votes
3 answers

Parent CR's should not be closed before a child CR is closed

I searched and searched a lot and couldn't find my answer. I want to see that a parent record in ClearQuest should not get closed before all of its child records aren't closed. Below is the code that I am upto now., but failing to meet the…
Rajkgdr
  • 1
  • 1