MyEclipse: parameters in a birt report don't work on second refresh gme58 - Aug 08, 2011 - 02:07 PM Post subject: parameters in a birt report don't work on second refresh
I have parameters in a Birt report that run fine when I preview the report in eclipse but when i install the application on a websphere 7.0.1.13 server it will only take the parameters on the first try. The second time I try to run the report it reuses the parameters that I previously selected. Any advice would be appreciated.
Thankssupport-swapna - Aug 11, 2011 - 07:02 AM Post subject:
gme58 ,
Sorry for the delayed reply.
1) Which version of MyEclipse are you working with ? Can you share your Build Id from Help > About MyEclipse Enterprise Edition > Build Id ?
2) Can you append _overwrite=true to the url and check if it fixes your issue?
WAS must be caching the parameters.I suggest you also cross post to the Reports/WAS forums for better support.
Let me know how it works for you.gme58 - Nov 11, 2011 - 08:11 PM Post subject: here is how i solved the issue
in the web.xml file i added
<context-param>
<description>Overwrite doc</description>
<param-name>BIRT_OVERWRITE_DOCUMENT</param-name>
<param-value>true</param-value>
</context-param>support-swapna - Nov 18, 2011 - 10:01 AM Post subject:
gme58 ,
Glad that it is working. Thank you posting it. It will surely help other users.
Do let us know if you have any issues.