0
Fixed
Upgrade from 3 to 5 does not update the DB name and Server name in Unify.Framework.Data.DataEnginePlugInKey.extensibility.config.xml
When I test the upgrade from Ideb 3 to IdB 5 using all the files in the IdB 3 Extensibility folder the "Unify.Framework.Data.DataEnginePlugInKey.extensibility.config.xml" file is not updated with the data entered during the installation process.
The Database name and DB server needed to be changed:
From
<?xml version="1.0" encoding="utf-8" ?> <DataEngine> <dataRepository> <dataConnection name="sql" repository="Unify.IdentityBroker" connectionString="Data Source=localhost;Initial Catalog=Unify.IdentityBroker;Integrated Security=True" /> </dataRepository> </DataEngine>
To:
<?xml version="1.0" encoding="utf-8" ?> <DataEngine> <dataRepository> <dataConnection name="sql" repository="Unify.IdentityBroker" connectionString="Data Source=svr-app1;Initial Catalog=Unify.IdentityBroker5;Integrated Security=True" /> </dataRepository> </DataEngine>
Customer support service by UserEcho
Thanks André van der Westhuizen, I've created the issue in VSO.
The issue will be caused by the ordering of the operations in the installation.