In Previous posts we Build Domain Controller ,SQL Server 2008 R2 SP1 CU6 http://eskonr.com/2012/09/how-can-i-install-sccm-configmgr-2012-sp1-beta-cas-primary-site-sql-server-2008-r2/ and Installation of CAS http://eskonr.com/2012/09/how-can-i-install-sccm-2012-sp1-beta-casprimary-with-sql-server-2008-r2/ In this post we build SCCM 2012 Primary Site as Child to CAS. Install all the Prerequisites like IIS,BITS etc. Install SQL server 2008 R2 SP1 CU6 with required configurations. Install .Net framework and ADK(Assessment and deployment Tool Kit) Tools as we did in Previous post (CAS site installation). I get the below error an Error though I used same collation and port number 4022. “SQL Connection Failed Connection :CCAR_DB_ACCESS Type: Unsecure” “Failed to Connect to the SQL server,Connection Type…
Author: Eswar Koneti
If you are in Large #SCCM / #Configmgr 2007 Environment with multiple site dispersed geographically and you try to distribute the packages to site .So what happens next ? Do you keep looking at logs(sender.log) to troubleshoot whether my site is sending any data to child or not ? If so How long would you look at the log ? Our Friend (Dan) has developed Simple application that would read in and construe the sender.log and display all the details in a nice readable format. You would require to enter the Parent Site server name (to list all the…
I was installing Primary site on Windows server 2008 R2 as child to CAS and all the prerequisites were met except .Net Framework 4.0 and it keeps failing me with error code :0xc8000222. I tried installing the setup using administrator /Extracting the setup files but doesn’t fix the issue. Error While running the setup file : Error While running the Extracted Content : Google Search provided me a couple of answers and below one worked perfectly. You will have stop the Windows Update service and rename the software distribution folder from your windows and then start the service before you…
If you in environment where in the deployment of Application is User Based and you are sometimes getting issues if User doesn’t get apps so you will have to check if User member of AD Security groups and then check if user added to right collection with right advertisement. Here is Simple report that give you User member of What collections .Based on this you can get to know if user has right apps. select COLL.CollectionId, FCM.Name from dbo.v_R_User U join dbo.v_FullCollectionMembership FCM on R.ResourceID = a.ResourceID join dbo.v_Collection COLL on COLL.CollectionID = FCM.CollectionID Where U.User_Name0 =@UserName Prompt for UserName…
Microsoft released SCCM 2012 SP1 Beta with lot of cool features like Managing Non-Windows OS,Windows 8 and server 2012 , Power Shell support and more. For more information ,read TechNet here and download here. While I was installing SP1,Noted couple of prerequisites and thought of sharing with you to be ready with the media before you start with. These prerequisites are noted in Windows server 2008 R2 OS. 1. SQL server 2008 SP2 with minimum CU9 / SQL server 2008 SP3 with Minimum CU4 / SQL server 2008 R2 with SP1 minimum CU6/ SQL server 2008 R2 SP2 with no CU/ SQL…
#SCCM / #Configmgr 2007 Remote control prompts for credentials...: http://t.co/jZX2AUWg # None of the SQL server 2008 SP1 CU's are avilable to request ,all links same problem # what happened to #SOL #server 2008 R2 SP1 cumulative updates ?I cont download anything and it is bcz of verification picture.Anyone tried ? # #SCCM / Configmgr 2012 Supported Configurations Updated...: http://t.co/DpgDFRUa # #SMS / #SCCM Patch Statistics Reports For Management in nice way .: http://t.co/6HQCPRR1 # #SCCM / #Confifmgr Client Installation Troubleshooting check List...: http://t.co/RKndVUkL # Why #Singapore is not listed in Mobile Activate Twitter text messaging Country List in Twitter…
Our Deployment Master(Johan) Recently posted Hydration Kit for SCCM 2012 SP1 Beta which build your own ConfigMgr 2012 SP1 beta infrastructure, complete with Windows Server 2012 and SQL Server 2012 in either Hyper-V or VMware: One Domain Controller and one ConfigMgr 2012 SP1 Beta member server – Including pre-requisites like .Net Framework, SQL Server 2012 CU2 (or higher) and IIS - all fully automated. If you have Good Memory and Processor,it takes about 2 Hours to complete the required setup once you Once configured. Full Details and download link are here http://www.deploymentresearch.com/Research/tabid/62/EntryId/73/The-Hydration-Kit-for-ConfigMgr-2012-SP1-Beta-with-Windows-Server-2012-SQL-Server-2012-is-available-for-download.aspx
Ok. You are done with the installation and all the required Configurations on Primary/Secondary site,next action would be package replication which you can do either by copying all the required PCK files from available DP to new server ,Preload the packages(Note : Preload works only for standard Software Packages) and add the preload packages to Distribution Point OR direct from Console . If you are in large environment with thousands of of packages including OS,software updates and Drive packages ,it would be difficult to ensure you are distributed all the required packages. There are chances that Task sequence may fail…