Problem retrieving testplan requirementset in RPE report
Good evening!
I'm working with RQM 3.0.1 / RPE 1.1.2, and my client needs a general report including requirement sets associated to a specific testplan.
When I retrieve the testplan information over RQM API (the XML data), I get the testplan/requirementset elements correctly, but when I try to do the same in RPE, it doesn't work: the requirementset element doesn't seem to be retrieved, and it isn't shown in the final document.
Does anyone know why that information isn't retrieved? Is there any known problem with RC or something like that? Am I doing something wrong?
Thanks in advance for your help.
Dan.
I'm working with RQM 3.0.1 / RPE 1.1.2, and my client needs a general report including requirement sets associated to a specific testplan.
When I retrieve the testplan information over RQM API (the XML data), I get the testplan/requirementset elements correctly, but when I try to do the same in RPE, it doesn't work: the requirementset element doesn't seem to be retrieved, and it isn't shown in the final document.
Does anyone know why that information isn't retrieved? Is there any known problem with RC or something like that? Am I doing something wrong?
Thanks in advance for your help.
Dan.
Accepted answer
Good evening!
I'm working with RQM 3.0.1 / RPE 1.1.2, and my client needs a general report including requirement sets associated to a specific testplan.
When I retrieve the testplan information over RQM API (the XML data), I get the testplan/requirementset elements correctly, but when I try to do the same in RPE, it doesn't work: the requirementset element doesn't seem to be retrieved, and it isn't shown in the final document.
Does anyone know why that information isn't retrieved? Is there any known problem with RC or something like that? Am I doing something wrong?
Thanks in advance for your help.
Dan.
Make sure that the call from RPE is using the calmlink=true flag.
One other answer
Good evening!
I'm working with RQM 3.0.1 / RPE 1.1.2, and my client needs a general report including requirement sets associated to a specific testplan.
When I retrieve the testplan information over RQM API (the XML data), I get the testplan/requirementset elements correctly, but when I try to do the same in RPE, it doesn't work: the requirementset element doesn't seem to be retrieved, and it isn't shown in the final document.
Does anyone know why that information isn't retrieved? Is there any known problem with RC or something like that? Am I doing something wrong?
Thanks in advance for your help.
Dan.
Make sure that the call from RPE is using the calmlink=true flag.
Hi, Robert.
Adding
Thank you so much for your help :)
Dan.