Common error handling on SCCM Client

Source: Internet
Author: User

When SCCM was recently made, these errors often occur on the client side, which are obtained from the official website and recorded.

Incorrect style:

 

Positive Solution:

0x800a0046 error code

To resolve this error, use one of the following methods:

Method 1: remove the user account that is experiencing difficulty from the guests or limited account groups

  1. ClickStart, ClickRun, Type control admintools, and then clickOK.
  2. ClickComputer Management.
  3. ExpandLocal users and groups.
  4. SelectUsers.
  5. Open the account that is used to access Windows Update or Microsoft Update.
  6. ClickMemberTab.
  7. Select the user account that you want to remove, and then clickRemove.
Method 2: Set the Security Descriptor

  1. ClickStart, ClickRun, Type cmd, and then clickOK.
  2. Type SC sdset wuauserv D :( A; cclcswrpwpdtlocrrc; Sy) (A; Scheme; BA) (A; cclcswlocrrc; Au) (;; cclcswrpwpdtlocrrc; Pu), and then press Enter.

    You will receive a "success" message.

    NoteThe SC .exe tool is not available in a default Windows 2000 installation. The SC .exe tool can be found from the Microsoft Windows 2000 Server Resource Kit.

  3. Type exit to close the command prompt.
  4. Try Windows Update or Microsoft Update again.
Method 3: add the local administrator and service accounts to Impersonate a client after authenticationPolicy

  1. ClickStart, ClickRun, Type secpol. msc, and then press Enter.
  2. ExpandLocal Policies.
  3. ClickUser Rights Assignment.
  4. Double-click to openImpersonate a client after authenticationPolicy
  5. OnLocal Security SettingsTab, clickAdd user or group, And then addAdministrator and serviceTo the listUsers and groups.
  6. ClickOK, And then restart the computer.
Method 4: configure the Remote Procedure Call (RPC) Service to log on as a local system account

  1. ClickStart, ClickRun, Type services. msc, and then clickOK.
  2. Locate and right-clickRemote Procedure Call (RPC)Service, and then clickProperties.
  3. OnLog OnTab, clickLocal SYSTEM account, ClickApply, And then clickOK.
Error code 0x80248011

Before you resolve this problem, clear the Microsoft Internet Explorer cache. To do this, following these steps:

  1. On the Internet ExplorerToolsMenu, clickInternet Options.
  2. OnGeneralTab, clickDelete FilesInTemporary Internet FilesSection.
  3. ClickOK, And then clickOKAgain.

To resolve this error, recreate the database that stores Windows Update information or Microsoft Update information on your computer. To do this, follow these steps:

  1. ClickStart, ClickRunType CMD inOpenBox, and then clickOK.
  2. At the command prompt, type the following command, and then press Enter: net stop wuauserv
  3. At the command prompt, type the following command, and then press Enter: CD/dC: \ WINDOWS\ Softwaredistribution

    WhereC: \ WINDOWSIs the folder where windows is installed.

  4. At the command prompt, type the following command including the quotes, and then press Enter: RD/S/Q datastore
  5. At the command prompt, type the following command, and then press Enter: Net start wuauserv.
  6. Exit the Command Prompt window.
0x80072ee7 error code

To resolve this error, examine the hosts file. (This file may also be named hosts. sam .) make sure that the file does not list any static IP entries for the Windows Update Web site or for the Microsoft Update Web site.

The hosts file is located in the c: \ windows \ system32 \ drivers \ etc folder. to view the hosts file, you may have to associate the file with notepad. to do this, follow these steps:

  1. Right-click the hosts file.
  2. ClickOpen, And then select notepad from the list of programs.

If the hosts file contains a static IP address that is associated with Windows Update or with Microsoft Update, comment the entry by adding the # sign at the beginning of the entry. you can also delete the whole line and save changes to the hosts file.

NotePrograms, such as web accelerators, DNS accelerators, DNS caching utilities, and spyblockers, can add static IP entries for the Windows Update Web site or for the Microsoft Update Web site to your hosts file. this scenario can cause Windows Update or Microsoft Update to fail.

0x8024402c or 0x8024502d error codes

To resolve these errors, remove characters from the proxy exception list, and then clear the Proxy Cache. To do this, follow these steps:

  1. Open Internet Explorer.
  2. OnToolsMenu, clickInternet Options.
  3. ClickConnectionsTab, clickLAN Settings, And then clickAdvance.
  4. Delete any entry inExceptionsSection.
  5. QuitInternet Explorer.
  6. ClickStart, ClickRun, Type cmd, and then clickOK.
  7. Type the following commands. Press enter after each command.
    • Proxycfg-d
    • Net stop wuauserv
    • Net start wuauserv
0x800a01ad error code

To resolve this error, use one of the following methods.

Method 1: register the MSXML Program Files

To register the MSXML files, follow these steps.

NoteYou may not have installed the files that are listed in Steps 3 and 5 on your computer. if you do not have one of these files, when you try to register the file, you will receive an error message that is similar to the following error message:

Loadlibrary ("<FILENAME>. dll") failed-the specified file name cocould not be found.

You can ignore this error message and go to the next step.

  1. ClickStart, ClickRun, Type regsvr32 MSXML. dll inOpenBox, and then clickOK.
  2. When you receive the following message, clickOK: Dllregisterserver in MSXML. dll succeeded.
  3. ClickStart, ClickRun, Type regsvr32 msxml2.dll inOpenBox, and then clickOK.
  4. When you receive the following message, clickOK: Dllregisterserver in msxml2.dll succeeded.
  5. ClickStart, ClickRun, Type regsvr32 msxml3.dll inOpenBox, and then clickOK.
  6. When you receive the following message, clickOK: Dllregisterserver in msxml3.dll succeeded.
Method 2: register the wuaueng. dll file

To register the wuaueng. dll file, follow these steps:

  1. ClickStart, ClickRun, Type regsvr32 wuaueng. dll, and then clickOK.
  2. When you receive the following message, clickOK: Dllregisterserver in wuaueng. dll succeeded.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.