I am trying to install the SCCM 2007, I built 2 servers:
ADSCCM (Active Directory usig Windows server 2008 R2)
SCCM2007 ( SQL 2008 + SCCM 2007 SP2)
Created 2 groups called:
SCCM-Admins
SQL-Admins
I also created 2 users called:
sccmadmin
sqladmin
I added “sccmadmin” to SCCM-Admins” group and I added “sqladmin” to ” SQL-Admins” group, then I added both groups to the “Domain Admins” group and “Administratros” group.
I installed SLQ 2008 on the SCCM2007 server; I logged in as Domain Administrator during the installation I used sccmadmin account for Server Configuration then for the Windows Athentication I used the two groups I created before, I follow this link:
http://www.petenetlive.com/KB/Article/0000297.htm#.UOJiym_nu6M
Once the SQL is installed then login to the SCCM2007 server as sccmadmin to install the SCCM2007 when I ran the prerequisite I got 2 errors:
- Either the user account running Configuration Manager Setup does not have sysadmin SQL Server role permissions on the SQL Server instance targeted for site database installation or the SQL Server instance could not be contacted to verify permissions. Setup cannot continue.
- Either the user account running Configuration Manager Setup does not have sysadmin SQL Server role permissions on the SQL Server instance targeted for site database installation or the SQL Server instance could not be contacted to verify permissions. Setup cannot continue.
One thing I don’t understand I know the SQL 2008 does not care about the domain admin account because both groups SCCM-Admins & SQL-Admins are member of Domain Admin group, having said that during the installation I specify both groups run the SQL server as administrator.
I disable the firewall.
I logged to MS SQL Studio and I checked both groups, they have have sysadmin permsion
It is very frustrating, if you come across this problem can you please share your experience?
Thanks in advance.