I have a small SCCM 2007 installation. It has two 'site systems', the primary site system (SCCM01
) and the database server (OLDSQL
).
For maintenance reasons, I had to migrate the database onto a new server (NEWSQL
), running the same version of Windows and SQL (Windows 2008 R2 and SQL 2008 R2). I went through the correct steps for moving this site, using preinst /stopsite
followed by the ConfigMgr Setup
application to migrate the site over.
The new database works as expected, except for one thing. Under Site Systems
, the old SQL server is still present and listed with the roles of ConfigMgr component server
, ConfigMgr site database server
, and ConfigMgr site system
. The new database server is also listed, but only with the role of ConfigMgr site system
.
I have the option to delete NEWSQL
from the site systems, but not the option to delete OLDSQL
, despite the fact that system doesn't exist any more. The SMS_SITE_COMPONENT_MANAGER
also keeps throwing errors along the lines of:
SMS Site Component Manager failed to configure site system "\\OLDSQL" to receive SMS server components.
SMS Site Component Manager could not access site system "\\OLDSQL". The operating system reported error 2147942453: The network path was not found.
How do I move the site database server and component server roles from the old non-existent system onto the new system?