Wednesday, May 15, 2013

Export rptdesign file from Maximo 7.5


Exporting report from the server is required when User want to modify the Adhoc report or retrieve the latest version of the report design file, if there is no copy of the file in Production server.

1. In the Maximo installed server, Navigate to this path  
ibm\SMP\maximo\reports\birt\tools

2. Edit the reporttools.properties file in this path


maximo.report.birt.hostname=localhost
maximo.report.birt.port=9081
maximo.report.birt.username=Surendar
maximo.report.birt.password=XXXXXXXX

3. Run the exportreport.cmd batch file in the path “ibm\smp\maximo\reports\birt\tools”
from command prompt.

exportreport.cmd report <APP> <design file name>
Example:  exportreport.cmd report USER user_xiang_1328966642.rptdesign
4. The report files will be stored in the folder specified in the reporttools.properties file Ibm\SMP\maximo\reports\birt\reports\USER