smvs Posted October 24, 2011 Report post Posted October 24, 2011 create a user in AD called SMSadmin, add that user as a local administrator on member1 then try again as the SMSadmin user does it work then ? Again the same unfortunately (I also added SMSadmin as a user in SQL Server, otherwise I got the error only SQL Server 2008 SP1 was supported, which seems to be the error you get when the SQL server is unreachable). Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted October 25, 2011 Report post Posted October 25, 2011 are you sure you followed the steps exactly as i specify in the guide ? anything you did differently ? you are testing with beta 2 right ? Quote Share this post Link to post Share on other sites More sharing options...
TechGuy83 Posted October 27, 2011 Report post Posted October 27, 2011 (edited) I am getting the same issues, however I am doing an all-in-one install I have my DC,SQL and SCCM on the 1 server could that cause an issue. I have followed your guide to the letter (just gave the accounts a more friendly name, the logon names are the same) and I have tried reboots to see if the permissions have applied, restarted SQL service still no luck. Any ideas? Quick note forgot to say also disabled firewall, in a LAB enviroment so don't really care about security just want to have a play with it. Edited October 27, 2011 by TechGuy83 Quote Share this post Link to post Share on other sites More sharing options...
smvs Posted October 31, 2011 Report post Posted October 31, 2011 RC1 is available for download. I tried that and it solved the problem. 1 Quote Share this post Link to post Share on other sites More sharing options...
TechGuy83 Posted November 4, 2011 Report post Posted November 4, 2011 RC1 solved all the issues I was having install SCCM. Thank you Quote Share this post Link to post Share on other sites More sharing options...
Ball Posted January 12, 2012 Report post Posted January 12, 2012 error setup View log <01-12-2012 11:53:32> INFO: HMCSCCM2012 is not joining (CCAR) hierarchy. CCAR Server has to be specified. <01-12-2012 11:53:32> VC redist is being installed from C:\CONFIGMGR_2012_BETA2_ENU_7561\SMSSETUP\BIN\X64\vcredist_x64.msi. <01-12-2012 11:53:51> Successfully installed VC redist. <01-12-2012 11:53:51> VC redist is being installed from C:\CONFIGMGR_2012_BETA2_ENU_7561\SMSSETUP\BIN\I386\vcredist_x86.msi. <01-12-2012 11:54:04> Successfully installed VC redist. <01-12-2012 11:54:04> INFO: SMS database will install on local sql server, don't need install RMO. <01-12-2012 11:54:12> INFO: Name for SQL Param string value is SQLArg3. <01-12-2012 11:54:12> ERROR: Failed to write string -T8295 to registry on SQL Server [HMCSCCM2012]. <01-12-2012 11:54:12> INFO: Name for SQL Param string value is SQLArg3. <01-12-2012 11:54:12> ERROR: Failed to write string "-T4199" to registry on SQL Server [HMCSCCM2012]. <01-12-2012 11:54:12> Creating SQL Server machine certificate for Server [HMCSCCM2012]... <01-12-2012 11:54:12> INFO: 'HMCSCCM2012.HMCINTERNAL.BIZ' is a valid FQDN. Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted January 12, 2012 Report post Posted January 12, 2012 I would recommend you forget about beta 2 and look at my guides for installing Release Candidate instead, the issue you are having does ring a bell however and as far as i remember it was to do with sql itself and what account is was running under, changing it to Local System seemed to be the fix Quote Share this post Link to post Share on other sites More sharing options...
Ball Posted January 12, 2012 Report post Posted January 12, 2012 Thank you for anyweb for your help. The problem is about the sql can not be start and anything seem doesn't work right now. Thank you Quote Share this post Link to post Share on other sites More sharing options...
Ball Posted January 12, 2012 Report post Posted January 12, 2012 I changed all accounts which running under system but it doesn't work Quote Share this post Link to post Share on other sites More sharing options...
mkilpatric Posted March 8, 2013 Report post Posted March 8, 2013 For those who have been following this topic and never really found the answer (or those who just ran across it while looking for the answer): 1. Ensure that you have created a group in AD for SCCM that includes the machine, and then add it to SQL servers local administrators group. You CAN do this method of security, or a multitude of other steps, you pick. But the answers below are specific to my way, sorry. 2. Add the SQL Server login that will associate with the group name you used. 3. Associate the serveradmin, sysdmin, and public roles (again, if you aren't a DBA, you will just accept these and move on sir.) 4. Run your pre-req checks again (also note, the group you created with the accounts? Ya, add it to your SCCM server as well). And voila, you will pass the machine is not a member error. Now, do this in your lab all day long, but make SURE you are performing the most secure setup possible per the deployment guide, as well as ensuring that all of your SCCM accounts don't have permissions all over the place. Quote Share this post Link to post Share on other sites More sharing options...