Rational Publishing Engine : extract key words from tests case from RQM takes too much time
In v4.0.2, we exports via RPE from RQM some test cases. Some RQM project zones have many key words => the export is OK. Some RQM project zones have no key words => the export takes too much time and RPE processus can be blocked. Is there a bug?Is there a way to bypass this problem? Thanks. |
One answer
Hi Christelle,
You you bypass this case by adding a condition to the container (that has data source configuration element which uses feed/entry/content/keyword/defaultscript/href and other elements). Create a flag (internal variable) and set it to 1 if there are keywords. Use the condition (_flag == 1) for the container so that it will be skipped if there are no keywords. I also suggest redesigning the template without using same query multiple times. Regards, Prasad |
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.
Comments
If you can share the template, I can check why it takes long time when there are no keywords.
Regards,
Prasad