If you build a farm using ASPI and upgrade service databases, the secure store service setup will fail and prevent other dependent services like Excel and Visio from being configured. This occurs because unless you “refresh” the key. It needs to be done anytime database is upgraded or new servers are joined to the farm. The ASPI script just didn’t account for it.
The PS command to refresh it is “Update-SPSecureStoreApplicationServerKey” - To do this you need to provide the oldPassPhrase and this would need to be added into the XML - most likely under the SecureStore Service Settings as OldSecureStorePassPhrase
The PS command to refresh it is “Update-SPSecureStoreApplicationServerKey” - To do this you need to provide the oldPassPhrase and this would need to be added into the XML - most likely under the SecureStore Service Settings as OldSecureStorePassPhrase