Current issue:
According to the Team Foundation Server Upgrade Readiness Checks as part of upgrading a TFS 2013 instance on new TFS 2015 hardware, I receive TF400311: The database connection strings are not valid and cannot be automatically connected. To fix this problem, use the TFSConfig RemapDBs command-line tool to correct the database connection strings. (via the Team Foundation Server Upgrade window)
So I attempt to run RemapDBs preview via command line as service account:
"D:\Program Files\Microsoft Team Foundation Server 14.0\Tools\TFSConfig.exe" RemapDBs /DatabaseName:mydb.mydomain.com;Tfs_Configuration /SQLInstances:mydb.mydomain.com /previewLogging sent to file C:\ProgramData\Microsoft\Team Foundation\Server Configuration\Logs\CFG_CFG_AT_0706_195637.log
Microsoft (R) TfsConfig - Team Foundation Server Configuration Tool
Copyright (c) Microsoft Corporation. All rights reserved.
Command: remapDBs
Microsoft (R) TfsConfig - Team Foundation Server Configuration Tool
Copyright (c) Microsoft Corporation. All rights reserved.
The Team Foundation Server configuration could not be reconfigured. The following errors were encountered:
TF246062: Two or more databases are in conflict because they are each designated
as the owners of the following schema: Framework. The schema is for the host wi
th the following name and ID: TEAM FOUNDATION, 2e5bff53-8b19-4708-95ad-192dd0060
763. The databases with this conflict are: Data Source=mydb.mydomain.com;Initial Catalog=Tfs_Warehouse;Integrated Security=True, Data Source=mydb.mydomain.com;Initial Catalog=Tfs_Configuration;Integrated Security
=True. You must specify one and only one database owner for the schema in the searchable SQL Server instances for this deployment of Team Foundation Server.
We backed up the Team Foundation Server 2013 SQL databases and restored them to new TFS 2015 DB Server. The ran the Team Foundation Server Upgrade. Any ideas on how to resolve the TF246062 error? I am stuck.