Integration Composer properties file (fusion.properties)

The fusion.properties file is stored in the following location:

<installDir>\data\properties

This file is divided into sections. This appendix describes each section of the file. Properties in the fusion.properties file are defined in the following manner:

<property>=<value for the property>

 

To include a back slash (\) in a property value, use two back slashes (\\).

Table 1. IBM® Tivoli® Maximo® Database-related Properties
Property Value Comment
mxe.db.schemaowner dbo Database schema owner, "dbo" is an example; enter the appropriate schema for your database.
mxe.db.driver Varies depending on the database. For example:
DB2®
jdbc:db2://host_name:host_port/database_name
Oracle:Oracle JDBC Thin driver
jdbc:oracle:thin:@host_name:host_port:host_sid
SQL Server 7.0-:i-net Opta driver (or higher)
jdbc:inetdae7:host_name:host_port?database=database_name
JDBC database URL.
mxe.db.user   Database login name.
mxe.db.systemdateformat Varies depending on the database. For example:
DB2
current timestamp
SQL Server
getdate()
Oracle
sysdate
Specifies the database function used to retrieve the current time stamp.


Feedback