I've followed the instructions here: https://msdn.microsoft.com/en-us/library/dn441408.aspx#BMK_SBConfig66
Most things seem to update, but the next to last statement "Update-SBHost" does not seem to be taking effect, at least when I do Get-SBFarm it does NOT show my updated SBFarmDBConnectionString.
I'm able to change the gateways connection string, and the three message container
connection strings, but the SBFarmDBConnectionString refuses to change with the update-sbhost command (it indicates no problems executing that cmdlet though).
I tried doing a Restore-SBFarm, and it said
Cannot validate argument on parameter 'SBFarmDBConnectionString'. The database (SbManagementDB) located at SQL Server (rsbasqldev.nov.com) is already configured.
Is something busted in the process to change connection strings (moving to a different SQL server), or is the Get-SBFarm command just broken? I've restarted the server twice to see if it was
"cached" somehow and just telling me the wrong thing, but it still shows the old connection string.
Has anyone experienced this problem?
Is there any way to tell if its actually using the new SbManagementDB?
Bert Jackson