Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

test phase attribute of QM not visible in JRS

 Hi All,


i have a scenario in which i have created a test case in QM. in the summary section have added new attribute and in existing test phase attribute i have added 3 more drop down menu. when i am creating JRS report for the same project area and tried to use the new attribute and existing attribute in test category menu of JRS i am not able to see the newly created attribute as well as options added in existing attribute only one option is visible rest are not. i have run DCC, refreshed meta model and full loaded the DCC. what could be the problem with this? please leave your answer ASAP.

0 votes

Comments

what is your RQM/JRS version and ifix level(both RQM and JRS)?
did you confirm DCC jobs run successfully?

 Yes i have confirm the DCC jobs ran successfully.

ifix011


Accepted answer

Permanent link

Hi Shubham,

Firstly, if you are looking for solution urgently, please contact IBM support. I do not think anyone can address your problem by just looking at your problem description.

Let me clarify, did you update 3 categories (given that drop down menu), not attributes in test case summary section, didn't you? If so, the table you need to investigate is RIODS.TEST_CATEGORY. Here is the steps to verify the category by SQL query in Advanced section in Report Builder

1. Find internal testcase id
select TESTCASE_ID from RIODS.TESTCASE where REFERENCE_ID = 'XX'
(XX is the testcase id found in your RQM web UI)

2. Look for the all categories of this testcase
select TEST_CATEGORY_ID from RIODS.TESTCASE_CATEGORY_LOOKUP where TESTCASE_ID = 'YY'
(YY is the one found in step 1.)

3. select * from RIODS.TEST_CATEGORY where TEST_CATEGORY_ID = 'ZZ'
(ZZ is the one found in step 2. There should be at least 3, according to your description)

Then verify the 3 results (or more) if these are the categories you have added in testcase.

Note: If you have added both custom attributes and categories, then custom attributes are stored in completely different places. 

If you cannot find them in RIODS.TEST_CATEGORY, then something went wrong in DCC job. Check dcc.log carefully. This is not the end of troubleshooting, and the next step is depending on this result. It would be very tedious. That's why I advise you to contact IBM support.

shubham shahu selected this answer as the correct answer

0 votes

Comments

 Thanks kenji, before going all this i have contacted IBM support for help.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 360
× 218

Question asked: Feb 01 '18, 4:26 a.m.

Question was seen: 1,469 times

Last updated: Feb 02 '18, 1:04 a.m.

Confirmation Cancel Confirm