Updates on Configuration Manager in AW fails

Got a UCCE 9.0.3 Deployment with 2 Primary AW/HDS boxes. Having an issue with the LoggerB for some reason. When LoggerA is up, I can make changes in AW-A in Configuration Manager (such as adding or deleting an agent) and if I go to ICMBA and look at the Configuration Table>Agent, I can see both Loggers updating. However, when I manually stop LoggerA  services, I can't make any changes.  I'm getting the below error from uaw:
dis-uaw Trace: Error:GetHostIPAdresses Unable to get the hostname 10093   
dis-uaw Connection to Central Controllerdatabase failed!! host name: , IP:
I believe I should be getting the hostname and IP but it doesn't show up on the log. I do have host files configured on all boxes and am able to ping all the hostnames just fine. Validated I got mixed mode setup in SQL as well on both Loggers and AW. I am also able to login to both Roggers in SQL Server Management Studio from both AWs and from each Rogger. Any ideas why?

Here's a snapshot of the logs I got from uaw. Can't figure out why ICMDBA is not able to see LoggerB DB.
10:01:33:450 dis-uaw Initializing Event Management System (EMS) Library.
10:01:35:451 dis-uaw Trace: EMS Server pipe ucce\Distributor\uawEMSPipe enabled for ucce\Distributor\uaw
10:01:35:451 dis-uaw Trace: Release 9.0.1.0 , Build 1454
10:01:35:451 dis-uaw Initializing Node Manager Library.
10:01:37:451 dis-uaw Trace: AWUtils.DLL:InitAWUtils() Called :Initialized : FlaseCurrent Instance : New     Instance : ucceCurrent node : New     Node : Distributor
10:01:37:451 dis-uaw Trace: AWUtils:CreateDLLHandles - Global\ucceLocalAWDBMutex
10:01:37:451 dis-uaw Trace: AWUtils:CreateDLLHandles - Global\DistributorucceGeoMemMutex
10:01:37:451 dis-uaw Trace: AWUtils:CreateDLLHandles - Global\DistributorucceRtClientMutex
10:01:37:451 dis-uaw Trace: AWUtils:AWUTILSSPEC - Global\ChangesMutex:768
10:01:37:451 dis-uaw Trace: AWUtils:AWUTILSSPEC - Global\UpdateAW768
10:01:37:452 dis-uaw Trace: Creating worker threads.
10:01:37:452 dis-uaw Trace: Attempting to connect to local database "ucce_awdb"
10:01:37:481 dis-uaw Trace: Connected to SQL Server 10.50.255 on server DRAW01.
10:01:37:481 dis-uaw EMS pipe:
\\DRAW01\pipe\ICM\ucce\Distributor\RouterB\EMSServer
10:01:37:481 dis-uaw Trace: Attempting to connect to central controller database "ucce_sideB" on server "DRROGGER01"
10:01:46:428 dis-uaw Trace: New notification client: ccdb on pipe 0x1c0.
10:01:46:429 dis-uaw Trace: New notification client: ccdb on pipe 0x1c4.
10:01:46:429 dis-uaw Trace: New notification client: ccdb on pipe 0x1c8.
10:02:38:494 dis-uaw Trace: Error:GetHostIPAdresses Unable to get the hostname 10093
10:02:38:494 dis-uaw Connection to Central Controller database failed!! host name: , IP:   
10:02:43:494 dis-uaw Trace: Error source: dbopen
10:02:43:494 dis-uaw Trace: DB Library error: Unable to connect: SQL Server is unavailable or does not exist.  Specified SQL server not found.
10:02:43:494 dis-uaw Trace: SQL Server message: 
10:02:43:494 dis-uaw Trace: Check your AD Domain to ensure that the user is in the required groups to perform this action
10:02:43:494 dis-uaw Trace: This process will continue to restart until the user credentials are corrected and the user has the rights to perform its require tasks
Anyone know why?

