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 (\\).
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:
|
JDBC database URL. |
mxe.db.user | Database login name. | |
mxe.db.systemdateformat | Varies depending on the database. For example:
|
Specifies the database function used to retrieve the current time stamp. |