dbTalk Databases Forums  

SQL express 2005 on a domain controller

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss SQL express 2005 on a domain controller in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
boe
 
Posts: n/a

Default SQL express 2005 on a domain controller - 07-20-2009 , 07:15 AM






Hello,

I installed SQL express 2005 on a windows 2003 x64 R2 server that is our
domain controller as it has plenty of processing power and memory. I have
one other server that is slow and has just enough memory for its current
task. I can get the odbc to connect locally on the domain controller but
the app doesn't work using the odbc. I tried to uninstall reinstall many
things but I just can't get it to work even running the app locally. There
is no firewall on the server - windows or otherwise.

If I install sql express 2005 on another server that does have a firewall it
seems to work. Is there a policy or something on 2003 that prevents sql
express from running?

Reply With Quote
  #2  
Old   
Richard Mueller [MVP]
 
Posts: n/a

Default Re: SQL express 2005 on a domain controller - 07-20-2009 , 08:45 AM






"boe" <boe_d (AT) hotmail (DOT) com> wrote

Quote:
Hello,

I installed SQL express 2005 on a windows 2003 x64 R2 server that is our
domain controller as it has plenty of processing power and memory. I
have one other server that is slow and has just enough memory for its
current task. I can get the odbc to connect locally on the domain
controller but the app doesn't work using the odbc. I tried to uninstall
reinstall many things but I just can't get it to work even running the app
locally. There is no firewall on the server - windows or otherwise.

If I install sql express 2005 on another server that does have a firewall
it seems to work. Is there a policy or something on 2003 that prevents
sql express from running?
Per the documentation, assuming the install was successful (you had all
prerequisites), SQL Server Express 2005 can be run on a Domain Controller
(but is not recommended). However, the SQL Server service cannot run on a
Windows Server 2003 Domain Controller as Local Service or Network Service.
Use a Windows domain user account (Local System possible but not
recommended). Also, do not change the role of the server after installation
of SQL Server Express (for example member server to dc, or dc to member
server).

--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--

Reply With Quote
  #3  
Old   
Lucas Kartawidjaja
 
Posts: n/a

Default Re: SQL express 2005 on a domain controller - 07-20-2009 , 09:21 AM



Hi Boe

In addition to the checking the user service, as Mr. Mueller has pointed
out. Depending on how the application is setup, and if the ODBC that you are
referring to connects using (local) or computer name, one thing that you want
to check is to see if the SQL Server has been configured to accept remote
connection (by default it is off for SQL Server 2005 Express - if I am not
mistaken):

http://support.microsoft.com/kb/914277

Other than that, if there is a firewall between the database and the
application, you might want to check to see if port 1433 is open (or other
port number if you customized it).

Thank you
Lucas

"Richard Mueller [MVP]" wrote:

Quote:
"boe" <boe_d (AT) hotmail (DOT) com> wrote in message
news:Oav3TPTCKHA.1248 (AT) TK2MSFTNGP04 (DOT) phx.gbl...
Hello,

I installed SQL express 2005 on a windows 2003 x64 R2 server that is our
domain controller as it has plenty of processing power and memory. I
have one other server that is slow and has just enough memory for its
current task. I can get the odbc to connect locally on the domain
controller but the app doesn't work using the odbc. I tried to uninstall
reinstall many things but I just can't get it to work even running the app
locally. There is no firewall on the server - windows or otherwise.

If I install sql express 2005 on another server that does have a firewall
it seems to work. Is there a policy or something on 2003 that prevents
sql express from running?

Per the documentation, assuming the install was successful (you had all
prerequisites), SQL Server Express 2005 can be run on a Domain Controller
(but is not recommended). However, the SQL Server service cannot run on a
Windows Server 2003 Domain Controller as Local Service or Network Service.
Use a Windows domain user account (Local System possible but not
recommended). Also, do not change the role of the server after installation
of SQL Server Express (for example member server to dc, or dc to member
server).

--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.