SMS Provider Locations Do Not Match - Problem installing SCCM 2012 R2 CU4

I have an SCCM 2012R2 CU1 site that has been upgraded from SCCM 2012 non-SP1, so I have gone from 2012 to 2012SP1 through CU5 and then to R2 and then to CU1.
Over the course of the life of this site, which has more than 10k clients and 10 Site Systems, we have installed roles, removed roles, moved roles and removed Site Systems.
I have also installed and removed SMS providers . . . which is where my issues begin.
The site properties in the console list 6 SMS Providers and even lists an SMS provider on a server that was retired and is no longer a Site System.  When I query WMI using the following VBS script it only returns the *ACTUAL* SMS Provider locations,
2 of the 6 listed in the GUI.
On Error Resume Next
Const ForReading = 1, ForWriting = 2, ForAppending = 8
strComputer = "." 
Set oFS = CreateObject("Scripting.FileSystemObject")
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\sms")
If Err.Number <> 0 Then
WScript.Echo "Cannot connect to WMI"
WScript.Echo vbTab & "Error " & Err.Number & " - " & Err.Description
End If
Set oLog = oFS.OpenTextFile("C:\Temp\SMS_ProvList.log",ForAppending, True)
If Err.Number <> 0 Then
WScript.Echo "Could not create output file"
WScript.Echo vbTab & "Error " & Err.Number & " - " & Err.Description
End If
Set colItems = objWMIService.ExecQuery("SELECT * FROM SMS_ProviderLocation",,48)
count = 0
For Each objItem in colItems
    count = count + 1
    oLog.WriteLine "-----------------------------------"
    oLog.WriteLine Now()
    oLog.WriteLine "Provider instance " & count &  " : " & objItem.Machine
    oLog.WriteLine "NamespacePath : " & objItem.NamespacePath     
    oLog.WriteLine ""
Next
I have a test environment which has also gone through some growth over its lifetime and has had the same changes to SMS Providers made.  When I first attempted to install SCCM 2012 R2 CU4 in this test environment the installer continually failed the
prerequisite checker when querying the CU level of the SMS Providers.  The only way that I could get past that issue was by running a site maintenance task via the CM installer and installing an SMS Provider at the location that had previously been an
SMS Provider but I had uninstalled that role.
I do not want to have to do that in my production environment, and would not even be able to do so if I wanted as I have retired one of the servers listed and cannot re-provision that machine.
Any CM12 gurus out there with suggestions?  This strikes me as a standard MS problem when having multiple development teams working on a product/update and not having a standard location to check for configuration information (This is exactly the problem
when configuring DNS suffixes via GPO and not manually setting the GUI to match).
Thanks!
Josh Gerner
Cornell University.

The issue I have is that I cannot find the WMI class that holds the SMS Providers that are returned by the GUI.
I actually engaged MS Premier for a SCCM 2012 RAAS about 2 years ago and that was when the discrepancy first reared it's head.  The support person that I worked with couldn't give me a way of cleaning those entries at that point which is when I started
logging the locations to be sure that my maintenance task was really installing or removing the SMS Providers.
Josh Gerner

