Uninstalling Secondary Site Server through SW Delivery fails

We have migrated to SCCM2012
and now need to uninstall our
SCCM 2007 Secondary Siteserver.
Since we have 300 Secondary Site Server
in the Hirarchy, the uninstall
of the software must be distributed.
We have to create a task sequence,
in which the following steps are
performed:
Put the server in the SCOM
Maintenance Mode
Stop SCCM services SMS_SITE_COMPONENT_MANAGER
and SMS_EXECUTIVE
Uninstalling the Secondary Siteserver with the
Command "{install path} \setup.exe /deinstall"
Cleanup of folders and files that are left
Restarting the Server
Take server out of the SCOM
Maintenance Mode
The uninstallation works well on all Windows Server 2008 R2 Server. But not on the Windows Server 2003. There we get errors "Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS"
and "MP name must be set in an environment variable" and "Fatal error is returned in execution of the action (Uninstall Secondary Site). The system cannot find the file specified. (Error: 80070002; Source: Windows)".
After this errors, the Task Sequence Deployment aborts.
Has anybody a solution for this situation?
Here is the SMSTS.Log
!--------------------------------------------------------------------------------------------! TSManager 26.02.2014 05:16:02 4392 (0x1128)
Successfully completed the action (Set TS Variable SSS_Uninstall to True) with the exit win32 code 0 TSManager 26.02.2014 05:16:02 4392 (0x1128)
Set authenticator in transport TSManager 26.02.2014 05:16:02 4392 (0x1128)
Set a global environment variable _SMSTSLastActionRetCode=0 TSManager 26.02.2014 05:16:02 4392 (0x1128)
Set a global environment variable _SMSTSLastActionSucceeded=true TSManager 26.02.2014 05:16:02 4392 (0x1128)
Clear local default environment TSManager 26.02.2014 05:16:02 4392 (0x1128)
Updated security on object K:\_SMSTaskSequence. TSManager 26.02.2014 05:16:02 4392 (0x1128)
Set a global environment variable _SMSTSNextInstructionPointer=25 TSManager 26.02.2014 05:16:02 4392 (0x1128)
Set a TS execution environment variable _SMSTSNextInstructionPointer=25 TSManager 26.02.2014 05:16:02 4392 (0x1128)
Set a global environment variable _SMSTSInstructionStackString=0 18 19 22 TSManager 26.02.2014 05:16:02 4392 (0x1128)
Set a TS execution environment variable _SMSTSInstructionStackString=0 18 19 22 TSManager 26.02.2014 05:16:02 4392 (0x1128)
Save the current environment block TSManager 26.02.2014 05:16:02 4392 (0x1128)
Start executing an instruction. Instruction name: Uninstall Secondary Site. Instruction pointer: 25 TSManager 26.02.2014 05:16:03 4392 (0x1128)
Set a global environment variable _SMSTSCurrentActionName=Uninstall Secondary Site TSManager 26.02.2014 05:16:03 4392 (0x1128)
Set a global environment variable _SMSTSNextInstructionPointer=25 TSManager 26.02.2014 05:16:03 4392 (0x1128)
Set a local default variable SMSTSDisableWow64Redirection TSManager 26.02.2014 05:16:03 4392 (0x1128)
Set a local default variable _SMSTSRunCommandLineAsUser TSManager 26.02.2014 05:16:03 4392 (0x1128)
Set a global environment variable _SMSTSLogPath=C:\WINDOWS\CCM\Logs\SMSTSLog TSManager 26.02.2014 05:16:03 4392 (0x1128)
Evaluating an AND expression TSManager 26.02.2014 05:16:03 4392 (0x1128)
Evaluating a file condition expression TSManager 26.02.2014 05:16:03 4392 (0x1128)
Expand a string: E:\Program Files\Microsoft Configuration Manager\bin\i386\smsexec.exe TSManager 26.02.2014 05:16:03 4392 (0x1128)
Expand a string:  TSManager 26.02.2014 05:16:03 4392 (0x1128)
Expand a string:  TSManager 26.02.2014 05:16:03 4392 (0x1128)
Expand a string:  TSManager 26.02.2014 05:16:03 4392 (0x1128)
Expand a string:  TSManager 26.02.2014 05:16:03 4392 (0x1128)
The condition for the action (Uninstall Secondary Site) is evaluated to be true TSManager 26.02.2014 05:16:03 4392 (0x1128)
Expand a string: smsswd.exe /run: "E:\Program Files\Microsoft Configuration Manager\bin\i386\setup.exe" /deinstall TSManager 26.02.2014 05:16:03 4392 (0x1128)
Expand a string:  TSManager 26.02.2014 05:16:03 4392 (0x1128)
Start executing the command line: smsswd.exe /run: "E:\Program Files\Microsoft Configuration Manager\bin\i386\setup.exe" /deinstall TSManager 26.02.2014 05:16:03 4392 (0x1128)
!--------------------------------------------------------------------------------------------! TSManager 26.02.2014 05:16:03 4392 (0x1128)
Expand a string: WinPEandFullOS TSManager 26.02.2014 05:16:03 4392 (0x1128)
Executing command line: smsswd.exe /run: "E:\Program Files\Microsoft Configuration Manager\bin\i386\setup.exe" /deinstall TSManager 26.02.2014 05:16:03 4392 (0x1128)
[ smsswd.exe ] InstallSoftware 26.02.2014 05:16:03 11464 (0x2CC8)
PackageID = '' InstallSoftware 26.02.2014 05:16:03 11464 (0x2CC8)
BaseVar = '', ContinueOnError='' InstallSoftware 26.02.2014 05:16:03 11464 (0x2CC8)
ProgramName = '"E:\Program Files\Microsoft Configuration Manager\bin\i386\setup.exe" /deinstall' InstallSoftware 26.02.2014 05:16:03 11464 (0x2CC8)
SwdAction = '0001' InstallSoftware 26.02.2014 05:16:03 11464 (0x2CC8)
Working dir 'not set' InstallSoftware 26.02.2014 05:16:03 11464 (0x2CC8)
Executing command line: Run command line InstallSoftware 26.02.2014 05:16:03 11464 (0x2CC8)
Process completed with exit code 0 InstallSoftware 26.02.2014 05:31:19 11464 (0x2CC8)
Command line returned 0 InstallSoftware 26.02.2014 05:31:19 11464 (0x2CC8)
Process completed with exit code 0 TSManager 26.02.2014 05:31:19 4392 (0x1128)
!--------------------------------------------------------------------------------------------! TSManager 26.02.2014 05:31:19 4392 (0x1128)
Successfully completed the action (Uninstall Secondary Site) with the exit win32 code 0 TSManager 26.02.2014 05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
MP name must be set in an environment variable TSManager 26.02.2014 05:31:19 4392 (0x1128)
Non fatal error 0x80004005 in sending task sequence execution status message to MP TSManager 26.02.2014 05:31:19 4392 (0x1128)
Set a global environment variable _SMSTSLastActionRetCode=0 TSManager 26.02.2014 05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
Failed to set a global environment variable _SMSTSLastActionRetCode=0.
The system cannot find the file specified. (Error: 80070002; Source: Windows) TSManager 26.02.2014 05:31:19 4392 (0x1128)
Clear local default environment TSManager 26.02.2014 05:31:19 4392 (0x1128)
TS::Execution::CCommandLineInstruction::Execute() failed with the error code 80070002 TSManager 26.02.2014 05:31:19 4392 (0x1128)
Fatal error is returned in execution of the action (Uninstall Secondary Site).
The system cannot find the file specified. (Error: 80070002; Source: Windows) TSManager 26.02.2014 05:31:19 4392 (0x1128)
An error (0x80070002) is encountered in execution of the task sequence TSManager 26.02.2014 05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
MP name must be set in an environment variable TSManager 26.02.2014 05:31:19 4392 (0x1128)
Non fatal error 0x80004005 in sending task sequence execution status message to MP TSManager 26.02.2014 05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
Task Sequence Engine failed! Code: 80070002 TSManager 26.02.2014 05:31:19 4392 (0x1128)
**************************************************************************** TSManager 26.02.2014 05:31:19 4392 (0x1128)
Task sequence execution failed with error code 80070002 TSManager 26.02.2014 05:31:19 4392 (0x1128)
Cleaning Up. TSManager 26.02.2014 05:31:19 4392 (0x1128)
Removing Authenticator TSManager 26.02.2014 05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
Successfully unregistered Task Sequencing Environment COM Interface. TSManager 26.02.2014 05:31:19 4392 (0x1128)
Executing command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Unregister TSManager 26.02.2014 05:31:19 4392 (0x1128)
==========[ TsProgressUI started in process 12220 ]========== TsProgressUI 26.02.2014 05:31:19 7740 (0x1E3C)
Unregistering COM classes TsProgressUI 26.02.2014 05:31:19 7740 (0x1E3C)
Shutdown complete. TsProgressUI 26.02.2014 05:31:19 7740 (0x1E3C)
Process completed with exit code 0 TSManager 26.02.2014 05:31:19 4392 (0x1128)
Successfully unregistered TS Progress UI. TSManager 26.02.2014 05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:19 4392 (0x1128)
Getting active request access handle TSManager 26.02.2014 05:31:19 4392 (0x1128)
Error opening HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\Task Sequence. code 80070002 TSManager 26.02.2014 05:31:19 4392 (0x1128)
Error - could not get package and program IDs. code 80070002 TSManager 26.02.2014 05:31:19 4392 (0x1128)
Failed to open the task sequence key HKLM\Software\Microsoft\SMS\Task Sequence. Error code 0x80070002 TSManager 26.02.2014 05:31:19 4392 (0x1128)
Start to cleanup TS policy TSManager 26.02.2014 05:31:19 4392 (0x1128)
End TS policy cleanup TSManager 26.02.2014 05:31:20 4392 (0x1128)
RegOpenKeyExW failed for Software\Microsoft\SMS\Task Sequence TSManager 26.02.2014 05:31:20 4392 (0x1128)
GetTsRegValue() failed. 0x80070002. TSManager 26.02.2014 05:31:20 4392 (0x1128)
End program:  TSManager 26.02.2014 05:31:20 4392 (0x1128)
Error executing Task Sequence Manager service. Code 0x80070002 TSManager 26.02.2014 05:31:20 4392 (0x1128)
Sending error status message TSManager 26.02.2014 05:31:20 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:20 4392 (0x1128)
Failed to open key Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00\SMSTS TSManager 26.02.2014
05:31:20 4392 (0x1128)
MP name must be set in an environment variable TSManager 26.02.2014 05:31:20 4392 (0x1128)
Non fatal error 0x80004005 in sending task sequence execution status message to MP TSManager 26.02.2014 05:31:20 4392 (0x1128)
Successfully finalized logs to SMS client log directory from C:\WINDOWS\CCM\Logs TSManager 26.02.2014 05:31:20 4392 (0x1128)
Kind regards Stefan Somogyi

