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

"Info not Available" on Request State on RRDI

 Hi

I'm making a report on RRDI and I'm using the Request Area.  Why is that on some records it shows "Info not available"?
I have run the "Full Job" but I can not fix the problem. When I go to the workitem IDit is all fine it works normal but not on the report. 

0 votes


Accepted answer

Permanent link
Hi Cesar,
The error may be related to the groups where the state belongs. Appears the "Info not available" when the group is missing on each state.
In the workflow configuration, select a group for each state , and update the Job..
That happened to me and worked!.

(The  marked actions, are the same. Before / After group update)
 
Cesar Sasaki selected this answer as the correct answer

2 votes

Comments

 Thanks for your answer Renato! I 


One other answer

Permanent link
Hi Cesar,

The "Info not available" usually indicates that Request's corresponding "Request_State_ID" is -1.
You can validate that by running this query:
select REFERENCE_ID, REQUEST_STATE_ID, PROJECT_ID
from RIODS.REQUEST
where REFERENCE_ID in (10000,10147,10198);

To investigate, I would go from the ODS tables...
What are the "problem" requests' "state" from work item UI?
What is the "REQUEST_STATE_ID" corresponding to such "state" in its project?
(This query will list all state id and state name along with project id:
 - select REQUEST_STATE_ID,REFERENCE_ID,PROJECT_ID from RIODS.REQUEST_STATE
)

You may need to dig further depending on where the data discrepancy sit...

0 votes

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
× 7,491

Question asked: Dec 10 '15, 3:06 p.m.

Question was seen: 3,477 times

Last updated: Apr 20 '16, 3:44 p.m.

Confirmation Cancel Confirm