Posts

Showing posts from 2011

Description = "User \"Domain\\SCCMAdmin2\" does not have permissions to grant rights on this instance."; ErrorCode = 1112017920;

The domain user account which had full Security rights in SCCM console, if got disabled & your new domain account is not having equivalent full rights. Then how will you access SCCM objects or delgate access to other user accounts? Security rights provide the capability to define and refine the level of access that users have when working with configuration manager objects. This gives you the ability to delegate specific tasks to specific groups of users. In my environment SCCM 2007 was installed by domain admin account "domain\SCCMAdmin1" on Primary site server. Domain\SCCMAdmin1 account has full access on all instances. As employee left the organization, this user account got disabled. Then we created another domain admin account "domain\SCCMAdmin2", Now if anyone will try to copy permissions of "domain\SCCMAdmin1" to "domain\SCCMAdmin2", definately it will give following error Errors ConfigMgr Error Object: instance of SMS_Extende

If you are reinstalling SCCM on the same hardware with same site code..

If you are reinstalling SCCM on the same hardware with same old site code then refer this link It's not best practice nor is it supported to re-use site codes. It's best if you make site codes totally random. Nobody will ever see the secondary site code except for the SCCM admin. Site codes are a bigger deal on primary sites. In that case you CAN NOT reuse them because the site code is appended to all package, advertisement, etc. This would be a major problem because they could end up being duplicated from the old environment to the new one which would wreak havoc on your clients.   Where you want to replace a primary they only way to reuse that site code is to restore the primary site from the SCCM backup created on the server before it died.

Setup failed to install SMS Provider (Setup cannot compile MOF file \bin\i386\NetDisc.mof)

I had uninstalled the SCCM 2007 secondary site & again was trying to install it on the same hardware without formatting the OS. In the setup installation, while installing the SMS provider component it gave the error  'Setup failed to install SMS provider' When I checked it in ConfigMgrSetup.log CompileMOFFile:Failed to compile MOF E:\SMS\bin\i386\NetDisc.mof, error -2147217407 Setup cannot compile MOF file E:\SMS\bin\i386\NetDisc.mof. Do you want to continue? Setup failed to install SMS Provider. For more information about this error, see Microsoft Knowledge Base at http://microsoft.com or contact Microsoft Technical Support for further assistance. This type of error can also occur when the namespace 'NetworkModel' is not removed from WMI, while uninstallation of SCCM, on the same machine and then an SCCM 2007 RTM install is attempted. In my case  I had uninstalled the secondary site from the same hardware machine & was trying to install SCCM

Hardware Inventory Action missing

Other than the obvious, if on your site server or client the Hardware Inventory action is missing, most of the time the issue is may be a misconfigured hardware inventory MOF file, configuration.mof, on your primary site. In this case, the Hardware Inventory Action was missing on some of the Primary site Server as shown in the following figure. Also looked in %systemroot%\system32\wbem\logs --> mofcomp.log file, it was showing  following error Error Number: 0x80041026, Facility: WMI In this case the MOF file it was compiling was correct, but somehow from the log file it was showing that there is some issue with WMI. As per the above error, while compiling the mof file, the a ttempt was made to delete or modify a class that has instances in WMI . But anyway it was not happening. Further we compared the sms_def.mof file objects with the WMI & found that one additional customized entry in WMI. On further investigation we found that earlier, some day’s back one

Error “The WebDAV server extension is either not installed or not configured properly” in Configuration Manager 2007 on Windows Server 2008 R2

Issue: SMS Site Component Manager failed to install component SMS_MP_CONTROL_MANAGER on server SMS01. If   I check the SCCM status (Go to System Status in the left pane, expand it, and choose Site Status , then your SCCM site code , then Component Status ), it shows me that there were problems with my Management Point which were preventing it from starting. If I right-click on the Critical error , and choose Show Messages , All . It shows me following error The WebDAV server extension is either not installed or not configured properly. Solution: Make sure WebDAV is installed and enabled. Make sure there is an authoring rule that allow "All users" read access to "All content". Make sure the WebDAV settings "Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true" and "Allow Custom Properties" is set to false.If I checked in SCCM status (click System Status in the left pane,

SMS Advanced Client Push Installation process

The article describes the SMS Advanced Client Push Installation process Pre-installation stage  1. During the pre-installation stage, When the Client Push Installation wizard starts, Client Configuration Request (CCR) is created for each targeted computer. Each CCR is placed into the Inboxes\CCR.box folder on the site server. Client Configuration Manager (CCM) selects a CCR from the Inboxes\CCR.box folder on the site server (CCM tasks are logged in ccm.log on the site server) The CCR file contains the client computer name and additional information.  2. The SMS Client Configuration Manager connects to the ADMIN$ share on the client. This is based on the information in the CCR file.  3. The Client Configuration Manager attempts to connect to the computer using the Client Push Installation Account (if the connection was not successful it attempts to connect to the computer by using the site server computer account). The Client Configuration Manager connects to the client registry an