Edit the config.properties File
Make the following changes in the config.properties file to suit your environment.
Parameter |
Default value |
Description |
InstallationPath |
C:\Program Files\Flexera\ |
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 |