Impacts on the DPs when deleting a secondary site

HI,
I am having problems with a secondary site and the recovery with CU2 is not working for me. I am at the point of deleting the site, rebuild the server and reinstall the Secondary Site.
My question is, What will happen to all my DPs which are assigned to the SS site code I am about to blow away? Will I need to rebuild the DPs or will they find the site if I use the same site code.
Thx Rob

Why delete the site?
I would go for the following procedure:
- Backup content library
- Rebuild the server (same name)
- Restore content library
- Install SQL (same version/instance)
- Site Administration > Recover Secondary Site
Once the site has been recovered it should sync with the remote DP's again as before.

Similar Messages

  • I have seven(7) podcasts on my iPhone 4 that iTunes will not delete. iTunes copies them from the phone to the library and will not  delete them from the phone when deleted from the library.

    I have seven(7) podcasts on my iPhone 4 that iTunes will not delete. iTunes copies them from the phone to the library and will not delete them from the phone when deleted from the library. I have replayed the podcasts over and over and they still won't delete. Podcasts are WSJ Tech briefings.

    This happens to several of my podcasts whenever an updated iOS comes out. You can delete the episode directly from the phone by swiping it from left to right. That seems to fix the issue (they drop off the phone and dont reappear on iTunes). It's as if iTunes stops tracking the play count for some shows.
    Hope this helps!

  • Why does My I-pad drop the internet when I open several sites.

    My I-pad drops the internet when I open several sites.  Why?

    If you are saying that Safari crashes when you open several Tabs then:
    Most likely the problem is bugs in Safari which are crashing the App.
    You can try Settings > Safari > Clear History and Settings > Safari > Clear Cookies and Data.
    That might help but report these crashes and the sites that cause them to Apple at:
    http://www.apple.com/feedback/ipad.html

  • Would it be too much to ask for Firefox to ignore the "www" when sorting history by site?

    Like it says in the topic question. Would it be too much to ask for Firefox to ignore the "www" when sorting history by site? IE ignores the "www", but not Firefox. It's a real pain to have to look in two places rather than one for a site I previously visited.
    Other than that my migration to FF has been great.

    Hi, as far as I can infer, that term means it's not loading any resources until needed, opposite of this...
    -bind_at_load
                     Sets a bit in the mach header of the resulting binary which tells dyld to bind all symbols                when the binary is loaded, rather than lazily.
    https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/ man1/ld.1.html
    Load resources lazily.
    You should never load a resource file until it is actually needed. Prefetching resource files may seem like a way to save time, but this practice actually slows down your app right away. In addition, if you end up not using the resource, loading it wastes memory for no good purpose.
    http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneos programmingguide/PerformanceTuning/PerformanceTuning.html
    And, higher OS versionsare even worse with Bonjour/mDNSResponder, but might see this...
    http://support.apple.com/kb/ht3789

  • I no longer get the "padlock" symbol at the bottom L/H corner of the screen when on a https site, is there a reason for this??

    I no longer get the "padlock" symbol at the bottom L/H corner of the screen when on a https site, is there a reason for this?? e

    It has been changed. Please read this article:
    https://support.mozilla.com/en-US/kb/Site%20Identity%20Button
    You can use this add-on to get the classic icon back:
    https://addons.mozilla.org/en-US/firefox/addon/padlock-icon/

  • Records added into the DB when deleting row in List

    I have a list with an add button at the bottom. Every entry has a delete button on the left.
    Whenever I create new entries and then delete some rows, the newly created entries are automatically saved.
    How can I solve this? Deleting calls getOADBTransaction.commit(), is there a way to isolate deleting form saving?

    Hi,
    When do some operations on Records from OAF page it maintains a list of state of entity, and on the basis of this state it performs the DML operations like insert/Update and Delete.
    Your case is no exception if you are inserting some records OAF will mark these for insertion, deleted records will marked for deletion and on commit data will be posted to DB accordingly.
    Still if you don't want to save the data, explictly change the VO Row status as Initialize(same as we do while inserting new record STSTUS_INITIALIZED) then OAF will not consider this row for insertion.
    Hope this will give you some clue.
    Regards,
    Reetesh Sharma

  • Performance Impact for the Application when using ADFLogger

    Hi All,
    I am very new to ADFLogger and I am going to implement this in my Application. I go through Duncan Mill's acticles and got the basic understanding.
    I have some questions to be clear.
    Is there any Performance Impact when using ADFLogger to slower the Appllication.
    Is there any Best Practices to follow with ADFLogger to minimize the negative impact(if exists).
    Thanks
    Dk

    Well, add a call to a logger is a method call. So if you add a log message for every line of code, you'll see an impact.
    You can implement it in a way that you only write the log messages if the log level if set to a level which your logger writes (or lower). In this case the impact is like having an if statement, and a method call if the if statement returns true.
    After this theory here is my personal finding, as I use ADFLogger quite a lot. In production systems you turn the log lever to WARNING or higher so you will not see many log messages in the log. Only when a problem is reported you set the log level to a lower value to get more output.
    I normally use the 'check log level before logging a message' and the 'just print the message' combined. When I know that a message is printed very often, I first check the level. If I assume or know that a message is only logged seldom, I just log it.
    I personally have not seen a negative impact this way.
    Timo

  • What's the impact to the users when AD RMS DB goes down

    I did a quick test for the impacts to user when AD RMS DB goes down:
    if the unread email sent before DB goes down, it is readable
    if the unread email sent after DB goes down, it is unreadable
    I understood that Exchange pre-licensing won't work when DB goes down, can user connect to RMS directly to grab the license since RMS server is still up?
    Jason

    Hi Jason -
    It's based on deployment experience and documentation.  Our team has been involved in any RMS deployment projects and has helped created Microsoft AD RMS trainings.  If you are looking for some specific document, I'll point you to this blog post
    here:
    http://blogs.technet.com/b/rms/archive/2012/04/16/ad-rms-redundancy-and-fault-tolerance-part-1.aspx
    Enrique does an excellent job covering the different components in the AD RMS infrastructure, how to make them fault tolerant, and the ramifications of not implementing high availability.
    I hope that helps!
    Micah LaNasa
    Synergy Advisors
    synergyadvisors.biz

  • Impact on Registered Events when delete node

    Currently I have a node which has more than one database and also has many events registered against multiple database.
    Due to Agent out of sync error I am currently getting, I have to delete the node and rediscover it. If I do it then I need to find out what would happen to all of the registered events against the databases of this node. Do I have to create and registered all those events again.
    Let me know if anybody has answer to this.
    Thanks.
    CHetan

    It is completely absurd that the Calendar changes times when traveling to a different time zone. It's a safe bet to assume that many Blackberry user's are business people. Surely if Blackberry was serious about keeping it's users, it could design software to keep the calendar times as they should be while still updating to the new time zone.
    After all, if I make a 10:00 appointment for when I will be in AZ (even though I'm on the East coast), the appointment is going to be at 10:00, and should not show as 7:00 or 8:00 (depending on the time of year) when I arrive there and change time zones. For flights, I input the correct times in the calendar, and repeat5 the times in "Notes" so that I will have the correct flight times regardless of the time zone change. Is is a difficult thing to do--of course not. Should I have to when the phone runs several hundred dollars--of course not!
    It seems that RIM's OS has many faults which are equally frustrating, and it chooses not to address them.
    Unless RIM gets it's act together, this will most likely be the last Blackberry I will own.
    Too bad--it could be a great tool!

  • Distributing the content directly to Secondary Site

    We have a particular application that is being used at a only one of our sites with has Secondary site.(SS1)
    Now my question is when i distribute the content do i always first need to distribute it to the Primary Site (PS1)or can i skip distributing it to Primary and directly distribute to secondary site SS1.
    We have 1 Primary Site & 4 Secondary Sites along with few additional  DPs.

    can you please help me to understand how should i distribute the content give below is the case:
    Primary Site  @ UK
    Secondary Site (along with DP role) @ Australia
    Location of content Network share in Australia.
    Now the application that i want to distribute is only used in Australia.
    So after creating the application in SCCM how should i distribute the content
    A) Only to Secondary Site
    B) To Primary Site First & then to Secondary site...
    If i use "A" the status keep on showing waiting for content for days. But if i use "B" it works perfectly fine without any hiccups.

  • Delete Secondary site 2012 R2

    Hi,
    Past week, I deleted a secondary site from our hierachy again and as usual it failed.
    I triggered the uninstallation from the console and selected "uninstall" (no delete). After a few hours, I could see in the logfile on the secondary siteserver that the site got uninstalled successfully. But the console keeps showing "DELETING"
    and the last "show installat status" log entry is "data removed from database.
    I have already run the preinst.exe /DELSITE S04 but then I get an error:
    D:\Program Files\Microsoft Configuration Manager\bin\X64\00000409>preinst.exe /DELSITE S04
      Microsoft System Center 2012 Configuration Manager v5.00 (Build 7958)
      Copyright (C) 2011 Microsoft Corp.
    Cannot find site [S04] in the site control data in the database. Checking in Ser
    verData in the database.
    Failed to execute SQL query
    I've added my account as full administrator into SCCM but still no luck. Primary site server also has been rebooted, no change.
    So 3 questions:
    - How do I get rid of this site? (I can only think of changing the site status in the database to make the delete option available again, but don't like that)
    - Are we doing something wrong deleting a site, because it is never a click on a button... Is there a procedure to follow?
    - Is the command preinst.exe /delsite "SecSiteCode xxx" correct because in 2007 the syntax was preinst.exe /delsite "SecSitecode" "PriSitecode"
    Thanks

    Found a way to uninstall the Secondary Site manually on the Secondary Site itself.
    Run CMD as elevated C:\Program Files\Microsoft Configuration Manager\bin\X64\SETUP /DEINSTALL
    Review the ConfigMgrSetup.log file to check whether uninstallation has been completed successfully or not.
    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.

  • 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.

  • 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

  • Secondary Site Install Stuck at "Pending"

    I have tried installing on 3 servers with the same result. The install stays at "Pending" after passing Prerequisite checks. This is Configuration Manager 2012 R2 CU3 the site is Server 2012.
    ConfigMgrPrereq.log
    <10-29-2014 13:01:40> ********************************************
    <10-29-2014 13:01:40> ******* Start Prerequisite checking. *******
    <10-29-2014 13:01:40> ********************************************
    <10-29-2014 13:01:40> Commandline :
    "C:\Program Files\Microsoft Configuration Manager\bin\x64\smsexec.exe"
    <10-29-2014 13:01:40> Check Type: Secondary site 
     Site Server: TEST-M-SCCM.tuhsd.adn,
     SQL Server: TEST-M-SCCM.tuhsd.adn,
     SQL Named Instance: ,
     Install Folder: C:\Program Files\Microsoft Configuration Manager\,
     Setup Source Folder: 
    <10-29-2014 13:01:40> INFO: Executing prerequisite functions...
    <10-29-2014 13:01:40> ===== INFO: Prerequisite Type & Server: SITE_SEC:TEST-M-SCCM.tuhsd.adn =====
    <10-29-2014 13:01:40> <<<RuleCategory: Access Permissions>>>
    <10-29-2014 13:01:40> <<<CategoryDesc: Checking access permissions...>>>
    <10-29-2014 13:01:40> INFO: CheckLocalSys is Admin of <TEST-M-SCCM.tuhsd.adn>.
    <10-29-2014 13:02:10> TEST-M-SCCM.tuhsd.adn;    Site server computer account administrative rights;    Passed
    <10-29-2014 13:02:10> <<<RuleCategory: System Requirements>>>
    <10-29-2014 13:02:10> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <10-29-2014 13:02:10> INFO: Check Lanman service: <TEST-M-SCCM.tuhsd.adn>.
    <10-29-2014 13:02:10> TEST-M-SCCM.tuhsd.adn;    Check Server Service is running;    Passed
    <10-29-2014 13:02:10> INFO: OS version:602, ServicePack:0.
    <10-29-2014 13:02:11> INFO: Target computer is a Windows server.
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Unsupported site server operating system version for Setup;    Passed
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Domain membership;    Passed
    <10-29-2014 13:02:11> INFO: Free disk space on target \\TEST-M-SCCM.tuhsd.adn\C$\. = 184737 MB
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Free disk space on site server;    Passed
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Pending system restart;    Passed
    <10-29-2014 13:02:11> INFO: The server TEST-M-SCCM.tuhsd.adn is not read-only domain controller.
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Read-Only Domain Controller;    Passed
    <10-29-2014 13:02:11> INFO: Check FQDN Length for site server: <TEST-M-SCCM.tuhsd.adn>.
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Site Server FQDN Length;    Passed
    <10-29-2014 13:02:11> <<<RuleCategory: Dependent Components>>>
    <10-29-2014 13:02:11> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Microsoft XML Core Services 6.0 (MSXML60);    Passed
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Microsoft Remote Differential Compression (RDC) library registered;    Passed
    <10-29-2014 13:02:11> INFO: Checking Windows Installer version on TEST-M-SCCM.tuhsd.adn.
    <10-29-2014 13:02:11> INFO: Path of Windows Installer is <\\TEST-M-SCCM.tuhsd.adn\C$\Windows\System32\msi.dll>.
    <10-29-2014 13:02:11> INFO: Msi.dll version is: <5.0.9200.16384> .
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Microsoft Windows Installer;    Passed
    <10-29-2014 13:02:11> INFO: Start Checking InstallSQLExpress on site server: TEST-M-SCCM.tuhsd.adn, SQL Server instance CONFIGMGRSEC
    <10-29-2014 13:02:11> INFO: SQL Server Instance Names value was not found
    <10-29-2014 13:02:11> INFO: IsPortUsedByAnySqlInstance port 1433.
    <10-29-2014 13:02:11> INFO: TCP port 1433 is not in use by any other SQL Server instances.
    <10-29-2014 13:02:11> INFO: Sql express: OS version:602, ServicePack:0.
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    SQL Server Express on Secondary Site;    Passed
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Existing Configuration Manager server components on site server;    Passed
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Firewall exception for SQL Server (stand-alone primary site);    Passed
    <10-29-2014 13:02:11> INFO: SQL Server computer <TEST-M-SCCM.tuhsd.adn>
    <10-29-2014 13:02:11> INFO: SQL Server named instance <>
    <10-29-2014 13:02:11> INFO: Install SQL Server Express on secondary site, skip checking.
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    SQL Server service running account;    Passed
    <10-29-2014 13:02:11> INFO: Install SQL Server Express on secondary site, skip checking.
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Dedicated SQL Server instance;    Passed
    <10-29-2014 13:02:11> INFO: CheckSQLCollationSecondary
    <10-29-2014 13:02:11> INFO: Installing SQL Server Express; skipping
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Parent/child database collation;    Passed
    <10-29-2014 13:02:11> INFO: Checking .NET framework versions 3.5...
    <10-29-2014 13:02:11> INFO: .NET is installed
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Minimum .NET Framework version for Configuration Manager site server;    Passed
    <10-29-2014 13:02:11> INFO: Checking .NET version required for installing SQL Server Express for Secondary Site.
    <10-29-2014 13:02:11> INFO: Checking .NET framework versions 4.0...
    <10-29-2014 13:02:11> INFO: .NET is installed
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Minimum .NET Framework version for SQL Server Express edition installation for Configuration Manager Secondary Site;    Passed
    <10-29-2014 13:02:11> INFO: CheckInstallSourceVersion <>
    <10-29-2014 13:02:11> INFO: Setup Source Directory not specified. Version must be correct since we use the primary's binaries as the source.
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Setup Source Version;    Passed
    <10-29-2014 13:02:11> INFO:CheckInstallSourcePath <TEST-M-SCCM.tuhsd.adn>
    <10-29-2014 13:02:11> INFO: Setup Source Directory not specified.
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Setup Source Folder;    Passed
    <10-29-2014 13:02:11> INFO: Enter CheckSecSiteSqlOnSameMachine.
    <10-29-2014 13:02:11> INFO: Installing SQL Server Express, skipping SQL Server check.
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    SQL Server on the Secondary Site Computer;    Passed
    <10-29-2014 13:02:11> INFO:CheckSupportedFQDNFormat <TEST-M-SCCM.tuhsd.adn>
    <10-29-2014 13:02:11> INFO: NetBIOS <TEST-M-SCCM>
    <10-29-2014 13:02:11> TEST-M-SCCM.tuhsd.adn;    Primary FQDN;    Passed
    <10-29-2014 13:02:11> INFO:CheckMachineAccountHasADAccess <TEST-M-SCCM.tuhsd.adn>
    <10-29-2014 13:02:43> ERROR: Site server does not have create child permission on AD 'System Management'
    <10-29-2014 13:02:43> WARN: Site server does not have delete child permission on AD 'System Management'
    <10-29-2014 13:02:43> TEST-M-SCCM.tuhsd.adn;    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.
    <10-29-2014 13:02:43> INFO:CheckRemoteWMIConnection <TEST-M-SCCM.tuhsd.adn>
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    Remote Connection to WMI on Secondary Site;    Passed
    <10-29-2014 13:02:51> INFO: Check required collation of Sql Server.
    <10-29-2014 13:02:51> INFO: LangID <409>
    <10-29-2014 13:02:51> INFO: NOT primary site or CAS install, skipping check for reqired collation of SQL Server.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    Required SQL Server Collation;    Passed
    <10-29-2014 13:02:51> ===== INFO: Prerequisite Type & Server: SQL:TEST-M-SCCM.tuhsd.adn =====
    <10-29-2014 13:02:51> <<<RuleCategory: Access Permissions>>>
    <10-29-2014 13:02:51> <<<CategoryDesc: Checking access permissions...>>>
    <10-29-2014 13:02:51> INFO: Installing SQL Server Express, skipping check for sysadmin role on SQL Server.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    SQL Server sysadmin rights;    Passed
    <10-29-2014 13:02:51> INFO: Skip testing, no expand primary site specified.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    SQL Server sysadmin rights for reference site;    Passed
    <10-29-2014 13:02:51> INFO: The rule 'Site server computer account administrative rights' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:02:51> INFO: Installing SQL Server Express, skipping Windows integrated security check.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    SQL Server security mode;    Passed
    <10-29-2014 13:02:51> <<<RuleCategory: System Requirements>>>
    <10-29-2014 13:02:51> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <10-29-2014 13:02:51> INFO: The rule 'Unsupported site server operating system version for Setup' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:02:51> INFO: The rule 'Domain membership' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:02:51> INFO: The rule 'Pending system restart' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:02:51> <<<RuleCategory: Dependent Components>>>
    <10-29-2014 13:02:51> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <10-29-2014 13:02:51> INFO: Installing SQL Server Express, skipping SQL Server version check.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    SQL Server version;    Passed
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    SQL Server Edition;    Passed
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    SQL Server Tcp Port;    Passed
    <10-29-2014 13:02:51> INFO: Checking if SQL Server memory is limited.
    <10-29-2014 13:02:51> INFO: Installing SQL Server Express, skipping SQL Server memory check.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    Configuration for SQL Server memory usage;    Passed
    <10-29-2014 13:02:51> INFO: Checking if SQL Server memory is configured to reserve minimum memory.
    <10-29-2014 13:02:51> INFO: Installing SQL Server Express, skipping SQL Server memory allocation check.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    SQL Server process memory allocation;    Passed
    <10-29-2014 13:02:51> INFO: Installing SQL Server Express, skipping SQL Server case insensitive validation.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    Case-insensitive collation on SQL Server;    Passed
    <10-29-2014 13:02:51> INFO: Check Machine FQDN: <TEST-M-SCCM.tuhsd.adn>.
    <10-29-2014 13:02:51> INFO: getaddrinfo returned success.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    Validate FQDN of SQL Server Computer;    Passed
    <10-29-2014 13:02:51> INFO: The rule 'Primary FQDN' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:02:51> ===== INFO: Prerequisite Type & Server: MP:TEST-M-SCCM.tuhsd.adn =====
    <10-29-2014 13:02:51> <<<RuleCategory: Access Permissions>>>
    <10-29-2014 13:02:51> <<<CategoryDesc: Checking access permissions...>>>
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    Administrative share (Site system);    Passed
    <10-29-2014 13:02:51> INFO:CheckSiteSystemtoSQLConnectivity <TEST-M-SCCM.tuhsd.adn>
    <10-29-2014 13:02:51> INFO: Installing secondary site, skipping SQL Server connectivity check.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    Site System to SQL Server Communication;    Passed
    <10-29-2014 13:02:51> <<<RuleCategory: System Requirements>>>
    <10-29-2014 13:02:51> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <10-29-2014 13:02:51> INFO: The rule 'Check Server Service is running' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:02:51> INFO: OS version:602, ServicePack:0.
    <10-29-2014 13:02:51> INFO: Target computer is a Windows server.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    Unsupported management point operating system version for Setup;    Passed
    <10-29-2014 13:02:51> INFO: The rule 'Domain membership' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:02:51> INFO: Windows Cluster not found on TEST-M-SCCM.tuhsd.adn.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    Windows Failover Cluster;    Passed
    <10-29-2014 13:02:51> INFO: The rule 'Pending system restart' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:02:51> <<<RuleCategory: Dependent Components>>>
    <10-29-2014 13:02:51> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <10-29-2014 13:02:51> INFO: The rule 'Microsoft XML Core Services 6.0 (MSXML60)' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:02:51> TEST-M-SCCM.tuhsd.adn;    IIS service running;    Passed
    <10-29-2014 13:03:01> INFO: CheckWebSvcExtnRemote, result:<7>.
    <10-29-2014 13:03:01> TEST-M-SCCM.tuhsd.adn;    BITS installed;    Passed
    <10-29-2014 13:03:11> INFO: CheckWebSvcExtnRemote, result:<7>.
    <10-29-2014 13:03:11> INFO: BITS Service is running on TEST-M-SCCM.tuhsd.adn.
    <10-29-2014 13:03:11> TEST-M-SCCM.tuhsd.adn;    BITS enabled;    Passed
    <10-29-2014 13:03:11> TEST-M-SCCM.tuhsd.adn;    IIS HTTPS Configuration for management point;    Passed
    <10-29-2014 13:03:11> INFO: Stand-alone primary site or secondary site. Skip checking firewall settings for SQL Server
    <10-29-2014 13:03:11> TEST-M-SCCM.tuhsd.adn;    Firewall exception for SQL Server for management point;    Passed
    <10-29-2014 13:03:11> TEST-M-SCCM.tuhsd.adn;    Administrative rights on management point;    Passed
    <10-29-2014 13:03:11> INFO:CheckV4ClientNotInstalled <TEST-M-SCCM.tuhsd.adn>
    <10-29-2014 13:03:22> TEST-M-SCCM.tuhsd.adn;    Client Version on Management Point Computer;    Passed
    <10-29-2014 13:03:22> ===== INFO: Prerequisite Type & Server: DP:TEST-M-SCCM.tuhsd.adn =====
    <10-29-2014 13:03:22> <<<RuleCategory: Access Permissions>>>
    <10-29-2014 13:03:22> <<<CategoryDesc: Checking access permissions...>>>
    <10-29-2014 13:03:22> <<<RuleCategory: System Requirements>>>
    <10-29-2014 13:03:22> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <10-29-2014 13:03:22> TEST-M-SCCM.tuhsd.adn;    Unsupported distribution point operating system version for Setup;    Passed
    <10-29-2014 13:03:22> INFO: The rule 'Domain membership' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:03:22> INFO: The rule 'Windows Failover Cluster' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:03:22> INFO: The rule 'Pending system restart' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:03:22> <<<RuleCategory: Dependent Components>>>
    <10-29-2014 13:03:22> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <10-29-2014 13:03:22> TEST-M-SCCM.tuhsd.adn;    Microsoft XML Core Services 6.0 (MSXML60) for distribution point;    Passed
    <10-29-2014 13:03:22> INFO: The rule 'IIS service running' has been run on server 'TEST-M-SCCM.tuhsd.adn', skipped.
    <10-29-2014 13:03:22> TEST-M-SCCM.tuhsd.adn;    IIS HTTPS Configuration for distribution point;    Passed
    <10-29-2014 13:03:22> TEST-M-SCCM.tuhsd.adn;    Administrative rights on distribution point;    Passed
    <10-29-2014 13:03:22> ***************************************************
    <10-29-2014 13:03:22> ******* Prerequisite checking is completed. *******
    <10-29-2014 13:03:22> ***************************************************
    <10-29-2014 13:03:22> INFO: Updating Prerequisite checking result into the registry
    <10-29-2014 13:03:22> INFO: Connecting to TEST-M-SCCM.tuhsd.adn registry
    <10-29-2014 13:03:22> INFO: Setting registry values
    ConfigMgrSetup.log
    INFO: Attempting to load resource DLL... Configuration Manager Setup
    10/29/2014 1:01:40 PM 2272 (0x08E0)
    ERROR: Connection strings not initialized Configuration Manager Setup
    10/29/2014 1:01:40 PM 9440 (0x24E0)
    CSql Error: Cannot find data for connection type: , cannot get a connection.
    Configuration Manager Setup 10/29/2014 1:01:40 PM
    9440 (0x24E0)
    ERROR: Failed to connect to SQL Server 'master' db.
    Configuration Manager Setup 10/29/2014 1:01:40 PM
    9440 (0x24E0)
    INFO: Prerequisite rules for secondary site fresh installation are being run.
    Configuration Manager Setup 10/29/2014 1:01:40 PM
    9440 (0x24E0)
    INFO: File C:\Windows\smstsvc_test_1.exe does not exist. No zapping needed.
    Configuration Manager Setup 10/29/2014 1:01:40 PM
    9440 (0x24E0)
    INFO: test loop count:0. Configuration Manager Setup
    10/29/2014 1:02:08 PM 9440 (0x24E0)
    INFO: smstsvc_test_1 Return result <0>
    Configuration Manager Setup 10/29/2014 1:02:08 PM
    9440 (0x24E0)
    CWmiRegistry::WmiOpen: Failed to read key SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL on TEST-M-SCCM.tuhsd.adn
    Configuration Manager Setup 10/29/2014 1:02:11 PM
    9440 (0x24E0)
    CWmiRegistry::WmiOpen: Failed to read key SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL on TEST-M-SCCM.tuhsd.adn
    Configuration Manager Setup 10/29/2014 1:02:11 PM
    9440 (0x24E0)
    CWmiRegistry::GetValues: Failed to get values from SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL
    Configuration Manager Setup 10/29/2014 1:02:11 PM
    9440 (0x24E0)
    CWmiRegistry::GetValues: Failed to connect to registry on machine TEST-M-SCCM.tuhsd.adn. Error code: 2
    Configuration Manager Setup 10/29/2014 1:02:11 PM
    9440 (0x24E0)
    INFO: Checking Installed SMS componants on:TEST-M-SCCM.tuhsd.adn.
    Configuration Manager Setup 10/29/2014 1:02:11 PM
    9440 (0x24E0)
    CWmiRegistry::WmiOpen: Failed to read key SOFTWARE\Microsoft\SMS on TEST-M-SCCM.tuhsd.adn
    Configuration Manager Setup 10/29/2014 1:02:11 PM
    9440 (0x24E0)
    INFO: File \\TEST-M-SCCM.tuhsd.adn\admin$\smstsvc_test_2.exe does not exist. No zapping needed.
    Configuration Manager Setup 10/29/2014 1:02:32 PM
    9440 (0x24E0)
    INFO: test loop count:0. Configuration Manager Setup
    10/29/2014 1:02:43 PM 9440 (0x24E0)
    INFO: smstsvc_test_2 Return result <1>
    Configuration Manager Setup 10/29/2014 1:02:43 PM
    9440 (0x24E0)
    INFO: File C:\Windows\smstsvc_test_3.exe does not exist. No zapping needed.
    Configuration Manager Setup 10/29/2014 1:02:43 PM
    9440 (0x24E0)
    INFO: test loop count:0. Configuration Manager Setup
    10/29/2014 1:02:49 PM 9440 (0x24E0)
    INFO: smstsvc_test_3 Return result <0>
    Configuration Manager Setup 10/29/2014 1:02:49 PM
    9440 (0x24E0)
    INFO: This is a local site system. There is no need to check for the Admin$ share.
    Configuration Manager Setup 10/29/2014 1:02:51 PM
    9440 (0x24E0)
    INFO: Checking Windows Cluster. Configuration Manager Setup
    10/29/2014 1:02:51 PM 9440 (0x24E0)
    CWmi::Connect(): ConnectServer(Namespace) failed. - 0x8004100e
    Configuration Manager Setup 10/29/2014 1:02:51 PM
    9440 (0x24E0)
    INFO: WMI namespace root\MSCluster not exists on TEST-M-SCCM.tuhsd.adn.
    Configuration Manager Setup 10/29/2014 1:02:51 PM
    9440 (0x24E0)
    INFO: File \\TEST-M-SCCM.tuhsd.adn\admin$\smstsvc_test_4.exe does not exist. No zapping needed.
    Configuration Manager Setup 10/29/2014 1:02:51 PM
    9440 (0x24E0)
    INFO: test loop count:0. Configuration Manager Setup
    10/29/2014 1:03:01 PM 9440 (0x24E0)
    INFO: smstsvc_test_4 Return result <7>
    Configuration Manager Setup 10/29/2014 1:03:01 PM
    9440 (0x24E0)
    INFO: File \\TEST-M-SCCM.tuhsd.adn\admin$\smstsvc_test_5.exe does not exist. No zapping needed.
    Configuration Manager Setup 10/29/2014 1:03:01 PM
    9440 (0x24E0)
    INFO: test loop count:0. Configuration Manager Setup
    10/29/2014 1:03:11 PM 9440 (0x24E0)
    INFO: smstsvc_test_5 Return result <7>
    Configuration Manager Setup 10/29/2014 1:03:11 PM
    9440 (0x24E0)
    INFO: File \\TEST-M-SCCM.tuhsd.adn\admin$\smstsvc_test_6.exe does not exist. No zapping needed.
    Configuration Manager Setup 10/29/2014 1:03:11 PM
    9440 (0x24E0)
    INFO: test loop count:0. Configuration Manager Setup
    10/29/2014 1:03:22 PM 9440 (0x24E0)
    INFO: smstsvc_test_6 Return result <0>
    Configuration Manager Setup 10/29/2014 1:03:22 PM
    9440 (0x24E0)
    INFO: TEST-M-SCCM.tuhsd.adn is a 64 bit operating system.
    Configuration Manager Setup 10/29/2014 1:03:22 PM
    9440 (0x24E0)

    Hi,
    It seems the Prerequisite checks failed.
     About the ERROR: Site server does not have create child permission on AD 'System Management' in ConfigMgrPrereq.log, please give the Secondary Site Server Computer Account permissions
    to the System Management container in AD.
    Please confirm that the server installed secondary site has met all the prerequisites.
    Installing a secondary site in Configuration Manager 2012
    http://blogs.technet.com/b/jchalfant/archive/2014/05/10/installing-a-secondary-site-in-configuration-manager-2012.aspx
    Best Regards,
    Joyce
    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.

  • SCCM 2012 Clients at Secondary Site don't update and shows status as INACTIVE

    I have 1 Primary site and 1 Secondary sites. I have setup Secondary site Boundaries using IP subnet.  I see that the systems from secondary
    site show in the console and they all have clients installed but however 60% of the system shows client activity as INACTIVE and not receiving any heartbeat DDR none of the system showing hardware inventory.   I am not positive
    where to look as far as logs are concerned.  I think the clients aren't receiving policy like they should.
    Just to give a brief idea, Secondary Site server crashed and we had to rebuild the server and re install secondary site after rebuilding all the
    problem. Everything is working fine in Primary site.
    Secondary site is communicating with primary site MP and DP
    I have checked MPcontrol.log it shows status as OK
    I am able to install client through console but yes when I check the configuration manager properties it shows CCM Notification Agent as DISSABLED
    and in the Action Tab Machine and User policy are the only cycles showing.
    Checked replmgr.log and rclctrl.log but it’s not showing any error
    Only log file which shows error is bgdserver.log  ( pasting log errors )
    ERROR: SQL exception when retrieve client certificate from DB. Exception: The EXECUTE permission was denied on the object 'sp_GetPublicKeyForSMSID', database 'CM_PRI',
    schema 'dbo'. -2146232060           SMS_NOTIFICATION_SERVER     05-07-2014 12:09:01               3968 (0x0F80)
    ERROR: Can't do post authentication without client certificate stored in regsitration.            SMS_NOTIFICATION_SERVER    
    05-07-2014 12:09:01                3968 (0x0F80)
    ERROR: Failed to authenticate with client [::ffff:10.5.55.88]:49623.        SMS_NOTIFICATION_SERVER     05-07-2014
    12:09:01               3968 (0x0F80)
    ERROR: SQL exception when retrieve client certificate from DB. Exception: The EXECUTE permission was denied on the object 'sp_GetPublicKeyForSMSID', database 'CM_PRI',
    schema 'dbo'. -2146232060           SMS_NOTIFICATION_SERVER     05-07-2014 12:09:01               3968 (0x0F80)
    ERROR: Can't do post authentication without client certificate stored in regsitration.            SMS_NOTIFICATION_SERVER    
    05-07-2014 12:09:01                3968 (0x0F80)
    ERROR: Failed to authenticate with client [::ffff:10.5.62.68]:49923.        SMS_NOTIFICATION_SERVER     05-07-2014
    12:09:01               3968 (0x0F80)
    ERROR: SQL exception when retrieve client certificate from DB. Exception: The EXECUTE permission was denied on the object 'sp_GetPublicKeyForSMSID', database 'CM_PRI',
    schema 'dbo'. -2146232060           SMS_NOTIFICATION_SERVER     05-07-2014 12:09:06               3968 (0x0F80)
    ERROR: Can't verify signature in message without client certificate for client SCCM GUID:B47059B1-D4E4-41A2-BC88-486A597FE399               
    SMS_NOTIFICATION_SERVER     05-07-2014 12:09:06               3968 (0x0F80)
    ERROR: Invalid hook to be decoded. Authentication                SMS_NOTIFICATION_SERVER    
    05-07-2014 12:09:06               3968 (0x0F80)
    ERROR: Failed to decode message body (<BgbSignInMessage TimeStamp="2014-07-05T06:39:01Z"><ClientType>SCCM</ClientType><ClientVersion>5.00.7804.1000</ClientVersion><ClientID>GUID:B47059B1-D4E4-41A2-BC88-486A597FE399</ClientID></BgbSignInMessage>)
    with message header
    Help me resolve this issue as I am struggling to resolve this for almost 2 weeks.
    Please let me know which logs are helpful and I'll try to add it to replies.

    Hi,
    Quote:"see that the systems from secondary site show in the console and they all have clients installed but however 60% of the system shows client activity as INACTIVE and not receiving any heartbeat DDR none of the system showing hardware inventory. "
    So not all the clients show inactive? Have you checked the logs in an inactive client? Such as ClientIDManagerStartup.log.
    Have you checked Secondary Site server's computer name from SQL logins? You could try to remove this account, wait a while, recreate the same computeraccount login with sysadmin access. (http://social.technet.microsoft.com/Forums/en-US/d5383c23-6b71-47cc-9fad-fda82a44a3aa/secondary-site-showing-inactive-clients?forum=configmanagerdeployment)
    You could use Configuration Analyzer for System Center 2012 R2 to troubleshoot issues.
    http://technet.microsoft.com/en-us/library/dn469435.aspx
    Best Regards,
    Joyce
    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.

Maybe you are looking for