How To
Summary
Many of our users want to create or customize reports for Maximo. MAS is no different.
Setting up Eclipse for MAS is similar to setting up Eclipse 4.3.1 for Maximo 7.6.1.2, but there are some exceptions.
Here is how to set up Eclipse 4.8 to access a Maximo database for MAS or Maximo Asset Management 7.6.1.2 & 7.6.1.2.
Objective
- Install the prerequisite 8.0 version of the IBM SDK on your local workstation. Eclipse 4.8 needs Java 1.8.
- Download and install BIRT 4.8
- Add Maximo Manage libraries, reports, script libraries, template files, and JAR files to your report development environment
- Configure BIRT for Maximo Manage reports
- Configure access to BIRT
- Create a Maximo Manage project in BIRT
B. Here is a link to the 7612 database drivers. We found that they worked in MAS & 7.6.1.3.
- Database URL
- Database driver
- Database username
- Password schema owner
maximoDataSource.url= jdbc:db2://reportdb.maximo.com:443/BLUDB:sslConnection=true;sslCertLocation=C:/Users/User/Downloads/maximo-Db2-ssl.cert;sslTrustStoreLocation=C:/Users/User/Downloads/mydb2wstore.jks;sslTrustStorePassword=xxxx;
maximoDataSource.driver=com.ibm.db2.jcc.DB2Driver
maximoDataSource.username=henryl
maximoDataSource.password=henryl
maximoDataSource.schemaowner=maximo
Note: The keystore for the DB password needs to be against the same instance of Java you are running Eclipse from.
Accessing BIRT
- Create a shortcut to BIRT Designer 48 from eclipse.exe. Update the target for the shortcut to include your JDK 1.8 path as shown in the following example: C:/birt_480/eclipse/eclipse.exe -vm "C:/ibm/Java80/jre/bin/javaw.exe" -vmargs -Xmx512m
- Launch BIRT Designer from your new shortcut. Select an applicable workspace location for your environment. Check 'Use this as default' and click OK to open Eclipse.
- Go back to the downloaded file from A. Copy the reports, libraries & templates to a permanent location. Where you place it is up to you, but I would suggest not placing it under Eclipse.
- In Eclipse, under BIRT, select Windows, Preferences, Report Design. In 'Resource' use 'file system' to enter the path to the Libraries folder from step 3.
- Select the Templates option. Reference the Templates folder from Step 5. Apply and close to save.
- Importing the OOB Maximo reports. Select File, New Project. Select Report Project under Business Intelligence and Reporting Tools. <next> Enter a Project name (Maximo), Browse to the location of the reports folder. This gives you all the Out of Box Maximo Reports.
Related Information
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
31 July 2023
UID
ibm16573329