Similar Messages

  • After installing SCCM 2012 R2 CU4, I show a Distribution Point warning that won't clear.

    I recently installed SCCM 2012 R2 CU4 on a LAB environment, and nowhere is it more important to wait until all requisite site roles are reinstalled before doing anything else.
    I did, and still do, have an warning/ error on the Site components that shows up on one of the child primary sites after the CU4 installation.
    Distribution Manager has not tried to install IIS component of operating system to distribution point “[“Display=\\SCxxx\”]MSWNET:[“SMS_SITE=xxx”]\\xxx\”. You should install and configure IIS manually. Please ensure RDC is also enabled.
    IIS is installed, RDC is enabled, but I get this error. What could be the real issue?

    Hi,
    So you have tried to reinstall IIS conponents and DP?
    Have you checked the distmgr.log? Anything helpful?
    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]

  • Problems install SCCM 2012 with remote sql 2008 r2 sp2

    I am having issues installing sccm 2012 on a remote sql 2008 r2 sp2 server on a seperate instance.
    I get the error "The network path was not found"  
    if i point it at the primary instance it will let me continue but i cannot install sccm into that instance.
    I have turned off dynamic ports and set a static port but I do not see where i can enter that in the installer.
    I cannot seem to verify is the ssb port is working correctly or not.
    my account is local admin on both servers and a sql sysadm.
    There is no firewall between servers.
    Any suggestions?
    Regards
    Don

    SPN is setup to AUTO register and is working.  remote sql is not a cluster.  Windows firewall on both servers is disabled.  Sql browser is enabled and started.  we have a group for system center that contains site servers and this group
    is in the local admin of both servers and sysadm inside of sql server.
    Why  we are consolidating all or our lesser sql servers into a larger one.
    Snipt of the log.
    12/12/2012 2:57:37 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.
    Server stack trace: 
       at Microsoft.Win32.RegistryKey.Win32ErrorStatic(Int32 errorCode, String str)
       at Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(RegistryHive hKey, String machineName)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.GetSqlConnection(String databaseName, String serverName, Boolean encrypt)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.CheckSqlConnection(String serverName, String instanceName)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       at Microsoft.SystemCenter.ConfigMgr.Setup.CheckSqlAsync.EndInvoke(IAsyncResult result)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabasePage.ValidatePage()
       at Microsoft.SystemCenter.ConfigMgr.SetupFramework.WizardForm.ActivatePage(String pageId, Boolean goingNext)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.Controls.Button.OnClick()
       at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)].
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Information: 1 : Creating SQL connection to database ADMIN\master on server YSQL030.srf.local.
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.

  • Problem Installing SCCM 2012 R2 client on Windows Thin PC 7 (Windows Embedded)

    Hi, I'm trying to install SCCM 2012 R2 client on Windows thin pc 7
    I check the ccmsetup.log and it returned this:
    Failed to get list of protected volume: List pointer is NULL (3)
    ccmsetup 07/08/2014 08:06:26''
    2040 (0x07F8)
    DetectEWF failed with 0x80070003. ccmsetup
    07/08/2014 08:06:26'' 2040 (0x07F8)
    DetectWindowsEmbeddedWF failed with 0x80070003.
    ccmsetup 07/08/2014 08:06:26''
    2040 (0x07F8)
    A Fallback Status Point has not been specified.  Message with STATEID='304' will not be sent.
    ccmsetup 07/08/2014 08:06:26''
    2040 (0x07F8)
    Cannot install over embedded OS with WF enabled on the system drive.
    ccmsetup 07/08/2014 08:06:26''
    2040 (0x07F8)
    CcmSetup failed with error code 0x80004005 ccmsetup
    07/08/2014 08:06:26'' 1960 (0x07A8)
    Can somebody help me?
    Thanks
    Renzo
    PD: Sorry for my bad English

    Cannot install over embedded OS with WF enabled on the system drive.
    You have to disable write filters on that device first.
    Torsten Meringer | http://www.mssccmfaq.de

  • Module C:\Windows\CCM\StatusAgentProxy.dll failed to register. HRESULT -2147010895 Problem installing sccm 2012 client

    Hi,
    I am getting the following error, detailed in the client.msi.log, when trying to install the SCCM 2012 SP1 client on windows 2008 R2 servers.Why StatusAgentProxy.dll fails to register.
    <![LOG[MSI: Action 22:08:03: RegisterTypeLibraries. Registering type libraries]LOG]!><time="22:08:03.092-330" date="12-18-2013" component="ccmsetup" context="" type="0" thread="8096" file="msiutil.cpp:314">
    <![LOG[MSI: Action 22:08:03: SelfRegModules. Registering modules]LOG]!><time="22:08:03.827-330" date="12-18-2013" component="ccmsetup" context="" type="0" thread="8096" file="msiutil.cpp:314">
    <![LOG[MSI: Module C:\Windows\CCM\StatusAgentProxy.dll failed to register.  HRESULT -2147010895.  Contact your support personnel.]LOG]!><time="22:08:03.889-330" date="12-18-2013" component="ccmsetup"
    context="" type="3" thread="8096" file="msiutil.cpp:300">
    <![LOG[MSI: Action 22:08:03: Rollback. Rolling back action:]LOG]!><time="22:08:03.952-330" date="12-18-2013" component="ccmsetup" context="" type="0" thread="8096" file="msiutil.cpp:314">
    <![LOG[File C:\Windows\ccmsetup\{59A0EA77-D28C-4286-83A6-04BB57B9CDD6}\client.msi installation failed. Error text:
    ExitCode: 1603
    Action: SelfRegModules.
    ErrorMessages:
    Module C:\Windows\CCM\StatusAgentProxy.dll failed to register.  HRESULT -2147010895.  Contact your support personnel.
    I've already checked this forum but nothing helped .
    Please provide a valid action plan to resolve this issue.
    I'd highly appreciate any help.
    Thanks and regards
    Arsalan

    Hi,
    Restart those server might be helpful.
    After installing the Client manually, you could check the registration of statusagentproxy.dll in that log.
    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.

  • Cannot install SCCM 2012 SP1 CU4

    Hi,
    I just tried to apply CU4 over one of my SCCM 2012 SP1 CU3 deployments and I receive the following message during the initial verification phase:
    Server update status: This update applies to product version 5.0.7804. The installed version on this computer is 5.0.7958.1000. This update is not applicable to this computer.
    Console update status: No serviceable configuration manager role was found on the local system.
    If I engage the verification phase on this installation for CU2 and CU3 there is no problem at all, so this must be a CU4 package specific error.
    Anybody experiencing the same behavior ?

    The latest CU that I see for SCCM 2012 SP1 is SP1 Cumulative Update 3, are you sure you are working with the proper file?  .
    CU4 was released this week:
    http://blogs.technet.com/b/configurationmgr/archive/2014/01/29/now-available-cumulative-update-4-for-system-center-2012-configuration-manager-service-pack-1.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Problem installing SCCM 2012 R2 Hotfix KB2905002 (WDS/OSD slowness issue)

    Hi everyone!
    Tried installing
    KB2905002 yesterday and although the update did get applied to our Primary, we get the following error when the hotfix attempts to create the Console and Client update packages...
    Here is the error from the log...
    "Task 'Create Software Update Catalog' completed, state is 'failed' ExceptionText: Error: Setup detected an unexpected problem during installation. Error message: A valid file name is required.
    Parameter name: fileName
    Error: Setup detected an unexpected problem during installation. Error message:    at Microsoft.SystemCenter.UpdateSetup.SystemUtilities.CalculateSHA1Base64(String fileName)
       at Microsoft.SystemCenter.UpdateSetup.Tasks.GenerateCatalog.ReplaceCommonInsertionStrings(String startText, String packageFile)
       at Microsoft.SystemCenter.UpdateSetup.Tasks.GenerateCatalog.GetServerUpdateXml()
       at Microsoft.SystemCenter.UpdateSetup.Tasks.GenerateCatalog.DoRun()
       at Microsoft.SystemCenter.UpdateSetup.Tasks.GenericTask.RunThread(Object taskObject)"
    Anyone have any ideas?
    Regards,
    JJ

     got the same problem this mostly happens if you re install the SCCM R2 due to any reason and you previously installed these Hot fixes too. IF you focus on the wizard deeply you got this message prior to error page Regard less of KB2910552 obvs on your
    screen you will see KB2905002. So the solution is
    1.Go to your "control panel" on your Primary site server
    2. Open "Program and Features" 
    3. Click oon "View installed Updates" on left pane.
    4.  Scroll down to the installed KBs of "System Center 2012 R2 Configuration Manager" 
    5. Uninstall you desired KB
    6. Try to install again by setup. Hope this time you will not get the error message.

  • Cannot open install assistant.  I get this error message: The application cannot be installed due to a certificate problem.  The certificate does not match the installed application certificate, does not support application upgrades, or is invalid.  Pleas

    How can I downloade a trial of Adobe Elements 12? 
    I followed the instructions to download assistant...but get this message: The application cannot be installed due to a certificate problem.  The certificate does not match the installed application certificate, does not support application upgrades, or is invalid.  Please contact the application author.

    Hi alposer,
    Please remove the copy of the Adobe Download Assistant you currently have installed and then reinstall the Adobe Download Assistant.
    Regards,
    Rave

  • Remote Desktop - The Remote Desktop administrator software does not match the installed client software version.

    Hi,
      I just upgraded to Mavricks and get this when I try to launch Remote Desktop:
    The Remote Desktop administrator software does not match the installed client software version.
    I tried removing the application and reinstalling it to no avail.  Any suggestions?
    Thanks.
    -David J. Eisen

    Hi coold88!
    I have an article for you that addresses your issue:
    Remote Desktop 3: How to install Remote Desktop Administrator software after the client software has been updated
    http://support.apple.com/kb/HT3596
    You will want to make sure you have the latest version of the software as well:
    About Apple Remote Desktop 3.7
    http://support.apple.com/kb/HT5896
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • HT4009 im trying to do an in app puchase and it says go to support at itunes - i dont have any restrictions and have not had problems installing apps????

    im trying to do an in app puchase and it says go to support at itunes - i dont have any restrictions and have not had problems installing apps????

    Well that was a jerk reply, thanks for no help 'gdgmacguy'. I have the same problem and have already contacted support regarding the matter. Hang tight Scottyp, I will post any resolution I find or receive from support for us and others coming here for help.

  • Not able to install sccm agent in sccm 2012 servers after cu3 update

    not able to install sccm agent in sccm 2012 servers after cu3 update
    MSI: Setup was unable to register the CCM_Service_HostingConfiguration endpoint
    The error code is 80041002 ,below URl specify fix to uninstall Management point ,but in sccm 2012 secondary site canot unintall management point  ,please help to install agent in config manager servers
    https://blogs.technet.com/b/configurationmgr/archive/2013/11/25/hotfix-quot-error-25150-setup-was-unable-to-register-the-ccm-service-hostingconfiguration-endpoint-quot-when-you-try-to-install-the-client-agent-in-configuration-manager.aspx
    ankith

    Excellent Article!!!!!! Pls check here, Follow the same steps
    http://eskonr.com/2013/09/sccm-configmgr-2012-sp1-cu3-installationcollections-upgrade-clients/
    This too
    http://it.peikkoluola.net/2013/11/18/update-sccm-2012-to-sp1-cu3/
    Thanks, Prabha G

  • Software metering date not available for selection sccm 2012

    Hi
    I have installed SCCM 2012. 
    While viewing a report for software metering date and year are not available for selection. they are blank. 

    thaks 
    I is showing after restart. 
    Now there is another problem. 
    When I see the software metering report for enabled rule i.e. KasperskyAdminKit I can not understand the figures
    Computers that have run a specific metered software program  
    NetBIOS Name
    Installed Site Code
    Last Usage
    Total Usages
    Average Usages per Day
    Total Duration (min)
    Average Duration of Use (min)
    Average Duration per Day (min)
    WIL-WNR-AV
    PUN
    11/16/2012 5:13:35 PM
    1
    0.03
    7384.27
    7384.27
    246.14
    How to know the the explanations for the underlined items ? 

  • Installing SCCM 2012 DP role on an RODC

    I am aware that it is not recommended to install 'other' software on a DC but can anyone advise if it is possible to install SCCM 2012 DP role (PXE role and software distribution required) on a DC\RODC and still deploy software and images from it? If so,
    what are the requirements for group membership?
    Thanks

    As Benoit says this is supported but not generally recommended in production. Often you can use a Windows 7 computers as the DP on remote sites. However this won't work for you as you require PXE (this depends on WDS which is a server role).
    Why not install a Windows Server OS on a PC (no need for an expensive server) and configure as a DP?
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Machines not Joining Domain SCCM 2012 R2 CU4

    SCCM 2012 R2 CU4
    Recent change CU1-4
    This was all working until recently. The SMSTS log shows no failures. The Netsetup.log has no entries. The Panther\setupact.log shows a few odd things " [msoobe.exe] Failed to open event to start up services [0x80070002]" but then appears
    to proceed fine.
    The account used for Domain join is not locked out. I have no log telling me why it is not working. I have refreshed the drivers on the DP just incase the NIC driver got corrupt, though it appears to be fine in device manager and works.
    I am just lost as I don't have any log that shows me any real failures and since SCCM passes the Domain Join off to the OS I don't know where else to look.

    Is this a duplicate of
    https://social.technet.microsoft.com/Forums/en-US/9122cebc-11b9-4f81-a5d7-3a14667f874c/smts-not-correct-showing-code-0-for-programs-while-none-get-installed-no-domain-join?forum=configmanagerosd#d5670eeb-55de-493c-abf1-eec9397d7081 ?
    Torsten Meringer | http://www.mssccmfaq.de

  • SQL version problem during SCCM 2012 sp1 setup

    Hi
    I am trying to install SCCM 2012 sp1 with a remote sql 2012 server.
    during setup when I enter the SQL name i hit next and then I get this error.
    "Configuration Manager requires Microsoft SQL Server 2008 SP2 with Cumulative update 9 or higher, Microsoft SQL Server 2008 SP3 with Cumulative update
    4 or higher, Microsoft SQL Server 2008 R2 SP1 with Cumulative update 6 or higher or Microsoft SQL Server 2012 with Cumulative update 2 or higher,"
    I installed SQL sp1 and CU3 as well. but still the same error.
    please assist
    thanks
    troy

    Hi,
    If you use default instance, please do not fill in the instance name.
    You could use “telnet sqlserver 1433” to verify the connection and port.
    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

  • Can not get data from mySql

    I prepared a GUI user connection application in NebBeans 5.5 accessing mySql database in the company server. The application run very well in desktop. However, when I post it to the company server web, it gets nothing from the database. Can any one g

  • The pathname, directory name, volume label, or filename is incorrect. ?????

    Viewed 1 time I am trying to send a file from my RTOS remote system to my Windows Host computer across the network. I keep getting this error. I have tried to build this pathname with backslashes, front slashes, double slashes, quotes, absolute path,

  • Why won't it manually backup?

    I plug my 5s into its cable and launch iTunes.  It shows it backed up to iCloud yesterday.  I clicked "Back Up Now".  The barber pole starts and it reports "Backing up xxx iPhone".   iCloud radio button is checked.  Under Latest Backups it still repo

  • Compare values in list box

    Hi, I need to compare initial and current value in the list box. I' am trying to do the comparison in onSelect event. Here how can I get the initial value. I guess we will get the current value here. Or let me know if you have some better suggestions

  • Why does apple take off apple ipod nano chromatic for the 5th generation?

    What can I do if mi iPod nano chromatic of 5th generation ir really does not works so well the only buttons that work are the Middle one, The circle for changing volumen, and the one to go back... But the Menu button, The pause botton, and the one to