Expanding Tree View in View Test Plans
I have a user that is trying to 'View Test Plans' and using the tree view. When she attempts to open a test plan she gets the error..
Unable to load /jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/RQM+Training+Play+Area/testplan?xpath=/testplan+and+/testplan status 413
Any ideas on what is happening? She can do everything else in RQM. This is the only issue she is having.
Any help would be most appreciated!!!
Unable to load /jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/RQM+Training+Play+Area/testplan?xpath=/testplan+and+/testplan status 413
Any ideas on what is happening? She can do everything else in RQM. This is the only issue she is having.
Any help would be most appreciated!!!
2 answers
The Tree View and Explorer view leverage the RQM REST API. You are getting a 413 response which means "Request Entity Too Large" based on the standard HTTP status code definitions.
The good news is that the user could use the standard table view and would not encounter this problem.
Could you get any more information from the rqm log file about this error? There should be an error in the log from the same time that the user gets the error in the UI. The difference is that the error in the log will have more information.
The good news is that the user could use the standard table view and would not encounter this problem.
Could you get any more information from the rqm log file about this error? There should be an error in the log from the same time that the user gets the error in the UI. The difference is that the error in the log will have more information.