In reply to: Karol Częczek
HI,
check
[dbo].[ContentDatabases]
Regards.
Hi,
Thanks for your answer. The dbo.ContentDatabases table doesn't have a reference to the old host. I found a reference to the old host in the following tables:
dbo.AdminWFEventLogs, WEL_Details
dbo.ActiveFrontendServers, AFS_CreatedBy
dbo.ActiveFrontendServers, AFS_UpdatedBy
dbo.ActiveFrontendServers, AFS_Address
dbo.Services, S_Name
dbo.Services, S_WcfLocation
dbo.ServiceActivityInfos, SAI_LicenceServiceLocation
dbo.ServiceActivityInfos, SAI_WCFServiceLocation
dbo.AdminDBMigrationLogs, DML_ScriptMessage
The most relevant to this issue seems to be the dbo.Services table, since it has references to the old and the new host, which is what we also saw during the farm services configuration part of the installation. But I would assume it isn't a good idea to just delete rows from these tables because of references who knows where. So is it possible to clean up these references in a safe way?
Thanks!