Copying files from Maximo Manage to report development environment
Copy script files, database drivers, database JAR files, and property files from an existing or locally set up Maximo Manage instance to the BIRT directory structure.
Before you begin
- Install the rsync utility tool, which you can use to transfer files from Maximo Manage to your development environment. For more information see, Transferring Files In and Out of Containers in OpenShift®.
- If you want to set up a local Maximo Manage instance, install a container engine such as Docker.
About this task
The following files and folders must be copied from a
Maximo Manage instance to your local report development environment:
- libraries
- The libraries directory contains library, resource, and property files that are required to support the report design files.
- reports
- The reports directory contains content for the standard reports that are delivered with Maximo Manage.
- scriptlibrary
- The scriptlibrary directory contains script library classes and the mxreportdatasources.properties file that the BIRT Designer tool uses to connect to databases.
- templates
- Twelve template files are used as a starting point in creating report design files. When you create a report, you must start with one of the templates because they contain the required scripted data source and library files that are needed for the integration.
- JAR file
- The JAR file for the JDBC driver of your database stores class files for reports.
Procedure
Example
#<DataSourceName>.<propertyName>=value
# driver for ORACLE
# oracle.jdbc.OracleDriver
# sample url for ORACLE
# jdbc:oracle:thin:@<HOST>:<PORT>:<SID>
# sample schemaowner for ORACLE
# maximo
# driver for SQLServer
# com.microsoft.sqlserver.jdbc.SQLServerDriver
# sample url for SQLServer
# jdbc:sqlserver://hostname:port;databaseName=dbname;integratedSecurity=false;
# sample schemaowner for SQLServer
# dbo
# driver for DB2
# com.ibm.db2.jcc.DB2Driver
# sample url for DB2
# jdbc:db2://localhost:50000/dbalias
# sample schemaowner for DB2
# maximo
maximoDataSource.url= jdbc:db2://IBM-A5:50000/DB2A maximoDataSource.driver=com.ibm.db2.jcc.DB2Driver
maximoDataSource.username=henryl
maximoDataSource.password=henryl
maximoDataSource.schemaowner=maximo