clearquest

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 the ability to have a dynamic filter. How can I resolve this. ...

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 sets sum = item1 + item2 ...

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 estimate I would say this is supporting 200 engineers. How would you effectively migrate this SCM methodology to a comparative, all Open Source...

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? ...

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 new State. We're talking possibly hundreds of defects out of many hundreds, so I don't want to individually select the defects from all de...

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 System Web Access as far as what work items a client can view. Has anyone been able to take TSWA and successfully expose it to clients whi...

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 group gave up a small section of a larger application to another group that used ClearQuest to web-enabled the process but now the ClearQues...

Case insensitive ClearQuest queries

How can I make my clearquest search query case insensitive? ...

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 web-enabled some legacy systems but I think it's completely the wrong tool for the job. ...

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 "login" every time I start a new clearexplorer. I have some other tools I have been writing that I would like to take advantage of that cap...

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 heartbeat" function, but I'm not sure that is what I want to use to determine if i need to "re-log...

Show SQL query results in Sharepoint

Hi All 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 displaying it in Sharepoint. The data I'm querying contains dates and ideally I'd like to be able display it in a sharepoint calenda...

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 file is created, except that only the various report and column headers are displayed, and...

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: AdIsValidCompOp (op). The code is as follows: my $querydef = $session -> BuildQuery("defect"); my @dbfields = ("id", "headline", "owner.login_n...

Possibility to change the view in Clearquest

Hi, 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. Will it possible to increase the number of records per view?? ...

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

Hey! 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 this can be done? # following doesn't work on lists. What to do? $entity->SetFieldValue("Foo_List", ""); # following works ...