Similar Messages

  • [Forum FAQ] Configuration Manager Console shows nothing if you change SSRS to using SSL after Reporting Service Point is installed

    If the SSRS is changed to SSL mode and http binding is removed after Reporting Service Point is installed. The Configuration Manager Console shows nothing in Reporting Pane. After digging into this problem, the cause is that the SSRS information has not
    been updated in Configuration Manager Database. The following steps are taken for finding the root cause.
    1. After changing to SSL, the Reporting Service Point log shows the error as shown in Figure 1.
    The request failed with HTTP status 404: Not Found.
    (!) SRS not detected as running
    Failures reported during periodic health check by the SRS Server DB2.SCJIZHO.COM.
    Figure 1
    From the error, seems the cause was the Reporting Service Point detected a wrong port. We digged around in Registry and found the information is a Registry key named ReportServerUri at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP. After changing the Report
    Server address to https. The error is gone as shown in Figure 2. But the issue remains, the Console still shows nothing. It is not a right direction.
    Figure 2
    2. Open the Console log file, it also shows some valuable information.
    instance of __ExtendedStatus
                    Operation = "ExecQuery";
                    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'PRI'";
                    ProviderName = "WinMgmt";
    \r\n
    [1, PID:3136][04/24/2014 01:46:00] :Property: 'LastModifiedTime'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [52, PID:3136][05/11/2014 20:14:15] :[ReportProxy] - User-specified default Reporting Point [PRI.scjizho.com] could not be found, [DB2.scjizho.com] is now the default Reporting Point (Figure 3).
    Figure 3
    It seems the Console wants to access the old http site and it fails to get into the site for sure. Actually, the Site Configuration information is come from Site Control File and as we all know that ConfigMgr 2012 doesn’t store the Site Control file in the
    file system. However, it’s stored in the SQL database (as XML file). The XML file is stored in a view named vSMS_SC_SiteControlXML. This view is a read-only view. We cannot edit it directly. The related table stored the SSRS information for this view is SC_SysResUse_Property.
    Running the following query will list the SSRS address. We can see the address is still the old one. This is why the Console shows nothing.
    SELECT
    name,
    value2
    FROM dbo.SC_SysResUse_Property
    where name
    ='ReportServerUri'
    or name=
    'ReportManagerUri'
    Remarks:
    This article is just to let you know why the Console cannot show the Reports after changing to SSL mode. We do not intend to make you change the table in Database, if you want to change it, you will be at your own risk. The real solution to this situation
    is to reinstall your Reporting Service Point.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Ok, but how do you solve this problem? Does uninstalling the RP and adding it back solve this problem?
    http://www.enhansoft.com/

  • Can't create Source Instance in Configuration manager (BI Apps 11.1.1.7.1)

    Hi
    While configuration i created one source instance for EBS R12.1.3 but I logged into to ODI client Studio and By mistake i deleted 'Data Server' from Topology which i created during Source Instance Creation/configuration on Configuration Manager(CM).
    It wasn't intentionally by mistake i deleted. Due to that reason i am not able to edit source instance. once i try to edit when i save it error pop-ups ""Error: ODI-10182: uncategorized exception during repository access. ORA-00001: unique constrain (DEV_BIA_ODIREPO.AK_CONNECT) violated" .
    Its was bug but after ODI 11.1.1.6.0 they fix it
    Metalink Note (
    1- Note 1545938.1: ODI-10182 and ORA-02292 Errors Signalled After Deleting Unnecessary Datastore in ODI 11g Integration Interface
    2- BUG
    https://support.oracle.com/epmos/faces/BugDisplay?_afrLoop=96427980024293&id=13916069&_afrWindowMode=0&_adf.ctrl-state=1536syzwe9_437
    However I tried following Cases:
    1- Tried to Edit Source Instance from Configuration manager (CM) but Gave me Error: "Error: ODI-10182: uncategorized exception during repository access. ORA-00001: unique constrain (DEV_BIA_ODIREPO.AK_CONNECT) violated".
    2- Tried to Create New Data Server by using Same Source Source Instance on Configuration manager (CM). Failed with error message:'Source system invalid '.
    3- Tried to re-create Same Data Server Name in ODI Studio with Same name. Failed due to error: "Alread Data Server exists"
    So no success so far. I am trying to edit source System Instance but no success so far.
    Versions:
    OBI Apps: 11.1.1.7.1
    OBIEE: 11.1.1.7.0
    ODI: 11.1.1.7.0
    Database: Oracle 11.2.0.3
    OS: Windows 2008 R2
    regards
    sher ullah baig

    I rise SR with oracle and they offered below solution,  i hope it will help someone. 
    How to delete a source system?
    The Configuration Manager user interface does not include a way to delete a source system. In the Define Business Intelligence Applications page you can only add or edit a source system.
    By manually removing the source system from Oracle Data Integrator and from the tables in the back-end database you can effectively delete a source system.
    To manually delete the source system:
    1. Connect to the application database through a utility such as SQL*Plus or SQL Developer, logged in as the same user configured in the WebLogic data source.
    2. Find the source system identifier number of the source system you want to delete by executing the following SQL and looking at the value of column DATASOURCE_NUM_ID:
    SELECT DATASOURCE_NAME, DATASOURCE_NUM_ID FROM C_DATA_SOURCE;
    3. Go to ODI Studio and delete the physical schema associated with the source system.
    4. In ODI Studio go to the respective logical schema:
    2.1. Go to flexfield tab
    2.2. Mark the checkbox for Data source num id flexfield to use default value.
    5. In SQL*Plus or SQL Developer execute the following statements where the bind variable, :Bind_DatasourceNumId, is set to the value of the source system identifier. These SQL statements may also be placed in a script, if needed for later use.
    DELETE FROM C_DATA_SERVER WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_DATA_SOURCE_DISABLEDOFFR_REL WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_EXECUTION_PLAN_FACTGROUP_REL WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_LOAD_PLAN_GENERATION_STEP WHERE EXECUTION_PLAN_ID IN (SELECT EXECUTION_PLAN_ID FROM C_EXECUTION_PLAN WHERE EXECUTION_PLAN_ID NOT IN (SELECT EXECUTION_PLAN_ID FROM C_EXECUTION_PLAN_FACTGROUP_REL));
    DELETE FROM C_EXECUTION_PLAN WHERE EXECUTION_PLAN_ID NOT IN (SELECT EXECUTION_PLAN_ID FROM C_EXECUTION_PLAN_FACTGROUP_REL);
    DELETE FROM C_SRC_DOMAIN_MEMBER_TL WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_SRC_DOMAIN_MEMBER WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_DOMAIN_MEMBER_MAP WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_PARAM_DW_VAL WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_PARAM_DW_VAL_AUDIT WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_DATA_SOURCE WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    COMMIT;
    =========================================
    Regards
    Sher ullah baig

  • [Forum FAQ] WSUS Configuration Manager failed to subscribe to update categories and classifications on WSUS Server

    Symptom:
    You might see an error in Software Update Point Status Message when you run software updates synchronization. (Figure 1)
    WSUS Configuration Manager failed to subscribe to update categories and classifications to WSUS Server “Server Name”
    Figure 1
    When you check the WCM.log, WSUSCtrl.log and wsyncmgr.log. There is an error in WCM.log-“Category Product:6d76a2a5-81fe-4829-b268-6eb307e40ef3 (Windows 7 Language Packs) not found
    on WSUS”. (Figure 2)
    WCM.log:
    Figure 2
    Cause:
    Windows 7 language packs are available for computers that are running Windows 7 Ultimate or Windows 7 Enterprise. The Windows 7 language packs can be installed only from the Optional
    Updates section in Windows Update. However, these language packs are not available on the Microsoft Windows Server Update Services (WSUS) server or through the Microsoft Download Center.
    For more information, please review the link below:
    Windows 7 language packs are available for computers that are running Windows 7 Ultimate or Windows 7 Enterprise
    http://support.microsoft.com/kb/2534462/he
    Resolution:
    Go to Administration -> Overview -> Site Configuration -> Sites -> Right-click CAS -> Configure Site Components -> SUP Products tab, uncheck “Windows 7 Language
    Packs”, then sync again. (Figure 3)
    Figure 3
    After Sync successfully, the “Windows 7 Language Packs” option disappeared. (Figure 4)
    Figure 4
    Alternative:
    About installing Windows 7 language packs, you could use SCCM 2012 Package feature (download manually) or Windows Update.
    http://windows.microsoft.com/en-HK/windows/language-packs#lptabs=win7
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    I managed to fix my issue by coping the Client, ClientUpgrade, and Scripts from the files from SCCM install discs folder SMSSETUP to c:\program files\Microsoft Configuration Manager folder.  I noticed that some of the files in the scripts
    folder was missing and I copied the other folders over because I felt that maybe my local copy of the Client installer where missing some key files as well.  Once I did that and disabled software update push, restarted the wsus computer, and re-enabled
    the software update push it was able to publish the client and start installing it that way.
    I thing the initial log messages where pointing me in the wrong direction for a few hours because I was thinking it was permissions as well and kept trying to figure that out but in the end I do not believe any of that was the reason I was receiving the
    same error as you where.

  • Updating hybrid configuration failed - Kerberos authentication: The network path was not found

    I'm configuring Exchange 2010 SP3 as a Hybrid server with Exchange Online. This is a single server running Exchange roles Mailbox, Client Access, Unified Messaging and Hub Transport.
    When I run the Manage Hybrid Configuration, I receive the following error:
    Updating hybrid configuration failed with error
    'System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : WinRM cannot process the request. The following error occurred while using Kerberos authentication: The network
    path was not found.
    The full text from the Hybrid Configuration log file (C:\Program Files\Microsoft\Exchange Server\V14\Logging\Update-HybridConfiguration)
    [1/5/2014 21:21:1] INFO:Opening runspace to
    http://[servername]/powershell?serializationLevel=Full
    [1/5/2014 21:21:1] INFO:Disconnected from On-Premises session
    [1/5/2014 21:21:1] ERROR:Updating hybrid configuration failed with error 'System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : WinRM cannot process the request. The following
    error occured while using Kerberos authentication: The network path was not found. 
     Possible causes are:
      -The user name or password specified are invalid.
      -Kerberos is used when no authentication method and no user name are specified.
      -Kerberos accepts domain user names, but not local user names.
      -The Service Principal Name (SPN) for the remote computer name and port does not exist.
      -The client and remote computers are in different domains and there is no trust between the two domains.
     After checking for the above issues, try the following:
      -Check the Event Viewer for events related to authentication.
      -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
     Note that computers in the TrustedHosts list might not be authenticated.
       -For more information about WinRM configuration, run the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.
       at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
       at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOpen(IAsyncResult asyncResult)
       at System.Management.Automation.Runspaces.RunspacePool.Open()
       at System.Management.Automation.RemoteRunspace.Open()
       at Microsoft.Exchange.Management.Hybrid.RemotePowershellSession.Connect(PSCredential credentials, CultureInfo sessionUiCulture)
       at Microsoft.Exchange.Management.Hybrid.Engine.Execute(ILogger logger, String onPremPowershellHost, PSCredential onPremCredentials, PSCredential tenantCredentials, HybridConfiguration hybridConfiguration)
       at Microsoft.Exchange.Management.SystemConfigurationTasks.UpdateHybridConfiguration.InternalProcessRecord()'.
    I have sought help, posting on the forum at community.office365.com -
    http://community.office365.com/en-us/forums/158/t/212265.aspx. But I've got to a point where I believe the problem is more to do with how PowerShell is operating on the on-prem Exchange server.
    Has anyone else come across this problem running the Hybrid Configuration Wizard?

    Hello Darrell,
    Have you verified the settings of Powershell virtual directories for the on-premises Exchange Servers? The following article has a list of some common issues with that virtual directory and how to correct them:
    http://technet.microsoft.com/en-us/library/ff607221(v=exchg.80).aspxI would take a look at the one titled "Configure Kerberos Authentication" specifically to ensure everything
    looks good.
    As the article states you can run the Exchange BPA and it will check if any of these exist as well.

  • Kerberos Configuration Manager for SQL Server: Access of system information failed!

    I'm trying to use the new Kerberos Configuration Manager for SQL Server tool that was released recently to verify SPN on several SQL Servers, but any time I attempt to connect to a server I get the following error in the log:
    6/24/2013 3:48:22 PM Info: Connect to WMI, \\<HOSTNAME>\root\cimv2
    6/24/2013 3:48:25 PM Error: Access of system information failed System.DirectoryServices.AccountManagement.PrincipalOperationException: An error (1332) occurred while enumerating the group membership.  The member's SID could not be resolved.
       at System.DirectoryServices.AccountManagement.SAMMembersSet.IsLocalMember(Byte[] sid)
       at System.DirectoryServices.AccountManagement.SAMMembersSet.MoveNextLocal()
       at System.DirectoryServices.AccountManagement.SAMMembersSet.MoveNext()
       at System.DirectoryServices.AccountManagement.FindResultEnumerator`1.MoveNext()
       at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value, IEqualityComparer`1 comparer)
       at KerberosCM.WMIHelper.isUserLocalAdmin(SystemInfo si, UserPrincipal user)
       at KerberosCM.WMIHelper.getUserInfo(SystemInfo mi)
    6/24/2013 3:48:25 PM Error: Error System.Exception: Access of system information failed!
       at KerberosCM.WMIHelper.getUserInfo(SystemInfo mi)
       at KerberosCM.SystemInfo.GetInfo()
       at KerberosConfigMgr.Utility.Login(String serverName, String login, String password, Boolean isCmdLine, Form uiForm)
    Things I have tried to resolve this:
    1. Verified that my account is a Domain Admin.
    2. Attempt to connect locally without inputting any information for server/user/pw
    3. Attempt to connect remotely using server/user/pw
    I always receive the same error message and log: Access of system information failed!
    Has anyone else run into this issue?

    Update to this:
    There were some invalid user accounts added to the Local Administrators group only showing up as a GUID. This caused the enumeration of the group to fail and generate the error in my original post. Removing those user accounts from the Administrators group
    got past the enumeration error.
    However, now when attempting to connect to the servers (locally or remotely) I get this error:
    6/27/2013 10:24:24 AM Info: Connect to WMI, \root\cimv2
    6/27/2013 10:24:38 AM Error: Access of system information failed System.Runtime.InteropServices.COMException (0x80070035): The network path was not found.
       at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
       at System.DirectoryServices.DirectoryEntry.Bind()
       at System.DirectoryServices.DirectoryEntry.get_AdsObject()
       at System.DirectoryServices.PropertyValueCollection.PopulateList()
       at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName)
       at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)
       at System.DirectoryServices.AccountManagement.SAMStoreCtx.ResolveCrossStoreRefToPrincipal(Object o)
       at System.DirectoryServices.AccountManagement.SAMMembersSet.MoveNextForeign()
       at System.DirectoryServices.AccountManagement.SAMMembersSet.MoveNext()
       at System.DirectoryServices.AccountManagement.FindResultEnumerator`1.MoveNext()
       at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value, IEqualityComparer`1 comparer)
       at KerberosCM.WMIHelper.isUserLocalAdmin(SystemInfo si, UserPrincipal user)
       at KerberosCM.WMIHelper.getUserInfo(SystemInfo mi)
    6/27/2013 10:24:38 AM Error: Error System.Exception: Access of system information failed!
       at KerberosCM.WMIHelper.getUserInfo(SystemInfo mi)
       at KerberosCM.SystemInfo.GetInfo()
       at KerberosConfigMgr.Utility.Login(String serverName, String login, String password, Boolean isCmdLine, Form uiForm)

  • "Configuration Manager cannot connect to the site" after site update from SP1 to R2

    Our dev SCCM environment only has a single primary site with a remote SQL database.  Initially, the dev primary site had SP1 Beta (5.00.7782.1000) installed but as everyone is aware there is no upgrade path available to SP1 or R2 from Beta; so, we uninstalled
    the site and removed the database, re-installed SP1 non-Beta (5.00.7804.1000), then proceeded to update all devices with the latest client agent.  Afterwards, we attempted to upgrade the site from SP1 non-Beta (5.00.7804.1000) to R2 (5.00.7958.1000).
     All seemed well until we attempt to open the Configuration Manager console and we get the following error message:
    Configuration Manager cannot connect to the site (Site Name)
    The Configuration Manager Administrator console could not connect to the Configuration Manager site database. Verify the version of the console is compatible with the version of the site server you are connecting to and then try to connect again.
    So we tried reinstalling the console directly from here...
    "C:\Program Files\Microsoft Configuration Manager\tools\ConsoleSetup\AdminConsole.msi"
    still the same error message persisted, so we tried installing it from here...
    "C:\Program Files\Microsoft Configuration Manager\tools\ConsoleSetup\ConsoleSetup.exe"
    still the same error message persisted, so then we tried installing it directly from the R2 (5.00.7958.1000) installation media, and afterwards the same error message persisted....
    All along, we were checking the AdminConsole log from here:
    "C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\AdminUILog\SmsAdminUI.log"
    Here are the contents:
    [4, PID:4836][04/22/2014 15:21:10] :Property: 'Features'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [4, PID:4836][04/22/2014 15:21:10] :ReadExtraProperties: Failed to initialize extra properties
    [4, PID:4836][04/22/2014 15:21:11] :Transport error; failed to connect, message: 'The Configuration Manager Administrator console could not connect to the Configuration Manager site database. Verify the version of the console is compatible with the version
    of the site server you are connecting to and then try to connect again.'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.SmsConnectionWithDetailException\r\nThe Configuration Manager Administrator console could not connect to the Configuration Manager
    site database. Verify the version of the console is compatible with the version of the site server you are connecting to and then try to connect again.\r\n   at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.ValidateConnectionParameters(ConnectionManagerBase
    connection)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nNo details are available for this error.\r\n
    Once again, we validated we could connect to the SQL database from this box, and that the console was at the same version as the site.  Any help or guidance with getting our access to the console restored after the SP1 to R2 upgrade would be greatly
    appreciated. 

    From the Primary Site Server, I tried uninstalling the Admin Console and re-installing using:
    consolesetup.exe /q TargetDir="%ProgramFiles%\Microsoft Configuration Manager" EnableSQM=0 DefaultSiteServerName=<SiteServerName>
    Of course replacing <SiteServerName> with the FQDN of my Primary Site Server.  Console installed successfully however the same error message persists.
    Also tried installing the console on a clean Windows Server 2008 R2 installation.  I tried it from the R2 (5.00.7958.1000) installation media, from the "C:\Program Files\Microsoft Configuration Manager\tools\ConsoleSetup\" both without any luck, the
    same error message persists.  I verified I could ping the FQDN of the site server also, and that the firewall between the two permits communication over the ports listed here: http://technet.microsoft.com/en-us/library/hh427328.aspx
    Any help would be greatly appreciated.

  • Build and Capture TS fails in "Prepare Configuration Manager Client" task

    I have a ConfigMgr 2012 R2 + CU1 I use for Windows 7 deployment.
    I have made a "build and Capture" TS in ConfigMgr that I use to build my reference image.
    When I run the TS it fails at the "Prepare Configuration Manager Client" step where I get the following error:
    The task sequence execution engine failed executing the action (Prepare Configuration Manager Client) in the group (Capture the Reference Machine) with the error code 2147749938
    Action output: ... 1 instance(s) of 'SMS_MaintenanceTaskRequests' successful
    Successfully reset Registration status flag to "not registered"
    Successfully disabled provisioning mode.
    Start to cleanup TS policy
    getPointer()->ExecQuery( BString(L"WQL"), BString(pszQuery), lFlags, pContext, ppEnum ), HRESULT=80041032 (e:\nts_sccm_release\sms\framework\core\ccmcore\wminamespace.cpp,463)
    ns.Query(sQuery, &spEnum), HRESULT=80041032 (e:\qfe\nts\sms\framework\tscore\utils.cpp,3666)
    End TS policy cleanup
    TS::Utility::CleanupPolicyEx(false), HRESULT=80041032 (e:\nts_sccm_release\sms\client\osdeployment\preparesmsclient\preparesmsclient.cpp,564)
    pCmd->Execute(), HRESULT=80041032 (e:\nts_sccm_release\sms\client\osdeployment\preparesmsclient\main.cpp,136)
    Wmi query 'select *from CCM_Policy where PolicySource = 'CcmTaskSequence'' failed, hr=0x80041032
    Failed to delete policies compiled by TaskSequence (0x80041032)
    Failed to prepare SMS Client for capture, hr=80041032
    Failed to prepare SMS Client for capture, hr=80041032. The operating system reported error 2147942402: The system cannot find the file specified.
    If I disable the "Install Software Updates" part of my TS it will run without probems. It installs 154 updates during the build.
    I have seen another reference to this problem on this forum but why should the large number of the updates be the reason why the task sequcens cannot prepare the SCCM client for capture.
    Sounds to me that it's a BUG :-(
    Thomas Forsmark Soerensen

    I'm glad I'm not the only one running into this.  I've been racking my brain for the past few days trying to figure out where I went wrong. 
    SCCM 2012 R2 CU1
    Installation properties in TS: SMSMP=mp.f.q.d.n FSP=mp.f.q.d.n DNSSUFFIX=f.q.d.n PATCH="%_SMSTSMDataPath%\Packages\AP200003\hotfix\KB2882125\Client\x64\configmgr2012ac-sp1-kb2882125-x64.msp;%_SMSTSMDataPath%\Packages\AP200003\hotfix\KB2905002\Client\x64\configmgr2012ac-r2-kb2905002-x64.msp;%_SMSTSMDataPath%\Packages\AP200003\hotfix\KB2938441\Client\x64\configmgr2012ac-r2-kb2938441-x64.msp"
    Drop Windows 7 WIM that has all the updates Schedule Updates (offline servicing) installed (169 of 277)
    Apply several updates offline (the dual-reboot Windows 7 updates among others)
    Run Windows Updates more than once to be sure I get everything
    Breaks at the preparing client for capture step
    Is this:
    a bug?
    a known issue
    something that's just frowned upon for no technical reason?
    I'd love to hear from an SCCM guru [at Microsoft] on what the heck is going on here.

  • Service manager Configuration Management Cube Library MP failed status after upgrade SCSM 20012 R2

    Dear,
    After the Upgrade to SCSM 2012 R2, the status of Service manager Configuration Management Cube Library MP is set to Failed and the System library MP is stuck on running in the eventvwr i got the following message:
    Deployment Execution Infrastructure has retried the maximum number of times and is giving up on this execution step.  
    MP Element ID: SystemCenterWorkItemsCube 
    MP name: ServiceManager.ConfigurationManagement.Cubes.Library 
    MP version: 7.5.3079.0 
    Operation: Update 
    Error message: Errors in the metadata manager. The 'XXXXCustomerList_XXXXCustomerListId;' intermediate granularity attribute ID of the 'IncidentDim_XXXXXCustomerList' measure group dimension does not exist.
    I already restarted the deployment of the MP
    regards
    Geert

    Hi !
    This looks like the "Primary Key Issue", documented in the MPSync-Fails Section at
    http://technet.microsoft.com/en-us/library/jj614520.aspx
    1.) Stop, Disable and Disable-Schedule for ALL DW-Jobs
    2.) Follow instructions in the link
    3.) Run DW-Jobs in correct oder like here
    http://blogs.technet.com/b/mihai/archive/2013/07/03/resetting-and-running-the-service-manager-data-warehouse-jobs-separately.aspx
    R.

  • Configuration Manager 2012 SP1 for Windows XP\Win 7\Win 8\Win 8.1 to Windows 8.1 Update 1

    Hi Team,
    We have Configuration manager 2012 SP1 and we have requirement to migrate winXP\Win7\Win8\Win8 systems to Windows 8.1 update 1. We are looking for supporting replace, refresh and baremetal OS deployments. Can anyone give some pointers for things we need
    to take care while planning approach for migrations. OS image for windows 8.1 update 1 are created through MDT 2013 and we are planning to use Config manager 2012 SP1 for deploying these images with above scenarios.
    Regards,

    More info:
    Operating System Deployment in Configuration Manager
    http://technet.microsoft.com/en-us/library/gg682018.aspx
    OSD in System Center 2012 Configuration Manager
    http://www.microsoft.com/en-us/download/details.aspx?id=42959
    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.

  • Windows Updates not showing in Configuration Manager but Endpoint updates are working

    I have an issue which I have found whilst creating ADR's.  I currently have an Endpoint ADR Set up and working and tried to set up a Windows 7 update ADR but cannot get Configuration Manager to locate any updates, I even change properties to just select
    the product 'Windows 7' but when pressing preview I still get no results.
    This is the output from ruleengine.log when I try to run the rule.
    Found notification file C:\Program Files\Microsoft Configuration Manager\inboxes\RuleEngine.box\4.RUL
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    RuleSchedulerThred: Change in Rules Object Signalled.
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3844 (0x0F04)
    Refreshed ScheduleList instance for Rule (1) from schedule string (0153BB0000100100) with next occurence (19/11/2014 12:00:00)
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3844 (0x0F04)
    Refreshed ScheduleList instance for Rule (4) from schedule string (5173BB0000100008) with next occurence (20/11/2014 11:20:00)
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3844 (0x0F04)
    FindNextEventTime found next event for RuleID 1 as :19/11/2014 12:00:00
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3844 (0x0F04)
    RuleEngine: Got next rule execution time successfully. Next event is in  30 minutes
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3844 (0x0F04)
    Sleeping for 15 minutes SMS_RULE_ENGINE
    19/11/2014 11:29:20 3844 (0x0F04)
    Constructing Rule 4 using Auto Deployment Rule Factory
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
        Populating Rule Skeleton SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
        Populating Criterion Skeleton
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
        Populating Action Skeleton SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
        Populating Action Skeleton SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    CRuleHandler: Need to Process 1 rules SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    CRuleHandler: Processing Rule with ID:4, Name:Windows 7 Client Update Deployment Rule.
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    Evaluating Update Criteria for AutoDeployment Rule 4
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
      Evaluating Update Criteria... SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
        Rule Criteria is: <UpdateXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="SMS_SoftwareUpdate" LocaleId="1033"><UpdateXMLDescriptionItems><UpdateXMLDescriptionItem
    PropertyName="BulletinID" UIPropertyName=""><MatchRules><string>MS</string></MatchRules></UpdateXMLDescriptionItem><UpdateXMLDescriptionItem PropertyName="DateRevised" UIPropertyName=""><MatchRules><string>1:0:0:0</string></MatchRules></UpdateXMLDescriptionItem><UpdateXMLDescriptionItem
    PropertyName="_Product" UIPropertyName=""><MatchRules><string>'Product:bfe5b177-a086-47a0-b102-097e4fa1f807'</string></MatchRules></UpdateXMLDescriptionItem><UpdateXMLDescriptionItem PropertyName="IsSuperseded"
    UIPropertyName=""><MatchRules><string>false</string></MatchRules></UpdateXMLDescriptionItem></UpdateXMLDescriptionItems></UpdateXML>
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
          Inserting PropertyName:BulletinID, PropertyValue:MS
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
          Inserting PropertyName:DateRevised, PropertyValue:1:0:0:0
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
          Inserting PropertyName:_Product, PropertyValue:'Product:bfe5b177-a086-47a0-b102-097e4fa1f807'
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
          Inserting PropertyName:IsSuperseded, PropertyValue:false
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
        Query to run is: select CI_ID from dbo.fn_ListUpdateCIs(1033) ci~where IsExpired=0~  and (BulletinID like N'%MS%')~  and (DateRevised>=N'2013-11-19 11:29:20')~  and (IsSuperseded=0)~  and (CI_ID in (select CI_ID from v_CICategories_All
    where CategoryInstance_UniqueID in (N'Product:bfe5b177-a086-47a0-b102-097e4fa1f807')))
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
      Rule resulted in a total of 0 updates
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
      Evaluation Resultant XML is: <EvaluationResultXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><CI_IDs></CI_IDs> </EvaluationResultXML>
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    Enforcing Content Download Action SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    Download Rule Action XML is: <ContentActionXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><PackageID>NC20000A</PackageID><ContentLocales><Locale>Locale:9</Locale><Locale>Locale:0</Locale></ContentLocales><ContentSources><Source
    Name="Internet" Order="1"/><Source Name="WSUS" Order="2"/><Source Name="UNC" Order="3" Location=""/></ContentSources></ContentActionXML>
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    Criteria Filter Result XML is: <EvaluationResultXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><CI_IDs></CI_IDs> </EvaluationResultXML>
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    0 update(s) need to be downloaded in package "NC20000A" (\\SCCM2012R2\UpdateServicesPackages\Updates\Windows 7 Updates)
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    List of update(s) which match the content rule criteria = {}
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    No new update was added to the package. Package "NC20000A" would not be updated.
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    Download action completed for the AutoDeployment
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    Enforcing Create Deployment Action SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
      Create Deployment Rule Action XML is: <DeploymentCreationActionXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><CollectionId>NC20000C</CollectionId><IncludeSub>true</IncludeSub><Utc>false</Utc><Duration>7</Duration><DurationUnits>Days</DurationUnits><AvailableDeltaDuration>0</AvailableDeltaDuration><AvailableDeltaDurationUnits>Hours</AvailableDeltaDurationUnits><SuppressServers>Checked</SuppressServers><SuppressWorkstations>Unchecked</SuppressWorkstations><PersistOnWriteFilterDevices>Unchecked</PersistOnWriteFilterDevices><AllowRestart>false</AllowRestart><DisableMomAlert>true</DisableMomAlert><GenerateMomAlert>false</GenerateMomAlert><UseRemoteDP>true</UseRemoteDP><UseUnprotectedDP>true</UseUnprotectedDP><UseBranchCache>true</UseBranchCache><EnableDeployment>true</EnableDeployment><EnableWakeOnLan>false</EnableWakeOnLan><AllowDownloadOutSW>false</AllowDownloadOutSW><AllowInstallOutSW>false</AllowInstallOutSW><EnableAlert>true</EnableAlert><AlertThresholdPercentage>90</AlertThresholdPercentage><AlertDuration>7</AlertDuration><AlertDurationUnits>Days</AlertDurationUnits><EnableNAPEnforcement>false</EnableNAPEnforcement><UserNotificationOption>HideAll</UserNotificationOption><LimitStateMessageVerbosity>true</LimitStateMessageVerbosity><StateMessageVerbosity>1</StateMessageVerbosity><AllowWUMU>false</AllowWUMU><AllowUseMeteredNetwork>false</AllowUseMeteredNetwork></DeploymentCreationActionXML>
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
      Rule XML is: <AutoDeploymentRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DeploymentName>Windows 7 Client Update Deployment Rule</DeploymentName><DeploymentDescription/><LocaleId>1033</LocaleId><UseSameDeployment>false</UseSameDeployment><EnableAfterCreate>true</EnableAfterCreate><NoEULAUpdates>false</NoEULAUpdates><AlignWithSyncSchedule>false</AlignWithSyncSchedule><ScopeIDs><ScopeID>NC200001</ScopeID><ScopeID>SMS00UNA</ScopeID></ScopeIDs></AutoDeploymentRule>
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
      Criteria Filter Result XML is: <AutoDeploymentRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DeploymentName>Windows 7 Client Update Deployment Rule</DeploymentName><DeploymentDescription/><LocaleId>1033</LocaleId><UseSameDeployment>false</UseSameDeployment><EnableAfterCreate>true</EnableAfterCreate><NoEULAUpdates>false</NoEULAUpdates><AlignWithSyncSchedule>false</AlignWithSyncSchedule><ScopeIDs><ScopeID>NC200001</ScopeID><ScopeID>SMS00UNA</ScopeID></ScopeIDs></AutoDeploymentRule>
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
        Parsing Deployment Action XML...
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
        Parsing Rule XML... SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    Could not find element DeploymentId SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    Could not find element UpdateGroupId SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    Could not find element UpdateGroupName SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    The rule resulted in no updates being found. Skip deployment creation or update...
    SMS_RULE_ENGINE 19/11/2014 11:29:20
    3840 (0x0F00)
    CRuleHandler: Rule 4 Successfully Applied! SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    CRuleHandler: ResetRulesAndCleanUp() SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    Updated Success Information for Rule: 4 SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    CRuleHandler: Deleting Rule 4 SMS_RULE_ENGINE
    19/11/2014 11:29:20 3840 (0x0F00)
    I am a bit stumped with this so if anyone can help I would be grateful.
    Thanks
    Paul

    Just seen wsyncmgr is busy syncing updates so actually I think I need more patience :-)
    That's always a good idea when using ConfigMgr ...
    Torsten Meringer | http://www.mssccmfaq.de

  • Configuration Manager - Fails to run due to Administrator rights

    Hi All,
    I solved this issue for a client today when running configuration Manager during installation.
    After asking for the language it gives the error:  ALC-LCM-000-020 "Failed to launch Configuration Manager".
    The Configuration Manager log file contains the stack trace below.
    It was very similar to this issue (reported in Cold Fusion):  http://forums.adobe.com/thread/228722
    I discovered the installation was running from a domain administrator account, which had Windows Explorer Shell paths locked out.
    I got them create a local administrator account (not a domain account), and it worked
    Good luck!
    Tim
    [2011-07-19 12:02:29,687], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.core.LCMDataManager, Loading config: /lcm-config.xml
    [2011-07-19 12:02:32,360], SEVERE, AWT-EventQueue-0, com.adobe.livecycle.lcm.gui.LCMGUI, Failed to launch GUI
    java.lang.RuntimeException: java.io.IOException: Could not get shell folder ID list
    at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Unknown Source)
    at sun.awt.shell.Win32ShellFolder2.getFileSystemPath(Unknown Source)
    at sun.awt.shell.Win32ShellFolderManager2.getPersonal(Unknown Source)
    at sun.awt.shell.Win32ShellFolderManager2.get(Unknown Source)
    at sun.awt.shell.ShellFolder.get(Unknown Source)
    at sun.swing.WindowsPlacesBar.<init>(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFolder(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents(Unknown Source)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknown Source)
    at javax.swing.JComponent.setUI(Unknown Source)
    at javax.swing.JFileChooser.updateUI(Unknown Source)
    at javax.swing.JFileChooser.setup(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at com.adobe.livecycle.lcm.gui.widgets.BrowsePanel.<init>(BrowsePanel.java:78)
    at com.adobe.livecycle.lcm.feature.configureLC.ConfigureFontsDialog.initialize(ConfigureFont sDialog.java:241)
    at com.adobe.livecycle.lcm.feature.configureLC.ConfigureFontsDialog.<init>(ConfigureFontsDia log.java:106)
    at com.adobe.livecycle.lcm.feature.configureLC.ConfigureFontsDialog.<init>(ConfigureFontsDia log.java:93)
    at com.adobe.livecycle.lcm.gui.WizardSequenceInitializer.initWizards(WizardSequenceInitializ er.java:392)
    at com.adobe.livecycle.lcm.gui.LCMMainFrame.initWizards(LCMMainFrame.java:510)
    at com.adobe.livecycle.lcm.gui.LCMMainFrame.<init>(LCMMainFrame.java:137)
    at com.adobe.livecycle.lcm.gui.LCMGUI.createAndShowGUI(LCMGUI.java:238)
    at com.adobe.livecycle.lcm.gui.LCMGUI.access$000(LCMGUI.java:49)
    at com.adobe.livecycle.lcm.gui.LCMGUI$1.run(LCMGUI.java:95)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

    I think this can be fixed by parsing / registering the sqlmgmproviderxpsp2up mof file.
    Have a look here - http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx
    Thanks, Leks
    That was the first thing I tried :)
    I've also tried this: http://social.msdn.microsoft.com/Forums/en/sqltools/thread/468b8484-2729-4a06-bfc3-efe54507dcb6
    and this: http://msmvps.com/blogs/martinpoon/archive/2009/11/27/sql-server-configuration-manager-cannot-connect-to-wmi-provider-invalid-class-0x80041010.aspx
    and that: http://www.nucleustechnologies.com/Repair-WMI-Services.php
    and some other stuff I could find.
    At least I've tried to repair Sql 2008 installation. But it also did not work.
    Lastly I've uninstalled all the instances and components related with sql. And I renamed the folders (C:\Program Files\Microsoft SQL Server and the hidden folder C:\ProgramData\Microsoft\Microsoft SQL Server) and made a clean install. Voila, it worked!
    But the "Sql Server Configuration Manager"s icon has gone somewhere :) Anyway it works fine now.
    I had to do that because I have a project to finish.
    Poor Microsoft!

  • Sql server configuration manager remote procedure call failed(0x800706be)

    Hi,
    My Sql Server Management Studio working well. But When I open Sql server configuration manager I Got an error
    “Remote procedure call failed (0x800706be)”
    I tried Goggling the problem and solve it but I am not getting any valuable
    solution. Is anyone solve this problem
    I attach snap here
    MySql Server Details:
    Microsoft SQL Server 2008 R2 (RTM) - 10.50.1617.0 (X64) Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: )

    This error appears to happen when .mof files (Managed Object Format (MOF)) don’t get installed and registered correctly during set-up. To resolve this issue, I executed
    the following mofcomp command in command prompt to re-register the *.mof files:
    mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
    Regards,
    Basit A. Farooq (MSC Computing, MCITP SQL Server 2005 & 2008, MCDBA SQL Server 2000)
    http://basitaalishan.com
    cau u pls tell me how to type this command on command prompt. I also have the same error in sql server 2008. I allready have sql server 2008 sp2 installed. When I was trying to type this command as it it by copying this full command to command prompt it
    shows that command not found as follows
    C:\>mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmpr
    oviderxpsp2up.mof"
    Microsoft (R) MOF Compiler Version 6.1.7600.16385
    Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
    File 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2
    up.mof' not found!
    please tell me step by step 
    thanks 
    nravhad

  • Configuration Manager client upgrade package failing to download to DPs

    Hello,
    I am receiving the following error in distmgr.log "Failed to get RDC signature path for for package SF100004 version 1. Error = 2"
    "SF100004" is the "Configuration Manager client upgrade package"
    Is there a way to rebuild/repair this package? 

    Yes, I did find out how to fix the problem. I had to use a power shell script to call WMI on the site server to manually force a refresh of the package having problems.
    $SiteCode = "SF1"
    $PackageID = "SF100004"
    $distpoints = Get-WmiObject -Namespace "root\SMS\Site_$($SiteCode)" -Query "Select * From SMS_DistributionPoint WHERE PackageID='$PackageID'"
    foreach ($dp in $distpoints)
    $dp.RefreshNow = $true
    $dp.Put()

  • Sql Server Configuration Manager fails to start

    Hi,
    My Os is Windows 7 Enterprise.
    I have Sql Server 2008 Developer Edt. with sp1
    and Sql Server 2005 express (which comes with Visual Studio)
    When I try to open Configuration Manager it fails:
    Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later server with SQL Server Configuration Manager.
    Invalid class [0x80041010]
    I've tried everything I could find on the net. But none of them worked for me.
    Later, I realised that the file called "sqlwep-uni.mof" under "c:\Program Files\Microsoft SQL Server\MSSQL10.INSTANCENAME\MSSQL\Binn" has failed with mofcomp command.
    Microsoft (R) MOF Compiler Version 6.1.7600.16385
    Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
    Parsing MOF file: sqlwep-uni.mof
    MOF file has been successfully parsed
    Storing data in the repository...
    An error occurred while processing item 4 defined on lines 88 - 88 in file sqlwep-uni.mof:
    Error Number: 0x8004100e, Facility: WMI
    Description: Invalid namespace
    Compiler returned error 0x8004100e
    Any suggestions?

    I think this can be fixed by parsing / registering the sqlmgmproviderxpsp2up mof file.
    Have a look here - http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx
    Thanks, Leks
    That was the first thing I tried :)
    I've also tried this: http://social.msdn.microsoft.com/Forums/en/sqltools/thread/468b8484-2729-4a06-bfc3-efe54507dcb6
    and this: http://msmvps.com/blogs/martinpoon/archive/2009/11/27/sql-server-configuration-manager-cannot-connect-to-wmi-provider-invalid-class-0x80041010.aspx
    and that: http://www.nucleustechnologies.com/Repair-WMI-Services.php
    and some other stuff I could find.
    At least I've tried to repair Sql 2008 installation. But it also did not work.
    Lastly I've uninstalled all the instances and components related with sql. And I renamed the folders (C:\Program Files\Microsoft SQL Server and the hidden folder C:\ProgramData\Microsoft\Microsoft SQL Server) and made a clean install. Voila, it worked!
    But the "Sql Server Configuration Manager"s icon has gone somewhere :) Anyway it works fine now.
    I had to do that because I have a project to finish.
    Poor Microsoft!

Maybe you are looking for

  • All photos VS Photos view - somebody please explain

    I'm still getting to grips with the new photos app, could somebody please explain to me how the 'all photos' view works as the photos seem to appear in a weird order. What is the logic to how they are displayed?  the Photos view seems to make sense a

  • How to check when DB is Restarted

    Hi all, I have a small problem. I am doing database transactions using a class which will run continuously in the background of my main application(From which I am calling the functions of former class and do DB operations). In the data base class co

  • Purging Old Mail Messages

    I'm currently playing around with purging old mail messages after a certain time period. For test I've set inbox and sent at 7 days and trash at 1 day. I've read: http://docs.sun.com/app/docs/doc/819-4428/6n6j4267s?a=view Quite useful. I've set a glo

  • Build and Deployment Tools

    Hi All, Are there automated build and deployment tools available? are there any recommendations? Thanks Sravz

  • Input WCM content to Activity Stream Taskflow

    Hi I am trying to input the data coming from WCM to Activity Stream task flow. Plan is read the data from WCM using java API and input it to the activity stream task flow. Can some one tell me how can we access this taskflow using Java API. I went th