I haven’t researched this much, but I got the report list portlet to show up on the Start Center in Maximo 7, but when I click on the report to run it, it gives me an error saying something like this “The request pages for these reports has not been generated”. I have already generated the request pages in the report admin and they are all working fine in their respective applications but they do not work in the report list portlet. Any one out there got this working? It would save me some researching…
Update: I forgot to mention that the report list portlet doesn’t work by default. You have to install a new package to get the portlet to even show in the security group setup. To download the package and installation instructions, click here.
Update: I finally got the report list portlet to work. Many thanks to Christian. Here is Christians fix to the portlet to work.
Goto:
/IBM/SMP/maximo/applications/maximo/maximouiweb/webmodule/webclient/components/reportlistportlet.jsp
and change
String reportNum = mboData.getMboValueData(“report.reportnum”).getData();
to
long reportNum = mboData.getMboValueData(“report.reportnum”).getDataAsLong();
Rebuild EAR file
NOTE: I copy and pasted the above code and it threw an error at me because of the quote (“) character. Since the fonts are different than notepad, the quote character came up different so double check it before you save.







