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

Test Plan/Test Execution Records/Last Result

Following the above "path" and getting to the "Execution Result" users cannot Create defects in the associated RTC, but Linking with existing works ok.

1st attempt to Create defect in the session shows (briefly) a message about initializing the service, then clicking the button gain does nothing.

Opening Firebug on the page hits an exception :


var _4d=(_4c&&dojo.isArray(_4b))?_4b.length-1:0;
for(var i=0;i<_4d;i++){
var _4e=_4b[i];
var _4f=_4c.getAttribute(_4e);
if(_4f.isArray()){
_4c=_4c.getAttributeArrayValue(_4e,0,true);
}else{
_4c=_4c.getAttributeValue(_4e,true);
}


on if (_4f.isArray() )

In the url stack there is a callout to the RTC server for some ajax

/jazz/_ajax_modules/com.ibm.team.workItem.WIPicker?projectAreaID=...&showLoginLink=true&...

So it appears to be trying, just doesn't complete the transaction.
Any suggestions ?

RQM 3.0.1.2, RTC 3.0.1

0 votes



One answer

Permanent link
Can you run application in debug mode to get detail log in fire bug
To run RQM web client in debug mode
Try this https://<server>:port/qm/web/console/<project>?debug=true

Essentially add ?debug=true to the url. Update with the exception log.
Between also clean browser cache in case server was recently upgraded.

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

Question asked: Mar 06 '12, 7:56 p.m.

Question was seen: 6,396 times

Last updated: Mar 06 '12, 7:56 p.m.

Confirmation Cancel Confirm