Tagged Questions

ClearQuest is proprietary issue-tracking software.

learn more… | top users | synonyms

3
votes
4answers
164 views

Using ClearQuest for a inventory management application

Has anyone used IBM Rational ClearQuest to create schemas for a inventory management or similar application? We're being "asked" to use this tool because it's already bought and paid for to ...
3
votes
1answer
956 views

Is there a way in ClearQuest to query on a list that is contained in a document?

I have a list of defect ID numbers contained in a Word document and want to know if there is a way to use that list in a ClearQuest query or an SQL query in ClearQuest to move just those defects to a ...
3
votes
6answers
2k views

How would you migrate a multi-site ClearCase/ClearQuest environment to all Open Source?

I work in an multi-site environment that's currently using Rational ClearCase for source control and Rational ClearQuest for issue tracking (I accept your condolences ahead of time). As a rough ...
2
votes
1answer
119 views

Problem with Linefeeds in C#

I use System.Environment.NewLine to add a line feed between lines. This is in a C# dll. This dll uses IBM RATIONAL CLEARQUEST API's to insert into Oracle database these values. CLEARQUEST is setup in ...
2
votes
1answer
173 views

WebMethod() is slow on each execution compared to when I run it as a windows application

I have developed an application that interacts with IBM ClearQuest. The problem is that when I run everything locally, such as, run the webservice local and then ASP page local everything is at the ...
2
votes
1answer
60 views

Pinpoint specific file and version in ClearQuest

We have a CR which is figured out to be fixed as part of an enhancement. This enhancement has a activities with huge number of files checked-in. Now if I make this CR invalid duplicate of the ...
2
votes
2answers
247 views

ClearQuest Custom Email

I'm trying to create a custom email for ClearQuest in order to: format the message more neatly include a hyperlink to a change request (which is based on the Defect schema) on our local intranet ...
2
votes
1answer
407 views

ClearQuest Perl API - Value not set unless I print it?

I have a ClearQuest API script written in Perl. If I do this: #print qq(DEBUG: Buildsheet ID is "$buildsheetId"\n); $cq->SetNameValue("ParentBuildSheetID", $buildsheetId); # # Now Create the ...
2
votes
2answers
224 views

creating a sharepoint site from clearQuest web server

I have a clearQuest Web (running on Linux) and wants to create a sharepoint site when a new record is created (using a perl script). How can I do it - is there any sharepoint web service that I can ...
2
votes
4answers
1k views

Has anyone been able to take TFS Team Web Access and successfully expose it to clients?

We have recently switched from the Rational stack (ClearQuest/ClearCase etc..) over to TFS 2008 for our .NET group and one of the challenges that we are seeing are some of the limitations of the Team ...
2
votes
1answer
1k views

In ClearQuest, How do I generate a query in SQL Editor that allows me to prompt the user for a value?

I generate a ClearQuest query using the Query Wizard. In the Query Editor, I am able to select a filter for a given field. However, I want to refine the query using the SQL Editor, but then I loose ...
1
vote
1answer
136 views

Using Excel to Modify CRs in ClearQuest in C#

The way that I was doing this before, was putting Metadata into each individual CR and having the query exported to an excel file. The program would read the Metadata then create new columns with ...
1
vote
1answer
144 views

Need help with CM API (ClearCase)

I need to get particular Stream( perhaps with Activity) from Clear Case (7.1.1 server) and store it on local machine. Let me come up with a User Story: "I'm as admin of central build system want to ...
1
vote
2answers
361 views

ClearQuest Perl API — Adding a Child Record to another record

I have a ClearQuest database with a record type called "BuildSheet". On a BuildSheet record, you can attach tasks which are another record type. I thought I could create a task record type, via the ...
1
vote
1answer
268 views

Having trouble interfacing with cleaquest API with cqperl

I'm having trouble setting up a filter for a query in cqperl. I'm trying to build a pretty simple filter to query based on a defect id, but I'm getting the following error: Failed condition: ...
1
vote
2answers
629 views

Show SQL query results in Sharepoint

I support Rational clearquest for my company and have been asked to show some of the data in Sharepoint. I can query the data in Clearquest no problem (Using Toad) but have no idea about how to go ...
1
vote
1answer
307 views

ALDB authentication request

So I have a setup where clearcase and clearquest are integrated. I.E. if I check in a file in clearcase clearquest will popup asking for a change request number. Here's the deal, I don't have to ...
1
vote
4answers
593 views

Application development with Rational ClearQuest

Has anyone had experience with developing web apps using ClearQuest? Looking at the features, it mentions process automation but I'm not sure how large of a process/application it can support. Our ...
0
votes
1answer
30 views

CQConverter.exe for migration of data from CQ to TFS 2010

I am not able to find CQConverter.exe for migration of data from CQ to TFS 2010 under Common7/IDE folder . Can I install it from somewhere ? Will it support Clear quest web client 7.0 and VS 2010 ? ...
0
votes
2answers
53 views

Rational ClearQuest : sql query get Watchers accociated with a particular CQ issue

I am trying to query this database cq_production_user that is part of IBM Rational ClearQuest. I have been launching these queries from sql server express 2008 client. How do I get all of the ...
0
votes
2answers
57 views

On a server works on the other it does not. ¿API dll isn't registered? ErrNo: 80040154

I have installed on a 32bit server a IBM Rational ClearQuest and made a process which uses the api that they provide. And there works perfectly. When I migrate this to another server (64bit) it ...
0
votes
0answers
36 views

“Can't Update since you are already updating” - Is code is executing Asyncronously?

I have a process that creates multiple registers "svnElem" and binds them in a one to many relationship to a "taskElem". My code to do so is on Windows Service throws Weird Exception on Semaphore ...
0
votes
1answer
70 views

ClearQuest - Calling queries via API?

Is it possible to run CQ query, created in Native Client and saved on server, via CQ API calls?
0
votes
0answers
116 views

ClearQuest - GetEntity From Multiple Unique Key

I'm currently working with the ClearQuest API for C# I want to get an entity GetEntity() Method.. and the parameters expected are entity_def_name (string) display_name (string) If the table ...
0
votes
0answers
199 views

With ClearQuest, how do you get a list of all issues created in the last week or month?

Working with the thin client (browser client) for ClearQuest, when constructing a query, I see you can use the time variables: [TODAY] [YESTERDAY] [TOMORROW] but I don't see anything for any other ...
0
votes
2answers
125 views

ClearQuest order by

I am using Clear Quest 7.0.1.4 and have created a Personal Query. However, I can't figure out how to get the Query to automatically order by one of my fields. How do I do this?
0
votes
1answer
219 views

ClearQuest Perl : how to clear a list of values? SetFieldValue doesn't work on lists

New to Perl and new to ClearQuest Perl API both. I am trying to clear some values from a CQ form. I am able to clear values by simply setting the value to "" but it doesn't work on lists. Any idea how ...
0
votes
1answer
31 views

Possibility to change the view in Clearquest

we have Clearquest installed in our project. I have a Clearquest query. When I execute it, it lists all the records per the query. I realise I can only see either 25, 50, 75 and 100 records per view. ...
0
votes
2answers
243 views

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 ...
0
votes
1answer
173 views

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, ...
0
votes
1answer
344 views

Case insensitive ClearQuest queries

How can I make my clearquest search query case insensitive?
0
votes
1answer
326 views

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 ...
0
votes
2answers
326 views

non-database field on ClearQuest form

Is there a way to use form fields that does not correspond to database field for temporary processings? I.e. I want to add: temp fields item1, item2 database field sum button with record hook that ...