Check out my new SCCM 1511 step by step guide
SCCM 2012 R2 – Step by Step Installation Guide
The following guide will take you through the installation of SCCM 2012 R2 with a simple Primary Server approach and with the SQL server located on the same device. It assumes that no earlier version of SCCM is installed in the Active Directory domain it is being installed into.
Before installing SCCM 2012 R2 you will need to run through some prep work to get the Active Directory configured and extended, along with some application and role/feature installs
Prepare Active Directory for Configuration Manager
Create the System Management Container in AD
Connect to a domain controller and load ADSI Edit. Under the System OU create a new Object.
Choose Container and click Next.
Enter the name System Management and click Next.
Complete the wizard and close ADSIEdit.
Delegate control to the SCCM site server to the newly created container in AD Users and Computers. Create a custom task to delegate and choose ‘This folder, existing objects in this folder and creation of new objects in this folder’
Check all Permission boxes and complete the wizard
Extend the Schema
From the SCCM 2012 media copy the \SMSSetup\Bin\x64\ folder to a Domain Controller holding the Schema Master Role. Ensure the account used is a member of the Schema Admins group in AD. Right click the Extadsch.exe and choose ‘Run as Administrator ‘.
A log file ‘ExtADSch.log’ will be generated on the root of the C: Drive. Check for the entry ‘Successfully extended the Active Directory schema.’
<01-01-2014 21:25:22> Successfully extended the Active Directory schema.
To check what Extadsch.exe is doing to the Active Directory then open up the file ConfigMgr_ad_schema.ldf that is located in the same folder.
Install Site Server Prerequisites
The following roles and features need to be installed onto the SCCM Site Server prior to installation:
- BITS
- Remote Differential Compression
- IIS Components
- .Net Framework 3.5
Add the following IIS components
Common HTTP Features
Static Content Default Document Directory Browsing HTTP Errors HTTP Redirection Application Development ASP.NET .NET Extensibility ASP ISAPI Extensions ISAPI Filters Health and Diagnostics HTTP logging Logging tools Request Monitor Tracing Security Basic Authentication Windows Authentication URL Authorization Request Filtering IP and Domain Restrictions Performance Static Content Compression Management Tools IIS Management Console IIS Management Scripts and Tools Management Service IIS 6 Management Compatibility IIS 6 Metabase Compatibility IIS 6 WMI Compatibility IIS 6 Scripting Tools IIS 6 Management Console |
Install Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1
Go to http://www.microsoft.com/en-gb/download/details.aspx?id=39982 and download ADK 8.1.
Run the adksetup.exe file. Accept the licence agreement. This will download and install .Net Framework 4.5.
Restart the system when prompted.
After the restart setup will resume. Accept the default location for installation and click Next.
Select whether to join the CEIP and click Next.
Accept the licence agreement.
Install the following components and then click Install.
- User State Migration Tool (USMT)
- Windows Deployment Tools
- Windows PreInstallation Environment (Windows PE)
Once complete click Close.
Install SQL Server
SQL Server 2012 SP1 is being installed as the SCCM database.
Run the setup.exe
Install a new stand-alone installation of SQL
Click Ok.
Install the product key or run in evaluation mode. Click Next.
Accept the licence agreement and click Next.
Include any product updates. Click Next.
Click Next.
Choose the feature installation and click Next.
Install the selected features and click Next.
Click Next.
Leave as the default instance and click Next.
Click Next at the disk space requirements screen.
Set any account to run the SQL services, in this instance the defaults have been selected. Once confirmed, click the Collation tab.
Click the Customize button.
Choose the ‘SQL Collation, used for backwards compatibility’ option and choose SQL_Latin1_General_CP1_CI_AS. Click Ok. Click Next.
Use Windows authentication and Add the current user. Click Next.
Set Reporting Services to install only. Click Next.
Set error reporting preferences and click Next.
Click Next.
Click Install to begin the installation process.
Once installed open up SSMS and limit the amount of RAM SQL can use to 50% of total RAM. Set the value for both max and min.
Set SQL to run with either a named domain account, network service or local system account. If using a named account grant the log on as a service right via gpedit.msc or GPO.
Install SCCM 2012 R2
Begin the install of SCCM 2012 R2 by running splash.hta. Click Install.
Click Next.
Choose to install a primary site in this instance. Click Next.
Enter a licence key or evaluate. Click Next.
Accept the licence agreement and click Next.
Accept pre-req licences and click Next.
Create a folder to store install updates and point the SCCM install to that location. Click Next.
Updates will download and install.
Select any language requirements for the SCCM server and click Next.
Select any client language requirements and click Next.
Enter a 3 digit site code and description and click Next. Be aware of Microsoft list of pre-reserved site code names. http://support.microsoft.com/kb/279868/en-us
Choose whether to run the primary as stand-alone or join to an existing hierarchy. Click Next.
In this instance a stand-alone primary is being installed. Click Yes to accept.
Accept the database default configuration and click Next.
Specify the path to the SQL database file and log file. In this instance it is the defaults. Click Next.
Click Next to set the current server as the SMS Provider
Set ‘Configure the communication method on each site system role’ as a PKI infrastructure is not being used. Click Next.
Install both a MP and a DP onto the site server. Click Next.
Choose whether to join the CEIP. Click Next.
Click Next at the Summary screen.
The following warnings can be ignored at the pre-req check screen. Click Begin Install.
SCCM will begin the installation.
Click close when complete.
Launch the SCCM Console. Ensure the site and database report as healthy in the Monitoring workspace under System Status>Site Status
Hi,
I am planning to work out a project regarding SCCM 2012 R2. I just want to know your inputs with my plans given my current scenario. So here it is: Our company has an Head Office with more than 50 employees and we have more than 400 branches located in different places (in a single country only) with ONE employees every branches. I am planning to roll-out SCCM to provide configurations, deployments, application/software patches and upgrades, and OS upgrades remotely to those endpoint clients located in our branches from the head office. I know that, it will not be cost-effective if I’m gonna implement distri point from different locations so I tried to find a more suitable plan for my case. I found out that Azure can be used as “cloud-based distribution point”. So I’m gonna try this in a test environment if this can fit with my scenario. However, I would still love to hear comments/suggestions/recommendations from an expert like you. What do you think could be the best solution for my scenario?
I look forward to hear a feedback from you.
Thanks a lot.
Regards,
Red
Red,
It’s not an easy decision to make. Bear in mind that cloud based DP’s are limited in functionality to an on-prem DP. They don’t support Windows Updates for example so you won’t be able to patch the devices that connect to these DP’s.
hi
can you please help as I don’t see Operating system Installer in my SCCM 2012 R2 instead I see Operating system upgrade package option
any idea? please let me know.
regards.
SS
Have you been restricted in what you see in the console?
i have issue . I install sql server on the Domain controller and SCCM server on an other pc which is join with domain. but it say setup is unable to connect to the SQL server
and also what will be the FQDN name of SQL server
Means W2k12-1 is the domain controller and SQL server
and W2k12-2 is the SCCM server
please help
Remove SQL from the DC and install it on the server you will use for sccm
Hi,
My SCCM Server is not connect with SQL server.
please send me solution on my mail id
is this a new installation?
hi problem which im facing is first i test sccm on my laptop in home and it work ok. now in my workplace server i on adk and start installing features by it is very very slow 4 hours and 1% complete . it is installing winPE … but on my home laptop this feature is installed is there a way i can transfer it to my usb and then past to work place server .
Sure. At this stage
just select the download option and then copy the contents to your USB. Cheers Paul
thanks sir, one more shoot…tell me the difference deployment kit for 8.1 and for 10 .and also tell me if i install 8.1 then on windows 10 software not work???
ADK 10 supports Windows 10 builds but be aware that only certain versions of ADK 10 are supported in SCCM 2012. ADK up to 1511 is supported. Also Windows 10 1511 is supported but not 1607
and also tell me the difference in sql 2012 and 2014 ? is SQL 2012 will work fine with server 2012 r2 and SCCM? thanks again
All the info is here https://technet.microsoft.com/en-us/library/gg682077.aspx?f=255&MSPPError=-2147217396#BKMK_SupConfigSQLDBconfig
what is the 3 words site code for ? why we use it ?
It’s needed to identify and manage sites.
we have 1000 nodes . one SCCM server means one primary site is enough to handle?
thanks
Yes that’s fine
I monitored the SCCM servers with SCOM.
I have a guy who want to made some tune-up on our SCCM servers during the week-end and he don’t want, during this time, to get a lot of alerts from SCOM.
He don’t want also to put the server in maintenance mode in SCOM. He just want to stop the SCCM services.
Can we just “turn off” (and restart it after the tune-ups) services on SCCM server to prevent these alerts?
If yes, what are theses services?
Thank You
I’ve not integrated with SCOM but SMS services would be the ones to stop.
hello, i m getting problem when i go for client push means( configure client installation setting )every check is hide out and it says applied to windows operating system only , you can download client for additional operating systems from microsoft download centre
I’m not sure I understand your problem
Hi SCCMentor.First of all I would like your work.
We recently installed SCCM 1606 on new hardware but we have existing SCCM 2012 on different hardware(server with different name). I would to bring the existing SCCM to new installed SCCM 1606 .
Please guide me where and how to start without distributing the production or users.
Kiran
Kiran – take a look at the MS docs for migration. You can set up a migration hierarchy in the same way you can migrate from ConfigMgr 2007 to 2012. https://technet.microsoft.com/en-us/library/gg681981.aspx
Unable to connect to WMI (root\ccm) on remote machine ” “, error = 0x8004100e.
Execute query exec [sp_CP_SetLastErrorCode] 2097152003, 0
these lines are red. what could be the problem?
Wmi is blocked on the remote device
WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account ” ” (00000035)
The device “machine name ” does not exist on the network. Giving up
ERROR: Unable to access target machine for request: “2097152003”, machine name: “”, access denied or invalid network path
now these errors.. Is pcs should be in same vlans?
Have you specified a client push account with local admin?
yes i configured local admin
this line is coming in red
The ‘best-shot’ account has now succeeded 1 times and failed 0 times
Paste the log here. Can you connect to that admin$ yourself with the credentials of the client push account?
Unable to retrieve AD forest + domain membership. Error 0x8007054b LocationServices 12/13/2016 8:10:32 PM 5588 (0x15D4)
Domain joined client is in Unknown location LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
Current AD site of machine is Default-First-Site-Name LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
DHCP entry points already initialized. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
Begin checking Alternate Network Configuration LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
Finished checking Alternate Network Configuration LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
Adapter {9D98CA92-B015-45DF-9989-816095DC2D45} is DHCP enabled. Checking quarantine status. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
Adapter {99B64E94-0548-4DB2-AB6D-B39F52C8650E} is DHCP enabled. Checking quarantine status. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
Adapter {BD0A806C-56EF-47F4-BB28-7E1996A395D0} is DHCP enabled. Checking quarantine status. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
Adapter {CD5F4FA0-4C8E-4B9C-9A84-A56366074818} is DHCP enabled. Checking quarantine status. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
Sending message body ‘
‘ ccmsetup 12/13/2016 8:10:33 PM 5588 (0x15D4)
Sending message header ‘{028CF2E7-9E8B-4855-B3A9-68BBB25BFE2F}I-PCmp:[http]MP_LocationManagerdirect:I-PC:LS_ReplyLocations36005931DomainMP_LocationManagerSynchttp2016-12-13T15:10:33Z’ ccmsetup 12/13/2016 8:10:33 PM 5588 (0x15D4)
CCM_POST ‘HTTP://Domain/ccm_system/request’ ccmsetup 12/13/2016 8:10:33 PM 5588 (0x15D4)
GetDPLocations failed with error 0x80072ee7 ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
Failed to get DP locations as the expected version from MP ‘Domain’. Error 0x80072ee7 ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
Failed to find DP locations from MP ‘Domain’ with error 0x80072ee7, status code 200. Check next MP. ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
Only one MP Domain is specified. Use it. ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
Have already tried all MPs. Couldn’t find DP locations. ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
GET ‘HTTP://Domain/CCM_Client/ccmsetup.cab’ ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
Failed to send HTTP request. (Error at WinHttpSendRequest: 12007) ccmsetup
WinHttpRequestReponse failed with a non-recoverable failure, 12007 ccmsetup
DownloadFileByWinHTTP failed with error 0x80072ee7 ccmsetup
Failed to get client version for sending state messages. Error 0x8004100e ccmsetup
Params to send ‘5.0.8239.1403 Deployment Error 0x80072ee7. Url http://Domain/CCM_Client/ccmsetup.cab‘ ccmsetup
Sending Fallback Status Point message to ‘W2K12-2′, STATEID=’308’. ccmsetup
ccmsetup
sending with winhttp failed; 80072ee7 FSPStateMessage
Failed to send message to FSP. Error 0x80072ee7 ccmsetup
Failed to send status 308. Error (80072EE7) ccmsetup
‘Configuration Manager Client Retry Task’ is scheduled to run at 12/14/2016 01:10:37 AM (local) 12/13/2016 08:10:37 PM (UTC) time with arguments ‘ /ForceInstall /config:MobileClient.tcf /RetryWinTask:1’. ccmsetup 12/13/2016 8:10:37 PM 5480 (0x1568)
ITaskService::GetFolder failed with 0x80070003 ccmsetup 12/13/2016 8:10:37 PM 5480 (0x1568)
CcmSetup failed with error code 0x80072ee7 ccmsetup 12/13/2016
these are the clients log
Check your boundaries and assigned site systems to boundaries/boundary groups
i don’t configure boundries i just want endpoint protection feature for clients
You’ll need to configure boundaries otherwise clients won’t be able to get content. Which is the problem you are having.
thanks man you really helped me, i will do it and tell you
No problem. Good luck with it
boundries were the problem. now i want to deploy endpoint security with bitdefender but if my clients have already install antivirus like avast, avira ,etc … how could they be deleted automatically?
If Defender can’t automatically uninstall it then you will need to create an uninstall application or package yourself to remove the software
sir i could not understand (client push account with local admin) who will be local admin in domain and how could i deploy it?please help
You need to specify a local admin of your desktops. You can use GPO to add in a domain account into your local admin group on devices. Or you can use an existing local administrator account.
—> Trying the ‘best-shot’ account which worked for previous CCRs (index = 0x0) SMS_CLIENT_CONFIG_MANAGER
—> Attempting to connect to administrative share ‘\\MACHINE NAME\admin$’ using account ‘domain\sccm’ SMS_CLIENT_CONFIG_MANAGER
—> The ‘best-shot’ account has now succeeded 2 times and failed 0 times. SMS_CLIENT_CONFIG_MANAGER
—> Connected to administrative share on machine MACHINE NAME using account ‘domain\sccm’ SMS_CLIENT_CONFIG_MANAGER
—> Attempting to make IPC connection to share SMS_CLIENT_CONFIG_MANAGER
—> Searching for SMSClientInstall.* under ‘\\MACHINE NAME\admin$\’ SMS_CLIENT_CONFIG_MANAGER
—> System OS version string “6.3.9600” converted to 6.30 SMS_CLIENT_CONFIG_MANAGER
—> Unable to connect to WMI (root\ccm) on remote machine “MACHINE NAME”, error = 0x8004100e. SMS_CLIENT_CONFIG_MANAGER
—> Creating \ VerifyingCopying existence of destination directory \\MACHINE NAME\admin$\ccmsetup. SMS_CLIENT_CONFIG_MANAGER
—> Copying client files to \\MACHINE NAME\admin$\ccmsetup. SMS_CLIENT_CONFIG_MANAGER
—> Copying file “C:\Program Files\Microsoft Configuration Manager\bin\I386\MobileClient.tcf” to “MobileClient.tcf” SMS_CLIENT_CONFIG_MANAGER
—> Copying file “C:\Program Files\Microsoft Configuration Manager\bin\I386\ccmsetup.exe” to “ccmsetup.exe” SMS_CLIENT_CONFIG_MANAGER
—> ForceReinstall flag is set to true SMS_CLIENT_CONFIG_MANAGER
—> Updated service “ccmsetup” on machine “MACHINE NAME”. SMS_CLIENT_CONFIG_MANAGER
—> Started service “ccmsetup” on machine “MACHINE NAME”. SMS_CLIENT_CONFIG_MANAGER
—> Deleting SMS Client Install Lock File ‘\\MACHINE NAME\admin$\SMSClientInstall.CAM’ SMS_CLIENT_CONFIG_MANAGER
Execute query exec [sp_CP_SetLastErrorCode] 2097152002, 0 SMS_CLIENT_CONFIG_MANAGER
—> Completed request “2097152002”, machine name “MACHINE NAME”. SMS_CLIENT_CONFIG_MANAGER
Deleted request “2097152002”, machine name “MACHINE NAME” SMS_CLIENT_CONFIG_MANAGER
Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097152002, 4 SMS_CLIENT_CONFIG_MANAGER
Execute query exec [sp_CP_SetLatest] 2097152002, N’12/13/2016 10:54:36′, 12 SMS_CLIENT_CONFIG_MANAGER
<======End request: "2097152002", machine name: "MACHINE NAME". SMS_CLIENT_CONFIG_MANAGER
these are the logs
Check the ccmsetup.log on the client. What’s that say?
Dear sir, i am installing SCCM 2012 r2, all prerequisites are complete, but at the end of installation i get this error ” Setup cannot create Database in SQL SERCER “.
Make sure the account you are installing SCCM with is a sysadmin in SQL
thanks very helpful
. i wish there was download available like sccm and sql server togethere.
HI SIR,
I WANT TO KNOW MORE ABOUT PUSH INSTALLATION IS THERE ANY MATERIAL FOR THAT.
PLEASE LINK THE PATH
https://technet.microsoft.com/en-gb/library/gg712298.aspx. Cheers Paul
I am installing an offline SCCM 2012R2 with SQL 2014 SP1, server has no internet connectivity. I mounted the ISO on the server and copy the files to the local drive. I downloaded the SCCM updates from another online 2012R2 server. Additionally, I added the prereqcore.dll and the setupcore.dll hotfix updated files to support SQL 2014 SP1. The error I am receiving is “Invalid prerequisite component path specified” soon after the installation begins. The log states ” Error: Wrong manifest version $$. This error is not after selecting to use previously downloaded files, it happens at the end, after I click Begin Installation. Any ideas?
Are you site all the files have been downloaded on the other device? Run the setup downloader tool on an internet connected device to check
There are 59 files for the SCCM updates in the internet connected server, and I moved all 59 to the disconnected server. First time I downloaded them from a Win10 PC, and now I tried it from a 2012R2 server.
Can you share the log file?
ConfigMgrSetup – INFO: Extracted file C:\users\user\local\temp\configMgr.Manifest.XML
– ERROR: Wrong manifest version %%
ConfigMgrSetupWizard – Verbose: 1: Report failure callback. Failure 86.
Verbose: 1:Received error [Invalid prerequisite component path specified.]
The other lines are just INFO or skipped
Jorge -try the comments by Paul Silva on here https://sccmentor.com/2014/01/08/sccm-2012-r2-step-by-step-installation-guide/comment-page-2/
hello, i am having a problem while install sccm, error is (“Fail to create SQL Server Certificate, ConfigMgr installation cannot be completed. Click the View Log button for more information”)
Ahmed -try the following troubleshooting tips http://henkhoogendoorn.blogspot.co.uk/2013/01/fail-to-create-sql-server-certificate.html
hi , if i have configured SCCM server but in some way. if my sccm server crashes and if i install it newly . then i should have to change my site code or any thing in My Domain . can is choose previous site code and new installation of SCCM server in the same domain make any duplication in the domain???
You need to backup your site server either via Maintenance Task or SQL backup and then you can restore. The server you restore to must have the same hostname and you will use the same site code when you restore. The disk configuration should match the original site server. If you are not restoring then you need to create a new site server, I would recommend not using the same site code however if you remove entries in the System Management container that relate to the old site then you should be OK. I can’t see why you should bother using same site code though. Just create a new one then you know for sure that you won’t have issues doing this.
can i run sql server 2012 sp1 with sccm 1607?
SCCM 1607 doesn’t exist but 1606 and 1610 do. Only SQL 2012 SP2 and above is supported https://docs.microsoft.com/en-us/sccm/core/plan-design/configs/support-for-sql-server-versions
and also if i install adk for windows 10 then i just only can deploy windows 10 or windows 7,and windows could also be deployed with it??
Yes Win 10 and Win 7 are supported in Win 10 ADK. Make sure you get the right version of ADK for your version of SCCM CB https://blogs.technet.microsoft.com/enterprisemobility/2016/09/09/configuration-manager-and-the-windows-adk-for-windows-10-version-1607/
and if i have install sql 2012 sp1 … should i have to perform clean install or i can upgrade it from sp1 to sp2 ?and what version of sql i should have to use standard or express?
You can upgrade. Details here https://sccmentor.com/2016/10/03/upgrading-your-sccm-site-database/. If less than 50k clients then Standard otherwise Enterprise. Express is only used on secondary sites.
i installed sccm in the past but my server crashed . now i am installing it again but active directory is Same.does it make any conflict with my Active directory? i have changed with site code any other suggestion ?
You don’t need to run the schema extension but you will need to delegate rights to the new site server computer object in System Mansgement
Reblogged this on Being Configuration Manager Administrator.
Hello Paul,
I have a question regarding the AD container object. If I need to create a new SCCM environment in the same domain, do I need to create a new container object for it ?
No it will use the same container. You just need to delegate the permissions to the new site server you are creating. Cheers Paul
Hi ! How many DP’s required for 500 different locations for at-least 800 computers remotely ?
Each remote location will need to be assessed for requirements. This is not something that can answered here. You could take a look at branch cache options also or ACP’s like Nomad/OneSite
Hi
I am trying to reconfigure system center to work with remote sql server .. I opened the ports (tcp 4022, tcp 1433, udp 1434, tcp 445, tcp 135, tcp 139, tcp 5003 and tcp 5008) but I get this error ERROR: Site server does not have admin rights on remote sql server machine. Both computers work in our domain .. When I check the domain security log for audit failures I see this
An operation was attempted on a privileged object.
Subject:
Security ID: LOCAL SERVICE
Account Name: LOCAL SERVICE
Account Domain: NT AUTHORITY
Logon ID: 0x3E5
Object:
Object Server: LSA
Object Type: –
Object Name: –
Object Handle: 0x0
Process Information:
Process ID: 0x284
Process Name: C:\Windows\System32\lsass.exe
Requested Operation:
Desired Access: 16777216
Privileges: SeSecurityPrivilege
It seems that the system center works with local service .. how can we change it to work with domain account ?
Best regards
Have you added the site server in as a sqladmin?
Do you have any guideline or best practice in setting up a separate SCCM Primary Site (ex. DEF) isolating from the existing SCCM Site (ex.ABC). Will adding a new SCCM Primary Site Primary Site to the existing System Management Container in ADSI caused any issue with the existing environment?
Thanks for the help in advance.
Nope you can do this without issue. The main thing to remember is not to have boundaries set for automatic site assignment in your sites and therefore to install the client using the SMSSITECODE= parameter and not use auto
Hello , i want to do fresh SCCM implementation for 1000 clients, as i will have only 1 primary site server & 4 distribution point so is it enough for 1000 clients..?
How many license are required for 1000 clients..
SQL needs different physical server or we can install it on same sccm server..?
i wanted to know the whole installation procedure of primary site server, DP, sql installation etc..
Thanks
Hello, I am a computer technician. I have a data disk saturation problem on the SCCM server, where I could purge log files or other files to save space on my disk?
See if this helps https://sccmentor.com/2014/03/18/a-little-bit-of-site-server-c-drive-housekeeping/
Thanks
Can i know, What the difference that event generated from SCCMDB and logs files.
Is there any difference.?
I am trying to download SCCM 2012 R2 SP2 prerequisites, and in the process of downloading the files, I ran into an error. After viewing the log file, I have found the following:
INFO: Attempting to load resource DLL… $$
INFO: F:\SMSSETUP\BIN\X64\setupdl.exe: Start $$
INFO: Try to initialize COM. $$
INFO: Already initialized. $$
INFO: Show browse for folder dialog. $$
INFO: User selected OK. $$
INFO: Path ‘C:\SCCMPrereqs’ selected. $$
INFO: Get malloc interface. $$
INFO: Free ID list. $$
INFO: Downloading files to C:\SCCMPrereqs $$
INFO: Downloading component manifest… $$
INFO: Downloading language manifest from http://go.microsoft.com/fwlink/?LinkId=533215 $$
INFO: Downloading http://go.microsoft.com/fwlink/?LinkId=533215 as ConfigMgr.LN.Manifest.cab $$
INFO: checking if there’s an explicit proxy server. $$
INFO: WinHttpQueryHeaders() in Download() returned OK $$
INFO: Downloading http://go.microsoft.com/fwlink/p/?LinkId=529497 as ConfigMgr.Manifest.cab $$
INFO: checking if there’s an explicit proxy server. $$
INFO: WinHttpQueryHeaders() in Download() returned Not Found $$
ERROR: Download() failed with 0x80004005 $$
ERROR: Failed to download manifest (0x80004005) $$
INFO: Attempting to load resource DLL… $$
INFO: H:\SMSSETUP\BIN\X64\setupdl.exe: Start $$
ERROR: Operation cancelled by user. $$
INFO: Attempting to load resource DLL… $$
INFO: H:\SMSSETUP\BIN\X64\setupdl.exe: Start $$
INFO: Try to initialize COM. $$
INFO: Already initialized. $$
INFO: Show browse for folder dialog. $$
INFO: User selected OK. $$
INFO: Path ‘C:\SCCMPrereqs’ selected. $$
INFO: Get malloc interface. $$
INFO: Free ID list. $$
INFO: Downloading files to C:\SCCMPrereqs $$
INFO: Downloading component manifest… $$
INFO: Downloading language manifest from http://go.microsoft.com/fwlink/?LinkId=239893 $$
INFO: Downloading http://go.microsoft.com/fwlink/?LinkId=239893 as ConfigMgr.LN.Manifest.cab $$
INFO: checking if there’s an explicit proxy server. $$
INFO: WinHttpQueryHeaders() in Download() returned Not Found $$
ERROR: Download() failed with 0x80004005 $$
ERROR: Failed to download language pack manifest (0x80004005) $$
Any alternative method to download the files? I have tried running %Directory%\BIN\X64\setupdl.exe”, and have tried using SCCM 2012 R2 Prerequisites Downloader: https://gallery.technet.microsoft.com/scriptcenter/SCCM-2012-Prerequisites-1ce58746
And also tried ConfigMgr Prerequisites Tool 3.0.5: https://gallery.technet.microsoft.com/ConfigMgr-2012-R2-e52919cd, but none helped. Can you assist me with this if you have encountered the same issue?
I’ve not had this issue Nadir. You can run the pre-reqs on any device so may copy off to another machine with Internet access and try again. You can then copy the files into the folder.
Also, can I ask why SCCM 2012? You really need to be looking at the Current Branch release of SCCM these days.