Hi,
When removing a secondary site using the Delete Secondary Site Wizard, you must choose whether to delete or uninstall the secondary
site:
Deleting the site will delete all information about the site and its resources from the Configuration Manager site database at its
parent site, but it will leave the Configuration Manager secondary site installed on the secondary site computer. Select this option if you have already manually uninstalled the secondary site using Configuration Manager Setup at the secondary site computer.
When Configuration Manager 2007 sites are deleted, the deleted site information is only deleted from the deleted site's direct parent site. Site deletion
information is not propagated up the hierarchy to grandparent sites. In order to delete the site from the site database at sites above the deleted site's direct parent site, the hierarchy maintenance tool (Preinst.exe) must be run on every primary site above
the deleted site's parent primary site using the command Preinst /delsite. For more information about the hierarchy maintenance tool, see
Hierarchy Maintenance Tool (Preinst.exe).
Refer to:
How to Remove a Secondary Site Using the Configuration Manager Console
Thanks, Prabha G

Similar Messages

  • SCEP definitions do not update on Secondary site server

    Issue:  Win 2008R2 server - Secondary site server - SCEP is installed, but it cannot find/download/install any virus definitions.  When attempting to hit "update" within the SCEP console, it returns no results.  When attempting to
    check online for Win Updates via control panel, no virus def updates are found (but 11 different updates are found for .NET and other things).
    The error that is thrown in the Windows Updates log when attempting to update through the SCEP console is Error: 0x80248014. http://support.microsoft.com/kb/2832355/en-us  Although this
    applies to Windows 8, I still checked the settings per the article.  My settings check out okay.
    No error is thrown when attempting to check for updates via Windows Update in the control panel.  It finds 11 available updates (none of which are SCEP related), and displays them properly.
    This server has the CCM2012 client installed, and the Anti-Malware policy has been successfully applied.  We have a separate Anti-Malware policy that is applied only to our SCCM site servers.  The policy indicates that all virus defs are to be
    obtained from Microsoft online Update.  Our primary site server does not display this problem.  It is updating automatically with no issues.
    It is possible to manually download and apply the latest virus definitions by visiting the MS virus defs site and running the manual update installer.  I have only done this to ensure that the virus defs are somewhat current.
    Steps taken:  I have removed SCEP and re-installed it.  I have also attempted the Windows Update "Fix-it" found here.
    http://support.microsoft.com/kb/971058
    Error 0x80248014 persists when attempting an update through the SCEP console, and no SCEP related updates are found by Microsoft online Update.
    Any suggestions on what I might try next?

    Thank you for the reply.
    Well, the issue with this secondary site server isn't 100% fixed, but your line of questions pushed me in a direction that allowed me to put a Band-Aid on it.  That said, it is updating the virus defs - although not exactly as it should be.  But,
    this is good enough for me now.
    To answer some of your questions that seem relevant.  This is a fairly new SCCM setup. Our implementation of SCCM currently is not configured to handle any Software Updates yet.  We still rely on a separate WSUS server in our environment for all
    WinUpdates (including SCEP/FEP).  With that in mind, the Anti-Malware policy that is applied to both SCCM servers use the following 2 locations in order for obtaining SCEP updates:
    1) MS online Updates  2)WSUS
    As mentioned previously, the secondary site never detected updates via SCEP console or WinUpdates via Control Panel.  But this did not explain why it could not retrieve from WSUS.
    A quick look at our WSUS setup shows that auto-approval is configured for all of our workstations, but not our servers.  I corrected this within WSUS - Forced GPUpdate on the site server - ran wuauclt /detectnow on the site server - Now, the virus defs
    were found and could be installed.  (I'll have to wait a little while to see if it continues to update automatically as it should)
    So, as I mentioned above - the big problem of not updating at all is corrected, however the issue still remains "why are no updates found from MS Updates online?"
    At this point - I don't know, but as long as it updates in some fashion, I'm good with that.

  • Replacing Secondary Site server with a new oneA

    I have Secondary site running on Windows 2008 R2, but the server has some issue and i need to install a new secondary server.
    The location is remote and Bandwidth a concern so i do not want all the packages to go over to the new Secondary Site /DP 
    Since the current Secondary site server is still alive , i want to take as much as from it .
    Anyone has some suggestion on how i could accomplish this.

    There's no built in way to do this in 2007; however, you should be able to use the preload package tool:
    http://blogs.technet.com/b/configurationmgr/archive/2009/05/07/configmgr-2007-the-preload-package-tool-preloadpkgonsite-exe-explained.aspx . Using this tool, you can copy the pick files from the existing secondary to the new secondary site server.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Secondary Site Server Installation ~~~SCCM 2012

    Hi Guys,
    While configure secondary site I'm getting below failure.
    please suggest me the complete step for solving the issue.
    [Failed]:A site server or site system role is already installed on the computer selected for site server installation. Remove the site or site system role from the computer, or select another computer for site server installation.

    Are you trying to install a secondary site from a Configuration Manager 2012 SP1 CU2 environment?
    2867422
          (http://support.microsoft.com/kb/2867422/            )    
    FIX: Errors when you try to install or recover a secondary site in System Center 2012 Configuration Manager
    If so, apply CU3 http://support.microsoft.com/kb/2882125/en-us
    Tim Nilimaa | Blog: http://infoworks.tv | Twitter: @timnilimaa

  • SCCM 2012 R2 Secondary site server will support the DMZ Zone?

    We are planning for SCCM 2012 Migration, currently we have separate Primary server in DMZ.
    Kindly suggest what is the best method to deploy in the DMZ (separate primary or secondary or DP) because we have only 500 Client in DMZ.

    Hi,
    There is a blog talking about this error. You could try the method in the blog.
    To summarise, when installing SCCM 2012 SP1 secondary site on a pre-configured SQL 2012 instance regardless which SQL edition is being used, “NT AUTHORITY\SYSTEM” account needs to be given
    securityadmin and sysadmin rights. If SQL Express is used, there are few additional steps need to be carried out to configure the SQL TCP connection as documented in my previous blog:
    http://blog.tyang.org/2012/04/09/installing-sccm-2012-rtm-secondary-site-using-a-pre-installed-sql-express-2008-r2-instance/
    Installing SCCM 2012 SP1 Secondary Site with a Pre-Configured SQL 2012 Instance
    Note:
    Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • SCCM - Uninstalling Primary site server

    Hi All,
    After we uninstall a primary site server from SCCM architecture, are there any changes that we need to make in AD, so that there should be no junk entry objects in AD that are related to this primary site server.
    Rgs,

    Hi,
    Clear up all the objects in System\System Management that points to the Primary site you are uninstalling and it roles.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Site Code for SCCM Clients installed from Secondary Site Server

    Hello,
    We have started the implementation of SCCM 2012 R2 at our network. We have setup a Primary site (JFO) server & pushed out the installation of SCCM clients to the local subnet. Things went fine.
    We have installed a Secondary site (ATC) at a remote network. We have tested client installation in the installation wizard we specify to install the client from the Secondary server. When SCCM client installed from the Secondary server, the site
    code that appears on the client in the control panel->Configuration Manager client settings is the site code of the primary site and not the secondary site.
    Is this behavior is normal

    Ultimately, secondary sites do *not* manage clients and so will never be assigned to the secondary site. However, do note that resources in the console that represent systems that do not have the client agent may show the site code of the secondary site
    if they fall within a boundary group associated with that secondary site. This is done so that client push can be initiated from the correct site. More gory details at http://blog.configmgrftw.com/secondary-sites-and-boundary-groups/
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Disk Layout of a secondary site server

    I see the disk layout of a CAS and primary with an on-box SQL instance, raid 10, separate mdf and ldf files. What are you guys doing with your secondary install? Are you installing all of the SQL files onto a single drive separate from the OS or are you
    splitting our the mdf and ldf like you would for a full SQL instance. Let's say the secondary will support the maximum number of clients, so the load will be heavy.

    Even a heavy load on a fully loaded secondary is nothing compared to what a primary site is expected to handle. The SQL data on a secondary is a very small subset of the overall site's DB and if effectively read-only (from the client's perspective at least).
    I honestly wouldn't/don't worry about it all if you have current server class-hardware.
    Jason | http://blog.configmgrftw.com

  • Uninstalling system site server from CM12 console

    Wanna ask, I want to deinstall and remove CM12 from one of my site system server from my CM12 console. Before doing that, do I have to remove the system roles, boundary groups and DP groups from the DP first or i can straight away deinstall
    the DP? Any implications of not doing so?
    Another question is that if my DP is already physically decommissioned and not connected to LAN already, can I deinstall the DP from the console or I should use Delete instead? I would assume that it will generate an error as it cannot connect to the DP
    to deinstall, but if like that, will it continue to remove the DP from the console? Or i should just go for Delete option instead?

    Hi,
    There is a similar problem with yours in the blog below, you could have a look.
    The server cannot be deleted because
    it contains the following site system roles: component server
    (Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.)
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Uninstall and Reinstall Secondary Site Management Point Role

    Dear Brothers,
    I have an issue with one of my SCCM 2012 Sp1 with CU3 Secondary Site Server which the client failed to install on the actual server due to a client issue observed in the CCMSetup.log.
    Observation Regarding the issue:
    Issue Detail No1.
    SCCM Client is not installing to my Secondary Site Server with site code (XYZ), after all the site server are also clients in SCCM hierarchy so it self needs SCCM Client as well. 
    CCMSetup.log:
    "Error 25150. Setup was unable to register the CCM_Service_HostingConfiguration endpoint" when you try to install the client agent in Configuration Manager"
    According to http://support.microsoft.com/kb/2905359
    the solution is to :
    1. Uninstall the management point role. 
    2. Reinstall the client agent on the management point computer. 
    3. Reinstall the management point role.
    Issue Detail No 2.
    When I am trying to uninstall the Management Point Role via SCCM Console as part of the solution posted on the above KB Article, unfortunately the delete or uninstall option is been greyed out.
    Now a lot of discussion on the topic "Can not remove management point role is greyed out "under this thread
    http://social.technet.microsoft.com/Forums/en-US/1a039893-4a65-4dc9-9feb-e6f09ea1fc0b/can-not-remove-management-point-remove-role-is-greyd-out?forum=configmanagerdeployment
    However on the last comment of the above thread from"Trana010"
    stated a tool or a command
    C:\program files\Microsoft Configuration Manager\bin\x64\rolesetup.exe /deinstall /siteserver:(sec server name) SMSMP
    0
    Which I never tried yet, and also cannot find a reliable KB supporting the command "rolesetup.exe".
    Questions:
    1. What is the best way to uninstall/Reinstall the management point on secondary site considering the above issue details?
    2. Should I installed CU4 directly instead? Maybe it will resolved the issue even though it is not related to the current case
    Regards,

    Well, it's by design that you can't remove a management point on a secondary site, so I can imagine that that's why there is nothing "official" written on that subject. I think there are three things you can do:
    Try to run the command line (which is probably unsupported)
    Submit a CSS call
    Upgrade to CU4 and assume the problem is gone.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude
    Dear Peter,
    I end up shooting a case with CSS, he guided me and share that this issue is very common.
    The reason is that it requires CU3 upgrade (Configmgr2012ac-sp1-kb2882125-x64.msp) to be installed with the SCCM Client installation (The same time) via command line in an elevated permission.
    Follow the solution provided by Microsoft Support:
    CCMSetup.exe /forceinstall SMSSITECODE=XYZ CCMENABLELOGGING=TRUE CCMLOGLEVEL=0 PATCH=C:\Configmgr2012ac-sp1-kb2882125-x64.msp
    It seems the Client Push provided by SCCM 2012 Sp1 Infra, that includes your Hotfix under the "Hotfix" folder under the client source folder somehow doesn't work with this issue, that's why the work around is to help the ccmsetup to grab the Hotfix with
    by providing the path for the hotfix instead of relying to take the hotfix for the hotfix folder.
    Overall peter thanks for your suggestion. And also to Mr. Jason Sandys opening the option for an R2 upgrade, I will look into the KB for this to plan for implementation. 
    Regards,

  • SCCM 2012 SP1 Secondary Site installation Fails

    Hi.
    I have multiple secondary sites when i am  trying to install  new SCCM 2012 Secondary site server remotely but installation status shows a pending from last few days.
    1) SEC server have privilages on System managent container
    2) Primary site Server account and computer have local admin right on SEC server
    hman logs says the following error message
    Cannot get SQL Certificate from site xxx
    CheckParentSQLServerCertificate: Failed to get SQL certificate for site XXX
    1) Deleted the secondary site and reinstalled the site with different Site code but no luck
    2) Able to telnet 1433 and 4022 from both primary to secondary and vice versa
    3) SQL server Configuration Manager , TCP IP port was set to 1433.
    please let me know if any thing i am missing
    Thanks

    Hi Guys
    Exact same problem as described above:
    Been told to install SQL Express manually first, but even after that, we continued to get the same problem.
    The SQL Communication between the 2 sites doesn't seem to work.
    I noticed that the Primary's SQL Security Account doesn't get created on Primary DB, in the Database replication the link has not yet been created either.
    The "Exec spDrsSendSubscriptionInvalid 'Secondary 3 digit site code','Primary 3 digit site code','configuration data'" worked on 1 Secondary, but fails on all the rest.
    Uninstalling/Installing the Secondary doesn't work either.
    HMAN.LOG:
    Update site server active directory informtion into DB SMS_HIERARCHY_MANAGER 2013/07/28 09:51:12 AM 7964 (0x1F1C)
    CheckSQLServiceRestart : SQL Service hasn't been restart since last time we check, skip it. SMS_HIERARCHY_MANAGER 2013/07/28 09:51:12 AM 7964 (0x1F1C)
       Time to verify if the parent['PRI-SITECODE'] sql server certificate is still valid on site ['SEC-SITECODE'] sql server. SMS_HIERARCHY_MANAGER 2013/07/28 09:51:12 AM 7964 (0x1F1C)
    Cannot get SQL Certificate from Site 'PRI-SITECODE'. SMS_HIERARCHY_MANAGER 2013/07/28 09:51:12 AM 7964 (0x1F1C)
    CheckParentSQLServerCertificate: Failed to get SQL certificate for site PM2 SMS_HIERARCHY_MANAGER 2013/07/28 09:51:12 AM 7964 (0x1F1C)
    Any ideas would be appreciated.

  • ERROR: Failed to update prerequisite results into the registry; error = 1 for sccm 2012 secondary site installation

    Hi,
    We try to install sccm 2012 serondary site in server 2012. It always failed.
    I used the rereqchek tools to check system enviroment locally. All passed.
    The primary site installed in server 2012.  Both server had granted the administrator permission.
    Anyone can help to check the below Configmgrprereq.log
    <01-16-2015 08:47:55> ********************************************
    <01-16-2015 08:47:55> ******* Start Prerequisite checking. *******
    <01-16-2015 08:47:55> ********************************************
    <01-16-2015 08:47:55> Commandline :
    "D:\Microsoft Configuration Manager\bin\x64\smsexec.exe"
    <01-16-2015 08:47:55> Check Type: Secondary site
     Site Server: DPServer.ms.com,
     SQL Server: DPServer.ms.com,
     SQL Named Instance: ,
     Install Folder: d:\Program Files\Microsoft Configuration Manager\,
     Setup Source Folder: D:\SCCM2012\Source
    <01-16-2015 08:47:55> INFO: Executing prerequisite functions...
    <01-16-2015 08:47:55> ===== INFO: Prerequisite Type & Server: SITE_SEC:DPServer.ms.com =====
    <01-16-2015 08:47:55> <<<RuleCategory: Access Permissions>>>
    <01-16-2015 08:47:55> <<<CategoryDesc: Checking access permissions...>>>
    <01-16-2015 08:47:55> INFO: CheckLocalSys is Admin of <DPServer.ms.com>.
    <01-16-2015 08:48:08> DPServer.ms.com;    Site server computer account administrative rights;    Error;    Configuration Manager Setup requires that the site server computer has administrative rights on
    the SQL Server and management point computers.
    <01-16-2015 08:48:08> <<<RuleCategory: System Requirements>>>
    <01-16-2015 08:48:08> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <01-16-2015 08:48:08> INFO: Check Lanman service: <DPServer.ms.com>.
    <01-16-2015 08:48:22> DPServer.ms.com;    Check Server Service is running;    Passed
    <01-16-2015 08:48:30> INFO: OS version:0, ServicePack:0.
    <01-16-2015 08:48:30> DPServer.ms.com;    Unsupported site server operating system version for Setup;    Error;    Configuration Manager site systems can only be installed on systems running Windows Server
    2008 SP2 or later.
    <01-16-2015 08:48:34> INFO: Failed to get Active Directory membership information for computer DPServer.ms.com with 0.
    <01-16-2015 08:48:34> DPServer.ms.com;    Domain membership;    Error;    Configuration Manager site server components must be installed on computers that are members of a Windows domain.
    <01-16-2015 08:48:40> INFO: Free disk space on target \\DPServer.ms.com\d$\. = 510158 MB
    <01-16-2015 08:48:40> DPServer.ms.com;    Free disk space on site server;    Passed
    <01-16-2015 08:48:47> DPServer.ms.com;    Pending system restart;    Passed
    <01-16-2015 08:48:50> INFO: The server DPServer.ms.com is not read-only domain controller.
    <01-16-2015 08:48:50> DPServer.ms.com;    Read-Only Domain Controller;    Passed
    <01-16-2015 08:48:50> INFO: Check FQDN Length for site server: <DPServer.ms.com>.
    <01-16-2015 08:48:50> DPServer.ms.com;    Site Server FQDN Length;    Passed
    <01-16-2015 08:48:50> <<<RuleCategory: Dependent Components>>>
    <01-16-2015 08:48:50> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <01-16-2015 08:48:57> DPServer.ms.com;    Microsoft XML Core Services 6.0 (MSXML60);    Warning;    MSXML 6.0 or later libraries are required for Configuration Manager console and Configuration Manager site
    server installations. MSXML 6.0 is available for download at http://go.microsoft.com/fwlink/?LinkId=215744
    <01-16-2015 08:49:03> DPServer.ms.com;    Microsoft Remote Differential Compression (RDC) library registered;    Error;    Microsoft Remote Differential Compression (RDC) library must be registered for Configuration
    Manager site server installation. Details at http://technet.microsoft.com/library/cc431377.aspx#RDC_for_Site_Servers.
    <01-16-2015 08:49:03> INFO: Checking Windows Installer version on DPServer.ms.com.
    <01-16-2015 08:49:13> INFO: Path of Windows Installer is <\\DPServer.ms.com\C$\Windows\System32\msi.dll>.
    <01-16-2015 08:49:19> ERROR: Failed to determine Windows Installer version from path:<\\DPServer.ms.com\C$\Windows\System32\msi.dll> .
    <01-16-2015 08:49:19> DPServer.ms.com;    Microsoft Windows Installer;    Error;    Setup failed to verify the Windows Installer version, or the installed version of Windows Installer does not meet the minimum
    requirement.  Configuration Manager requires at least Windows Installer version 4.5.
    <01-16-2015 08:49:19> INFO: Start Checking InstallSQLExpress on site server: DPServer.ms.com, SQL Server instance CONFIGMGRSEC
    <01-16-2015 08:49:28> INFO: SQL Server Instance Names value was not found
    <01-16-2015 08:49:28> INFO: IsPortUsedByAnySqlInstance port 1433.
    <01-16-2015 08:49:39> INFO: TCP port 1433 is not in use by any other SQL Server instances.
    <01-16-2015 08:49:49> INFO: Sql express: OS version:0, ServicePack:0.
    <01-16-2015 08:49:49> ERROR: Cannot install sqlexpress 2012, not meet OS requirement: Windows server 2008 sp2, Windows server 2008 R2 sp1 or higher.
    <01-16-2015 08:49:49> DPServer.ms.com;    SQL Server Express on Secondary Site;    Error;    A SQL Server instance is already installed on the secondary site server using the instance name CONFIGMGRSEC,
    or the specified TCP port is being used by another SQL Server instance, or OS version is not Windows Server 2008 sp2, Windows Server 2008 R2 sp1 or higher. Setup is unable to install SQL Server Express on the secondary site.
    <01-16-2015 08:49:55> ERROR: Failed to connect to registry of DPServer.ms.com
    <01-16-2015 08:49:55> DPServer.ms.com;    Existing Configuration Manager server components on site server;    Error;    A site server or site system role is already installed on the computer selected for
    site server installation. Remove the site or site system role from the computer, or select another computer for site server installation.
    <01-16-2015 08:49:55> DPServer.ms.com;    Firewall exception for SQL Server (stand-alone primary site);    Passed
    <01-16-2015 08:49:55> INFO: SQL Server computer <DPServer.ms.com>
    <01-16-2015 08:49:55> INFO: SQL Server named instance <>
    <01-16-2015 08:49:55> INFO: Install SQL Server Express on secondary site, skip checking.
    <01-16-2015 08:49:55> DPServer.ms.com;    SQL Server service running account;    Passed
    <01-16-2015 08:49:55> INFO: Install SQL Server Express on secondary site, skip checking.
    <01-16-2015 08:49:55> DPServer.ms.com;    Dedicated SQL Server instance;    Passed
    <01-16-2015 08:49:55> INFO: CheckSQLCollationSecondary
    <01-16-2015 08:49:55> INFO: Installing SQL Server Express; skipping
    <01-16-2015 08:49:55> DPServer.ms.com;    Parent/child database collation;    Passed
    <01-16-2015 08:49:55> INFO: Checking .NET framework versions 3.5...
    <01-16-2015 08:50:05> INFO: .NET is installed
    <01-16-2015 08:50:05> DPServer.ms.com;    Minimum .NET Framework version for Configuration Manager site server;    Passed
    <01-16-2015 08:50:05> INFO: Checking .NET version required for installing SQL Server Express for Secondary Site.
    <01-16-2015 08:50:05> INFO: Checking .NET framework versions 4.0...
    <01-16-2015 08:50:10> INFO: .NET is installed
    <01-16-2015 08:50:11> DPServer.ms.com;    Minimum .NET Framework version for SQL Server Express edition installation for Configuration Manager Secondary Site;    Passed
    <01-16-2015 08:50:11> INFO: CheckInstallSourceVersion <D:\SCCM2012\Source>
    <01-16-2015 08:52:29> ERROR: Could not read install map from \\DPServer.ms.com\D$\\SCCM2012\Source\SMSSETUP\install.map (result 2)
    <01-16-2015 08:52:29> DPServer.ms.com;    Setup Source Version;    Error;    The product version in the source folder specified for secondary site installation does not match the version of the primary site.
    <01-16-2015 08:52:29> INFO:CheckInstallSourcePath <DPServer.ms.com>
    <01-16-2015 08:52:55> ERROR: Failed to call GetResultByRunningService
    <01-16-2015 08:52:55> DPServer.ms.com;    Setup Source Folder;    Error;    The computer account for the secondary site must have Read NTFS and share permissions to the Setup source folder and share. We
    recommend that you do not use administrative shares (for example, C$ and D$) because they require the secondary site computer account to be an administrator on the remote computer.
    <01-16-2015 08:52:55> INFO: Enter CheckSecSiteSqlOnSameMachine.
    <01-16-2015 08:52:55> INFO: Installing SQL Server Express, skipping SQL Server check.
    <01-16-2015 08:52:55> DPServer.ms.com;    SQL Server on the Secondary Site Computer;    Passed
    <01-16-2015 08:52:55> INFO:CheckSupportedFQDNFormat <DPServer.ms.com>
    <01-16-2015 08:53:04> INFO: NetBIOS <NZWHKVMAS020>
    <01-16-2015 08:53:04> DPServer.ms.com;    Primary FQDN;    Passed
    <01-16-2015 08:53:04> INFO:CheckMachineAccountHasADAccess <DPServer.ms.com>
    <01-16-2015 08:53:30> ERROR: Failed to call GetResultByRunningService
    <01-16-2015 08:53:30> DPServer.ms.com;    Verify site server permissions to publish to Active Directory.;    Warning;    The site server might be unable to publish to Active Directory. The computer account
    for the site server must have Full Control permissions to the System Management container in its Active Directory domain. You can ignore this warning if you have manually verified these permissions. For more information about your options to configure required
    permissions, see http://go.microsoft.com/fwlink/p/?LinkId=233190.
    <01-16-2015 08:53:30> INFO:CheckRemoteWMIConnection <DPServer.ms.com>
    <01-16-2015 08:53:44> DPServer.ms.com;    Remote Connection to WMI on Secondary Site;    Passed
    <01-16-2015 08:53:44> INFO: Check required collation of Sql Server.
    <01-16-2015 08:53:44> INFO: LangID <409>
    <01-16-2015 08:53:44> INFO: NOT primary site or CAS install, skipping check for reqired collation of SQL Server.
    <01-16-2015 08:53:44> DPServer.ms.com;    Required SQL Server Collation;    Passed
    <01-16-2015 08:53:44> ===== INFO: Prerequisite Type & Server: SQL:DPServer.ms.com =====
    <01-16-2015 08:53:44> <<<RuleCategory: Access Permissions>>>
    <01-16-2015 08:53:44> <<<CategoryDesc: Checking access permissions...>>>
    <01-16-2015 08:53:44> INFO: Installing SQL Server Express, skipping check for sysadmin role on SQL Server.
    <01-16-2015 08:53:44> DPServer.ms.com;    SQL Server sysadmin rights;    Passed
    <01-16-2015 08:53:44> INFO: Skip testing, no expand primary site specified.
    <01-16-2015 08:53:44> DPServer.ms.com;    SQL Server sysadmin rights for reference site;    Passed
    <01-16-2015 08:53:44> INFO: The rule 'Site server computer account administrative rights' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:53:44> INFO: Installing SQL Server Express, skipping Windows integrated security check.
    <01-16-2015 08:53:44> DPServer.ms.com;    SQL Server security mode;    Passed
    <01-16-2015 08:53:44> <<<RuleCategory: System Requirements>>>
    <01-16-2015 08:53:44> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <01-16-2015 08:53:44> INFO: The rule 'Unsupported site server operating system version for Setup' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:53:44> INFO: The rule 'Domain membership' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:53:44> INFO: The rule 'Pending system restart' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:53:44> <<<RuleCategory: Dependent Components>>>
    <01-16-2015 08:53:44> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <01-16-2015 08:53:44> INFO: Installing SQL Server Express, skipping SQL Server version check.
    <01-16-2015 08:53:44> DPServer.ms.com;    SQL Server version;    Passed
    <01-16-2015 08:53:44> DPServer.ms.com;    SQL Server Edition;    Passed
    <01-16-2015 08:53:44> DPServer.ms.com;    SQL Server Tcp Port;    Passed
    <01-16-2015 08:53:44> INFO: Checking if SQL Server memory is limited.
    <01-16-2015 08:53:44> INFO: Installing SQL Server Express, skipping SQL Server memory check.
    <01-16-2015 08:53:44> DPServer.ms.com;    Configuration for SQL Server memory usage;    Passed
    <01-16-2015 08:53:44> INFO: Checking if SQL Server memory is configured to reserve minimum memory.
    <01-16-2015 08:53:44> INFO: Installing SQL Server Express, skipping SQL Server memory allocation check.
    <01-16-2015 08:53:44> DPServer.ms.com;    SQL Server process memory allocation;    Passed
    <01-16-2015 08:53:44> INFO: Installing SQL Server Express, skipping SQL Server case insensitive validation.
    <01-16-2015 08:53:44> DPServer.ms.com;    Case-insensitive collation on SQL Server;    Passed
    <01-16-2015 08:53:44> INFO: Check Machine FQDN: <DPServer.ms.com>.
    <01-16-2015 08:53:44> INFO: getaddrinfo returned success.
    <01-16-2015 08:53:44> DPServer.ms.com;    Validate FQDN of SQL Server Computer;    Passed
    <01-16-2015 08:53:44> INFO: The rule 'Primary FQDN' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:53:44> ===== INFO: Prerequisite Type & Server: MP:DPServer.ms.com =====
    <01-16-2015 08:53:44> <<<RuleCategory: Access Permissions>>>
    <01-16-2015 08:53:44> <<<CategoryDesc: Checking access permissions...>>>
    <01-16-2015 08:53:44> DPServer.ms.com;    Administrative share (Site system);    Passed
    <01-16-2015 08:53:44> INFO:CheckSiteSystemtoSQLConnectivity <DPServer.ms.com>
    <01-16-2015 08:53:44> INFO: Installing secondary site, skipping SQL Server connectivity check.
    <01-16-2015 08:53:44> DPServer.ms.com;    Site System to SQL Server Communication;    Passed
    <01-16-2015 08:53:44> <<<RuleCategory: System Requirements>>>
    <01-16-2015 08:53:44> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <01-16-2015 08:53:44> INFO: The rule 'Check Server Service is running' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:53:52> INFO: OS version:0, ServicePack:0.
    <01-16-2015 08:53:52> DPServer.ms.com;    Unsupported management point operating system version for Setup;    Warning;    Configuration Manager site systems can only be installed on systems running Windows
    Server 2008 SP2 or later.
    <01-16-2015 08:53:52> INFO: The rule 'Domain membership' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:54:05> INFO: Windows Cluster not found on DPServer.ms.com.
    <01-16-2015 08:54:05> DPServer.ms.com;    Windows Failover Cluster;    Passed
    <01-16-2015 08:54:05> INFO: The rule 'Pending system restart' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:54:05> <<<RuleCategory: Dependent Components>>>
    <01-16-2015 08:54:05> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <01-16-2015 08:54:05> INFO: The rule 'Microsoft XML Core Services 6.0 (MSXML60)' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:54:10> DPServer.ms.com;    IIS service running;    Warning;    Internet Information Services (IIS) is required for some site system roles. You have selected to install a site system role that
    requires IIS. Install IIS on the site system to continue setup.
    <01-16-2015 08:54:39> ERROR: Failed to get WEBSVCEXT from Remote Service on DPServer.ms.com.
    <01-16-2015 08:54:39> INFO: Failed to get IIS BITS Server Extensions state on DPServer.ms.com.
    <01-16-2015 08:54:39> DPServer.ms.com;    BITS installed;    Warning;    Background Intelligent Transfer Service (BITS) is required for the management point and distribution point site system roles. BITS
    is not installed, IIS 6 WMI compatibility component for IIS7 is not installed on this computer or the remote IIS host, or Setup was unable to verify remote IIS settings because IIS common components were not installed on the site server computer. Also, check
    if IIS/BITS services are running properly. Setup cannot continue until BITS is installed and enabled in the IIS settings.
    <01-16-2015 08:55:08> ERROR: Failed to get WEBSVCEXT from Remote Service on DPServer.ms.com.
    <01-16-2015 08:55:08> INFO: Failed to get IIS BITS Server Extensions state on DPServer.ms.com.
    <01-16-2015 08:55:08> DPServer.ms.com;    BITS enabled;    Warning;    Background Intelligent Transfer Service (BITS) is required for the management point and distribution point site system roles. BITS is
    not installed, IIS 6 WMI compatibility component for IIS7 is not installed on this computer or the remote IIS host, or Setup was unable to verify remote IIS settings because IIS common components were not installed on the site server computer. Also, check
    if IIS/BITS services are running properly. Setup cannot continue until BITS is installed and enabled in the IIS settings.
    <01-16-2015 08:55:08> DPServer.ms.com;    IIS HTTPS Configuration for management point;    Passed
    <01-16-2015 08:55:08> INFO: Stand-alone primary site or secondary site. Skip checking firewall settings for SQL Server
    <01-16-2015 08:55:08> DPServer.ms.com;    Firewall exception for SQL Server for management point;    Passed
    <01-16-2015 08:55:08> DPServer.ms.com;    Administrative rights on management point;    Passed
    <01-16-2015 08:55:08> INFO:CheckV4ClientNotInstalled <DPServer.ms.com>
    <01-16-2015 08:55:36> ERROR: Failed to call GetResultByRunningService
    <01-16-2015 08:55:36> DPServer.ms.com;    Client Version on Management Point Computer;    Warning;    You cannot install the management point on a computer with an earlier version of the Configuration Manager
    client installed. Upgrade the client to the current version, remove the client, or select a different computer for the management point installation, and then try again.
    <01-16-2015 08:55:36> ===== INFO: Prerequisite Type & Server: DP:DPServer.ms.com =====
    <01-16-2015 08:55:36> <<<RuleCategory: Access Permissions>>>
    <01-16-2015 08:55:36> <<<CategoryDesc: Checking access permissions...>>>
    <01-16-2015 08:55:36> <<<RuleCategory: System Requirements>>>
    <01-16-2015 08:55:36> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <01-16-2015 08:55:49> DPServer.ms.com;    Unsupported distribution point operating system version for Setup;    Warning;    Configuration Manager distribution point can only be installed on systems running
    Windows Server 2003 or later.
    <01-16-2015 08:55:49> INFO: The rule 'Domain membership' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:55:49> INFO: The rule 'Windows Failover Cluster' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:55:49> INFO: The rule 'Pending system restart' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:55:49> <<<RuleCategory: Dependent Components>>>
    <01-16-2015 08:55:49> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <01-16-2015 08:55:57> DPServer.ms.com;    Microsoft XML Core Services 6.0 (MSXML60) for distribution point;    Warning;    MSXML 6.0 or later libraries are required for Configuration Manager console and
    Configuration Manager site server installations. MSXML 6.0 is available for download at http://go.microsoft.com/fwlink/?LinkId=215744
    <01-16-2015 08:55:57> INFO: The rule 'IIS service running' has been run on server 'DPServer.ms.com', skipped.
    <01-16-2015 08:55:57> DPServer.ms.com;    IIS HTTPS Configuration for distribution point;    Passed
    <01-16-2015 08:55:57> DPServer.ms.com;    Administrative rights on distribution point;    Passed
    <01-16-2015 08:55:57> ***************************************************
    <01-16-2015 08:55:57> ******* Prerequisite checking is completed. *******
    <01-16-2015 08:55:57> ***************************************************
    <01-16-2015 08:55:57> INFO: Updating Prerequisite checking result into the registry
    <01-16-2015 08:55:57> INFO: Connecting to DPServer.ms.com registry
    <01-16-2015 08:56:09> INFO: Setting registry values
    <01-16-2015 08:56:16> ERROR: Failed to update prerequisite results into the registry; error = 1.

    <01-16-2015 08:48:08> DPServer.ms.com;    Site server computer account administrative rights;    Error;    Configuration Manager Setup requires that the site server computer has administrative rights
    on the SQL Server and management point computers.
    Actually the administrative permission had been granted.

  • Procedure performing a "Retry Secondary Site" Operation in SCCM 2012 R2 Secondary Server

    Dear Brother,
    My SCCM 2012 R2 Secondary Site Server, unfortunately crashed and required to be restored, doing this I end up performing a "Retry Secondary Site Operation.
    One by one I am clearing out the errors but there are few remaining errors on the prerequisite checks:
    1.[Failed]:The logon account for the SQL Server service cannot be a local user account, NT SERVICE\<sql service name> or LOCAL SERVICE.  You must configure the SQL Server service to use a valid domain account, NETWORK SERVICE, or LOCAL SYSTEM.
    Actions Done: SQL Related Services use Logon As Domain Account "Microsoft-Domain\BillAdmin" , but still the above message still appears in the logs.
    Actions Done: None
    2.[Failed]:The collation of the site database does not match the collation of the parent site's database.  All sites in a hierarchy must use the same database collation.
    3.[Failed]:The site server might be unable to publish to Active Directory. The computer account for the site server must have Full Control permissions to the System Management container in its Active Directory domain. You can ignore this warning if you have
    manually verified these permissions. For more information about your options to configure required permissions, see
    http://go.microsoft.com/fwlink/p/?LinkId=233190.
    Actions Done: None, as this machine is previously a working Secondary site for 1 Year already. So I do not suspect anything from the current related configuration.
    4.[Failed]: Either the user account running Configuration Manager Setup does not have sysadmin SQL Server role permissions on the SQL Server instance selected for site database installation, or the SQL Server instance could not be contacted to verify permissions.
    Setup cannot continue.
    Action Taken:  Domain Account "Microsoft-Domain\BillAdmin" has a
    Sysadmin roles and actually all the check boxes are chosen to acquire all SQL account roles" 
    5. [Failed]:Prerequisite checks complete with failure - check ConfigMgrPrereq.log
    in the root of the primary site server system drive.
    6[Failed]:Unable to complete secondary site server installation - check ConfigMgrSetup.log in the root of the secondary site server system drive.
    ConfigMgrPrereq.log-Start
    ?<12-27-2014 23:39:35> ********************************************
    ?<12-27-2014 23:39:35> ******* Start Prerequisite checking. *******
    ?<12-27-2014 23:39:35> ********************************************
    ?<12-27-2014 23:39:35> Commandline :
    "E:\Program Files\Microsoft Configuration Manager\bin\x64\smsexec.exe"
    ?<12-27-2014 23:39:35> Check Type: Secondary site
     Site Server: SecondarySite2.microsoft.com,
     SQL Server: SecondarySite2.microsoft.com,
     SQL Named Instance: MSSQLSERVER,
     Install Folder: E:\Program Files\Microsoft Configuration Manager\,
     Setup Source Folder: E:\Source\SCCM2012-R2
    ?<12-27-2014 23:39:35> INFO: Executing prerequisite functions...
    ?<12-27-2014 23:39:35> ===== INFO: Prerequisite Type & Server: SITE_SEC:SecondarySite2.microsoft.com =====
    ?<12-27-2014 23:39:35> <<<RuleCategory: Access Permissions>>>
    ?<12-27-2014 23:39:35> <<<CategoryDesc: Checking access permissions...>>>
    ?<12-27-2014 23:39:35> INFO: CheckLocalSys is Admin of <SecondarySite2.microsoft.com>.
    ?<12-27-2014 23:39:43> SecondarySite2.microsoft.com;    Site server computer account administrative rights;    Passed
    ?<12-27-2014 23:39:43> <<<RuleCategory: System Requirements>>>
    ?<12-27-2014 23:39:43> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    ?<12-27-2014 23:39:43> INFO: Check Lanman service: <SecondarySite2.microsoft.com>.
    ?<12-27-2014 23:39:44> SecondarySite2.microsoft.com;    Check Server Service is running;    Passed
    ?<12-27-2014 23:39:45> INFO: OS version:601, ServicePack:1.
    ?<12-27-2014 23:39:46> INFO: Target computer is a Windows server.
    ?<12-27-2014 23:39:46> SecondarySite2.microsoft.com;    Unsupported site server operating system version for Setup;    Passed
    ?<12-27-2014 23:39:46> SecondarySite2.microsoft.com;    Domain membership;    Passed
    ?<12-27-2014 23:39:47> INFO: Free disk space on target
    \\SecondarySite2.microsoft.com\E$\. = 83157 MB
    ?<12-27-2014 23:39:47> SecondarySite2.microsoft.com;    Free disk space on site server;    Passed
    ?<12-27-2014 23:39:47> SecondarySite2.microsoft.com;    Pending system restart;    Passed
    ?<12-27-2014 23:39:48> INFO: The server SecondarySite2.microsoft.com is not read-only domain controller.
    ?<12-27-2014 23:39:48> SecondarySite2.microsoft.com;    Read-Only Domain Controller;    Passed
    ?<12-27-2014 23:39:48> INFO: Check FQDN Length for site server: <SecondarySite2.microsoft.com>.
    ?<12-27-2014 23:39:48> SecondarySite2.microsoft.com;    Site Server FQDN Length;    Passed
    ?<12-27-2014 23:39:48> <<<RuleCategory: Dependent Components>>>
    ?<12-27-2014 23:39:48> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    ?<12-27-2014 23:39:48> SecondarySite2.microsoft.com;    Microsoft XML Core Services 6.0 (MSXML60);    Passed
    ?<12-27-2014 23:39:49> SecondarySite2.microsoft.com;    Microsoft Remote Differential Compression (RDC) library registered;    Passed
    ?<12-27-2014 23:39:49> INFO: Checking Windows Installer version on SecondarySite2.microsoft.com.
    ?<12-27-2014 23:39:50> INFO: Path of Windows Installer is <\\SecondarySite2.microsoft.com\C$\Windows\system32\msi.dll>.
    ?<12-27-2014 23:39:51> INFO: Msi.dll version is: <5.0.7601.17807> .
    ?<12-27-2014 23:39:51> SecondarySite2.microsoft.com;    Microsoft Windows Installer;    Passed
    ?<12-27-2014 23:39:51> INFO: Start Checking InstallSQLExpress on site server: SecondarySite2.microsoft.com, SQL Server instance MSSQLSERVER
    ?<12-27-2014 23:39:51> INFO: SQL Server Express installation was not selected.
    ?<12-27-2014 23:39:51> SecondarySite2.microsoft.com;    SQL Server Express on Secondary Site;    Passed
    ?<12-27-2014 23:39:52> SecondarySite2.microsoft.com;    Existing Configuration Manager server components on site server;    Passed
    ?<12-27-2014 23:39:52> SecondarySite2.microsoft.com;    Firewall exception for SQL Server (stand-alone primary site);    Passed
    ?<12-27-2014 23:39:52> INFO: SQL Server computer <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:39:52> INFO: SQL Server named instance <MSSQLSERVER>
    ?<12-27-2014 23:39:53> SecondarySite2.microsoft.com;    SQL Server service running account;    Error;    The logon account for the SQL Server service cannot be a local user account, NT SERVICE\<sql service
    name> or LOCAL SERVICE.  You must configure the SQL Server service to use a valid domain account, NETWORK SERVICE, or LOCAL SYSTEM.
    ?<12-27-2014 23:39:53> INFO: SQL Server computer <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:39:53> INFO: SQL Server named instance <MSSQLSERVER>
    ?<12-27-2014 23:39:53> INFO: Cannot connect to registry key.
    ?<12-27-2014 23:39:53> SecondarySite2.microsoft.com;    Dedicated SQL Server instance;    Passed
    ?<12-27-2014 23:39:53> INFO: CheckSQLCollationSecondary
    ?<12-27-2014 23:39:53> INFO: Collation on <PrimarySite2DB.microsoft.com> <SQL_Latin1_General_CP1_CI_AS>
    ?<12-27-2014 23:41:27> ERROR: failed to get collation from secondary site
    ?<12-27-2014 23:41:27> SecondarySite2.microsoft.com;    Parent/child database collation;    Error;    The collation of the site database does not match the collation of the parent site's database.  All
    sites in a hierarchy must use the same database collation.
    ?<12-27-2014 23:41:27> INFO: Checking .NET framework versions 3.5...
    ?<12-27-2014 23:41:28> INFO: .NET is installed
    ?<12-27-2014 23:41:28> SecondarySite2.microsoft.com;    Minimum .NET Framework version for Configuration Manager site server;    Passed
    ?<12-27-2014 23:41:28> INFO: Skipping check for .NET version, user did not select to install SQL Server Express for Secondary Site.
    ?<12-27-2014 23:41:28> SecondarySite2.microsoft.com;    Minimum .NET Framework version for SQL Server Express edition installation for Configuration Manager Secondary Site;    Passed
    ?<12-27-2014 23:41:28> INFO: CheckInstallSourceVersion <E:\Source\SCCM2012-R2>
    ?<12-27-2014 23:41:29> SecondarySite2.microsoft.com;    Setup Source Version;    Passed
    ?<12-27-2014 23:41:29> INFO:CheckInstallSourcePath <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:42:14> SecondarySite2.microsoft.com;    Setup Source Folder;    Passed
    ?<12-27-2014 23:42:14> INFO: Enter CheckSecSiteSqlOnSameMachine.
    ?<12-27-2014 23:42:14> INFO: Target secondary site Machine <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:42:14> INFO: SQL Server computer <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:42:14> SecondarySite2.microsoft.com;    SQL Server on the Secondary Site Computer;    Passed
    ?<12-27-2014 23:42:14> INFO:CheckSupportedFQDNFormat <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:42:15> INFO: NetBIOS <SECONDARYSITE2>
    ?<12-27-2014 23:42:15> SecondarySite2.microsoft.com;    Primary FQDN;    Passed
    ?<12-27-2014 23:42:15> INFO:CheckMachineAccountHasADAccess <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:42:40> ERROR: Site server does not have create child permission on AD 'System Management'
    ?<12-27-2014 23:42:40> WARN: Site server does not have delete child permission on AD 'System Management'
    ?<12-27-2014 23:42:40> SecondarySite2.microsoft.com;    Verify site server permissions to publish to Active Directory.;    Warning;    The site server might be unable to publish to Active Directory. The computer
    account for the site server must have Full Control permissions to the System Management container in its Active Directory domain. You can ignore this warning if you have manually verified these permissions. For more information about your options to configure
    required permissions, see
    http://go.microsoft.com/fwlink/p/?LinkId=233190.
    ?<12-27-2014 23:42:40> INFO:CheckRemoteWMIConnection <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:42:48> SecondarySite2.microsoft.com;    Remote Connection to WMI on Secondary Site;    Passed
    ?<12-27-2014 23:42:48> INFO: Check required collation of Sql Server.
    ?<12-27-2014 23:42:48> INFO: LangID <409>
    ?<12-27-2014 23:42:48> INFO: NOT primary site or CAS install, skipping check for reqired collation of SQL Server.
    ?<12-27-2014 23:42:48> SecondarySite2.microsoft.com;    Required SQL Server Collation;    Passed
    ?<12-27-2014 23:42:48> ===== INFO: Prerequisite Type & Server: SQL:SecondarySite2.microsoft.com =====
    ?<12-27-2014 23:42:48> <<<RuleCategory: Access Permissions>>>
    ?<12-27-2014 23:42:48> <<<CategoryDesc: Checking access permissions...>>>
    ?<12-27-2014 23:42:48> INFO:RemoteCheckAdminOnSQL <SecondarySite2.microsoft.com>, SQL Server <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:44:33> SecondarySite2.microsoft.com;    SQL Server sysadmin rights;    Error;    Either the user account running Configuration Manager Setup does not have sysadmin SQL Server role permissions
    on the SQL Server instance selected for site database installation, or the SQL Server instance could not be contacted to verify permissions. Setup cannot continue.
    ?<12-27-2014 23:44:33> ===== INFO: Prerequisite Type & Server: MP:SecondarySite2.microsoft.com =====
    ?<12-27-2014 23:44:33> <<<RuleCategory: Access Permissions>>>
    ?<12-27-2014 23:44:33> <<<CategoryDesc: Checking access permissions...>>>
    ?<12-27-2014 23:44:33> SecondarySite2.microsoft.com;    Administrative share (Site system);    Passed
    ?<12-27-2014 23:44:33> INFO:CheckSiteSystemtoSQLConnectivity <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:44:33> INFO: Installing secondary site, skipping SQL Server connectivity check.
    ?<12-27-2014 23:44:33> SecondarySite2.microsoft.com;    Site System to SQL Server Communication;    Passed
    ?<12-27-2014 23:44:33> <<<RuleCategory: System Requirements>>>
    ?<12-27-2014 23:44:33> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    ?<12-27-2014 23:44:33> INFO: The rule 'Check Server Service is running' has been run on server 'SecondarySite2.microsoft.com', skipped.
    ?<12-27-2014 23:44:34> INFO: OS version:601, ServicePack:1.
    ?<12-27-2014 23:44:35> INFO: Target computer is a Windows server.
    ?<12-27-2014 23:44:35> SecondarySite2.microsoft.com;    Unsupported management point operating system version for Setup;    Passed
    ?<12-27-2014 23:44:35> INFO: The rule 'Domain membership' has been run on server 'SecondarySite2.microsoft.com', skipped.
    ?<12-27-2014 23:44:36> INFO: Windows Cluster not found on SecondarySite2.microsoft.com.
    ?<12-27-2014 23:44:36> SecondarySite2.microsoft.com;    Windows Failover Cluster;    Passed
    ?<12-27-2014 23:44:36> INFO: The rule 'Pending system restart' has been run on server 'SecondarySite2.microsoft.com', skipped.
    ?<12-27-2014 23:44:36> <<<RuleCategory: Dependent Components>>>
    ?<12-27-2014 23:44:36> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    ?<12-27-2014 23:44:36> INFO: The rule 'Microsoft XML Core Services 6.0 (MSXML60)' has been run on server 'SecondarySite2.microsoft.com', skipped.
    ?<12-27-2014 23:44:36> SecondarySite2.microsoft.com;    IIS service running;    Passed
    ?<12-27-2014 23:45:35> INFO: CheckWebSvcExtnRemote, result:<7>.
    ?<12-27-2014 23:45:35> SecondarySite2.microsoft.com;    BITS installed;    Passed
    ?<12-27-2014 23:47:00> INFO: CheckWebSvcExtnRemote, result:<7>.
    ?<12-27-2014 23:47:01> WARN: BITS Service is not running on SecondarySite2.microsoft.com.
    ?<12-27-2014 23:47:01> SecondarySite2.microsoft.com;    BITS enabled;    Passed
    ?<12-27-2014 23:47:01> SecondarySite2.microsoft.com;    IIS HTTPS Configuration for management point;    Passed
    ?<12-27-2014 23:47:01> INFO: Stand-alone primary site or secondary site. Skip checking firewall settings for SQL Server
    ?<12-27-2014 23:47:01> SecondarySite2.microsoft.com;    Firewall exception for SQL Server for management point;    Passed
    ?<12-27-2014 23:47:01> SecondarySite2.microsoft.com;    Administrative rights on management point;    Passed
    ?<12-27-2014 23:47:01> INFO:CheckV4ClientNotInstalled <SecondarySite2.microsoft.com>
    ?<12-27-2014 23:47:45> SecondarySite2.microsoft.com;    Client Version on Management Point Computer;    Passed
    ?<12-27-2014 23:47:45> ===== INFO: Prerequisite Type & Server: DP:SecondarySite2.microsoft.com =====
    ?<12-27-2014 23:47:45> <<<RuleCategory: Access Permissions>>>
    ?<12-27-2014 23:47:45> <<<CategoryDesc: Checking access permissions...>>>
    ?<12-27-2014 23:47:45> <<<RuleCategory: System Requirements>>>
    ?<12-27-2014 23:47:45> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    ?<12-27-2014 23:47:47> SecondarySite2.microsoft.com;    Unsupported distribution point operating system version for Setup;    Passed
    ?<12-27-2014 23:47:47> INFO: The rule 'Domain membership' has been run on server 'SecondarySite2.microsoft.com', skipped.
    ?<12-27-2014 23:47:47> INFO: The rule 'Windows Failover Cluster' has been run on server 'SecondarySite2.microsoft.com', skipped.
    ?<12-27-2014 23:47:47> INFO: The rule 'Pending system restart' has been run on server 'SecondarySite2.microsoft.com', skipped.
    ?<12-27-2014 23:47:47> <<<RuleCategory: Dependent Components>>>
    ?<12-27-2014 23:47:47> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    ?<12-27-2014 23:47:47> SecondarySite2.microsoft.com;    Microsoft XML Core Services 6.0 (MSXML60) for distribution point;    Passed
    ?<12-27-2014 23:47:47> INFO: The rule 'IIS service running' has been run on server 'SecondarySite2.microsoft.com', skipped.
    ?<12-27-2014 23:47:47> SecondarySite2.microsoft.com;    IIS HTTPS Configuration for distribution point;    Passed
    ?<12-27-2014 23:47:47> SecondarySite2.microsoft.com;    Administrative rights on distribution point;    Passed
    ?<12-27-2014 23:47:48> ***************************************************
    ?<12-27-2014 23:47:48> ******* Prerequisite checking is completed. *******
    ?<12-27-2014 23:47:48> ***************************************************
    ?<12-27-2014 23:47:48> INFO: Updating Prerequisite checking result into the registry
    ?<12-27-2014 23:47:48> INFO: Connecting to SecondarySite2.microsoft.com registry
    ?<12-27-2014 23:47:50> INFO: Setting registry values
    ConfigMgrPrereq.log-End
    Well my question is what would be the best solutions as it bugs me for days now.
    Regards,

    Hello,
    ?<12-27-2014 23:44:33> SecondarySite2.microsoft.com;   
    SQL Server sysadmin rights;    Error;   
    Either the user account running Configuration Manager Setup does not have sysadmin SQL Server role permissions on the SQL Server instance selected for site database installation, or the SQL Server instance could not be contacted to verify permissions.
    Setup cannot continue.
    Did you install SQL server with a local account?
    ?<12-27-2014 23:41:27> SecondarySite2.microsoft.com;   
    Parent/child database collation;    Error;   
    The collation of the site database does not match the collation of the parent site's database. 
    All sites in a hierarchy must use the same database collation.
    Try this blog:
    http://jthys.wordpress.com/2012/04/02/sccm-2012-required-sql-server-collation/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How Can I Remove a Secondary Site When The Server no Longer Exists?

    This organisation deployed a new SCCM site and then decommissioned the server before successfully removing either the site or the server/roles.
    I tried to force the removal of the site which failed:
    C:\Program Files\Microsoft Configuration Manager\bin\X64\00000409>preinst.exe /delsite xxx
    Microsoft System Center 2012 Configuration Manager v5.00 (Build 7804)
    Copyright (C) 2011 Microsoft Corp.
    Cannot find site [xxx] in the site control data in the database. Checking in ServerData in the database.
    Failed to execute SQL query.
    The secondary site is showing in the console as 'deleting'.
    Can anyone advise the best way to proceed?
    Thanks.

    I had the same issue and this is what they sent me... I used it and it worked for me.
    1.       Please follow these steps to manually delete the
    Secondary Site from the Secondary site server
    2.       We also used the PREINST tool to remove the pending jobs.
    3.       On the ConfigMgr primary site (parent) computer, click Start, and then click Run.
    4.       Type cmd in the Open box, and then click OK.
    5.       At the command prompt, type cd\, and then press the ENTER key.
    6.       Type cd sms\bin\i386\00000409, and then press the ENTER key.
    7.       To remove any pending or active jobs to a site, type Preinst /DELJOB SiteCode , and then press the ENTER key.
    8.       We deleted the Secondary Site from the console of parent  site.
    9.       We removed the Sender Addresses from the Configuration Manager console, as explained below.
    10.   Click Start, point to All Programs, point to Systems Management Server, and then click ConfigMgr Administrator Console.
    11.   Locate the Site Settings\Addresses subtree.
    12.   Right-click the address for the failed secondary site, and then click Delete.
    13.   Then we cleaned the registry, by taking the backup of the HKLM Node
    ·         HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS
    ·         HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NAL
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMS_Executive
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMS_Site_Component_Manager
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMS_Bootstrap
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CLISVC
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMS_Discovery_Data_Manager
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMS_Lan_Sender
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMS_Scheduler
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMS_Site_Backup
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMS_Software_Metering_Processor
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMS_Status_Manager
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_CLISVC
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SMS_BOOTSTRAP
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SMS_EXECUTIVE
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SMS_HARDWARE_INVENTORY_AGENT_SERVICE
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SMS_KEY_CREATION_SERVICE
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SMS_SERVER_BOOTSTRAP_servername
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SMS_SITE_COMPONENT_MANAGER
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\SMS Client
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\SMS Performance Data Provider
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\SMS Provider
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\SMS Remote Control
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\SMS Server
    ·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\SmsClient
    Thanks Lavelle, however your instructions are clearly for SCCM 2007:
    11.   Locate the Site Settings\Addresses subtree. 
    12.   Right-click the address for the failed secondary site,
    and then click Delete. 
    Can you confirm you have run these steps on your own SCCM 2012 site?

  • Secondary Site Install Failure: ReadCertificateThumprint : Failed to get SSB certificate thumbprint

    I am having some issues installing a secondary site at a remote location and it’s driving me crazy. Here is the setup I have.
    SCCM 2012 Primary Site in datacenter
    SQL Server 2012 hosted on the primary site server
    Firewall ports opened for 80, 135, 443, 445, 1433, 4022, 8530 on cisco and host firewalls
    Attempting to have secondary site at each branch office
    Secondary site server computer account is in local admin group on primary
    Primary site server computer account is in local admin group on secondary
    Secondary site server has full access to system management container in AD
    Secondary site server computer account is in a security group which has sysadmin rights on the primary SQL Server
    Utilizing Secondary Site Server pre-existing SQL 2008 R2 instance
    Confirmed 1433, and 4022 accessibility with telnet from secondary to primary
    I run the secondary site wizard from the console, it passes all prereqs and runs setup for about 5 minutes on the secondary site server and fails here (ConfigMgrSetup.log):
    ***Select dbo.fnConverBinaryToBase64String9thumbprint) FROM master.sys.certificates WHERE name='ConfigMgrEndpointCert"
    CSControlSetup::ReadCertificateThumbprint : Failed to get SSB certificate thumbprint.
    Error: Failed to setup SQL Server certificate for service broker "%NameOfMySecondarySiteServer%"
    Error:Failed to initialize site control data.
    I’ve searched around and the only thing I really saw was a reference to a local LSA password filter, which my secondary site server does not have.
    Any ideas?
    Thanks!

    Update: I opened up all firewall ports between the two and still get the error.

