Edit the config.properties File
Make the following changes in the config.properties file to suit your environment.
Parameter |
Default value |
Description |
InstallationPath |
/opt/flexera/fnmea/analytics |
The location on the file system where Flexera Analytics is installed |
FNMEAServerURI |
http://localhost:8888 |
The address of the FNMEA admin server |
EmailSmtpServerAddress |
mailserver |
The SMTP mail server address |
EmailSmtpServerPort |
25 |
The port to be used to connect to the SMTP server |
EmailSmtpUsername |
username |
Username to be used when logging on to SMTP server to send emails. Leave blank if no authentication is required |
EmailSmtpPassword |
password |
Password for the user to be used when logging on to SMTP server to send emails. Leave blank if no authentication is required, or if this file is not secure (can be securely configured manually later on) |
EmailSslEncryptionEnabled |
false |
Specifies whether mail server connection should use SSL encryption. Use this property to enable SSL encryption for mail server connection |
EmailDefaultSender |
notifications@yourserver.com |
Specifies the email address of the 'sender' of outgoing messages. Use a valid email address. |
DbServerAddress |
127.0.0.1 |
The database server address |
DbServerPort |
1521 |
The database server port |
DbUsername |
cognos |
The username to use to log onto the database |
DbPassword |
cspassword |
The password to use to log onto the database |
DbIdentifier |
oracleid (Oracle) contentstoredb (SQL Server) |
Identifier specific information about connecting to the database For Oracle: The database system ID to be used for the content store For SQL Server: The database name to be used for the content store |
Note:Format rules for slashes and spaces in the config.properties file:
• | The \ character is used as an escape character. To use \ in a value, it must be escaped. For example: |
InstallationPath=C:\\Program Files\\Flexera\\fnmea\\analytics
• | Trailing space is considered to be significant, and will be included as part of the value |
• | Leading space is not considered to be significant, and will be ignored by default. To intentionally include leading space, you can escape it with \. For example: |
DbPassword=\ cspassword