Product: TIBCO Spotfire®
Silent installation of Spotfire Server fails when upgrading from pre-7.5 to version 7.5 or later
The Spotfire Server installation may fail when upgrading from versions prior to 7.5 to version 7.5 or later. The install log may show the following message about the server.alias not being found:
No server.alias silent installation property found, looking for a server.name property instead
The reason for the failure is that when upgrading from pre-7.5 versions to version 7.5 or later using a silent.properties file, the server.addresses value, which is a mandatory attribute, must be updated. The following section has to be uncommented in the silent.properties file:
From:
#server.addresses=<list of server addresses, separated with comma>
To:
server.addresses=<list of server addresses, separated with comma>