It's all about the answers!

Ask a question

Problems with requirements after upgrading to RQM 2.0.0.1


Jasmin Ramlee (11) | asked Nov 16 '09, 4:33 a.m.
Hi,
having recently upgraded to RQM 2.0.0.1, I am now having problems viewing any requirements linked to a test plan (Planning -> View Test Plans -> Plan Name -> Requirements). I see the following error pop up:

CRJAZ1037I Failing query -> WorkItemQueryModel r = WorkItemQueryModel.ROOT; AstQuery q = (AstQuery) IItemQuery.FACTORY.newInstance(r); q.filter(r.workItemType()._eq("requirement")._and(r.itemId()._inLargeList)));

From the reports generated though, it is clear that the requirements are actually still attached as before, and when I view the requirements individually, they are still showing as linked to the test plan.

Has anyone else seen this? Is there a solution to this problem?

3 answers



permanent link
David Mehaffy (90123338) | answered Nov 16 '09, 12:38 p.m.
JAZZ DEVELOPER
rjhannah wrote:
Hi,
having recently upgraded to RQM 2.0.0.1, I am now having problems
viewing any requirements linked to a test plan (Planning -> View
Test Plans -> Plan Name -> Requirements). I see the following
error pop up:

CRJAZ1037I Failing query -> WorkItemQueryModel r =
WorkItemQueryModel.ROOT; AstQuery q = (AstQuery)
IItemQuery.FACTORY.newInstance(r);
q.filter(r.workItemType()._eq("requirement")._and(r.itemId()._inLargeList)));

From the reports generated though, it is clear that the requirements
are actually still attached as before, and when I view the
requirements individually, they are still showing as linked to the
test plan.

Has anyone else seen this? Is there a solution to this problem?

Sounds like you are using DB2 and did not do the last state of the

upgrade process. You need to create a new TMPSPACE table in DB2. Look
near the bottom of the upgrade tab in the all downloads section. That
is the type of error you will see if you don't add the table.

permanent link
Gerald Strobl (2154) | answered Jan 12 '10, 9:03 a.m.
rjhannah wrote:
Hi,
having recently upgraded to RQM 2.0.0.1, I am now having problems
viewing any requirements linked to a test plan (Planning -> View
Test Plans -> Plan Name -> Requirements). I see the following
error pop up:

CRJAZ1037I Failing query -> WorkItemQueryModel r =
WorkItemQueryModel.ROOT; AstQuery q = (AstQuery)
IItemQuery.FACTORY.newInstance(r);
q.filter(r.workItemType()._eq("requirement")._and(r.itemId()._inLargeList)));

From the reports generated though, it is clear that the requirements
are actually still attached as before, and when I view the
requirements individually, they are still showing as linked to the
test plan.

Has anyone else seen this? Is there a solution to this problem?

Sounds like you are using DB2 and did not do the last state of the

upgrade process. You need to create a new TMPSPACE table in DB2. Look
near the bottom of the upgrade tab in the all downloads section. That
is the type of error you will see if you don't add the table.

I'm having the same problem ( and using DB2 ), but I dont understand the proposed solution or the hint. In the upgrade script I dont find anything about to the TMPSPACE table!
Is it possible to get a link the this information ?

Thanks Gerald Strobl

permanent link
David Mehaffy (90123338) | answered Jan 12 '10, 12:23 p.m.
JAZZ DEVELOPER
GeraldStrobl wrote:
dmehaffywrote:
rjhannah wrote:
Hi,
having recently upgraded to RQM 2.0.0.1, I am now having problems
viewing any requirements linked to a test plan (Planning -> View
Test Plans -> Plan Name -> Requirements). I see the following
error pop up:

CRJAZ1037I Failing query -> WorkItemQueryModel r =
WorkItemQueryModel.ROOT; AstQuery q = (AstQuery)
IItemQuery.FACTORY.newInstance(r);

q.filter(r.workItemType()._eq("requirement")._and(r.itemId()._inLargeList)));
From the reports generated though, it is clear that the
requirements
are actually still attached as before, and when I view the
requirements individually, they are still showing as linked to the
test plan.

Has anyone else seen this? Is there a solution to this problem?

Sounds like you are using DB2 and did not do the last state of the
upgrade process. You need to create a new TMPSPACE table in DB2.
Look
near the bottom of the upgrade tab in the all downloads section. That

is the type of error you will see if you don't add the
table.


I'm having the same problem ( and using DB2 ), but I dont understand
the proposed solution or the hint. In the upgrade script I dont find
anything about to the TMPSPACE table!
Is it possible to get a link the this information ?

Thanks Gerald Strobl

https://jazz.net/downloads/rational-quality-manager/releases/2.0.0.1?p=upgrading

it is near the bottom of the page.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.