Muhammad Posted August 12, 2014 Report post Posted August 12, 2014 I am trying to install SCCM 2012 R2 using Windows Server 2012 R2 with SQL Server 2012 SP1 - Following the steps SCCM 2012 CAS guide which is available on the site. On SQL Server 2012 SP1 I have two Instances 1st default which is MSSQLSERVER Instance I am using for other software. 2nd Instance name is INSTANCE and I want to use it for SCCM 2012 R2, When Installing and showing overall progress The error is coming up and I need help to fix this issue. Setup failed to configure SQL Service Broker. Possible cause: Each Configuration Manager site must have its own SQL Server instance. I am also attaching the LOG file and SCCM Installation screenshot with the error. Many Thanks in Advance ConfigMgrSetup.log Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted August 12, 2014 Report post Posted August 12, 2014 The error is a bit more clear in the log file, as it states "The Service Broker endpoint cannot listen on port 4022 because it is in use by another process." 1 Quote Share this post Link to post Share on other sites More sharing options...
Muhammad Posted August 13, 2014 Report post Posted August 13, 2014 Thanks for your help/advise, As I am not good in SQL can you please help/advise me how to fix this issue. Many Thanks in advance Quote Share this post Link to post Share on other sites More sharing options...
Edivaldo Caetano Posted August 22, 2014 Report post Posted August 22, 2014 Hi I receive this error, please Help Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted August 22, 2014 Report post Posted August 22, 2014 you need to figure out what process is using that port you can do it with an administrative cmd prompt like so netstat -an -p tcp -b that will list all ports listening on TCP and the corresponding process. Quote Share this post Link to post Share on other sites More sharing options...
mahjohn Posted September 4, 2014 Report post Posted September 4, 2014 When the error is that the Service Broker cannot listen on Port 4022, as the port is in use by another process, is this on the SCCM installation server that it is use, or on the SQL server. Quote Share this post Link to post Share on other sites More sharing options...
aionescu Posted February 7, 2015 Report post Posted February 7, 2015 For me modifing this registry key did it. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL11.SCCM\MSSQLServer\SuperSocketNetLib\Tcp I had multiple LAN cards and I disabled all the other I didn't need. Quote Share this post Link to post Share on other sites More sharing options...