Maybe you are looking for

  • Sharing problems on my g5

    Hi, I posted a question a few days ago and have gotten no replies (aaack!) so maybe I need to change it a little. I am having problems with my G4 connecting to my G5 (my G% can connect to my G4 but not the other way around). Anyway, I think it has so

  • Need help on tips of Enter Key form Default Action!

    Hi In Iplanet-Jato-Tips Enter Key Form Action Default Command i had a problem. Is there any way to avoid the Enter action. I need the same functionality which they specified in the tips,but not while enter on a text field. I need that functionality(d

  • 3 Xraids with 2 windows servers config dilemma

    I have two windows 2003 R2 servers going to a ATTO 3500 Fibre switch and they are connected to 3 xraids in a 8 port switch. Both servers see all the shares, but everytime I reboot a server each one wants to run a scandisk. If I have each one, hooked

  • What caused my kernal Panic?

    I wish i could read this and make sense of it, but I cannot. Interval Since Last Panic Report: 1408827 sec Panics Since Last Report: 1 Anonymous UUID: 1433A7C0-1FE8-4ACC-9C75-098BAA1B4028 Sat Nov 27 21:13:30 2010 panic(cpu 1 caller 0x2aab55): Kernel

  • Where is the neutral density filter in Camera Raw?

    It is annoying me because typing G in Camera Raw used to bring up the parallel lines on the image and apply a neutral density graduated grey filter. No more. I did something and I cannot seem to undo it. I really do not want to apply a graduated non-