-
1. Re: Can't create datasource to SQL Server
Adam Cameron. May 5, 2010 12:16 PM (in response to a440guy)Try using the TCP/IP domain name (or IP address) & port instead of the Windows-styled connectivity info. You might need to enable TCP/IP as a network protocol on the DB server though (I think it's off by default on SQL Express Ed).
--
Adam
-
2. Re: Can't create datasource to SQL Server
a440guy May 5, 2010 12:16 PM (in response to a440guy)Well, I solved the problem. The error message said it might not be running. I discovered that SQLExpress is not configured by default to accept TCP/IP connections. Using the SQL Server Configuration Manager, I enabled TCP/IP. Problem solved.
-
3. Re: Can't create datasource to SQL Server
JR "Bob" Dobbs-qSBHQ2 May 5, 2010 12:19 PM (in response to a440guy)Things to check:
1. Are TCP/IP connections enabled for the SQL instance?
2. Is a firewall blocking the port SQL server is listening on?
3. Is SQL authentication enabled in SQL the instance?
See this blog entry, it may be helpful.
-
4. Re: Can't create datasource to SQL Server
a440guy May 5, 2010 12:19 PM (in response to Adam Cameron.)Yes, you are right. I had to enable TCP/IP. I did not need to change the name of the server.
Thanks!
-
5. Re: Can't create datasource to SQL Server
ewpdesign Oct 6, 2010 4:18 PM (in response to JR "Bob" Dobbs-qSBHQ2)One other thing to try. Make sure that SQL Server Browser service is running. You can find it through the Window Services panel. I tried all other suggestions multiple times for hours to no avail. As soon as I started this service, all worked great. Good Luck!
-
6. Re: Can't create datasource to SQL Server
Y for Blitz Oct 29, 2011 2:40 PM (in response to a440guy)You are the Man...Just the same issue..Just the same solution..Thanks a LOOOOOOOOOOOOT
-
7. Re: Can't create datasource to SQL Server
Webdaddy Apr 13, 2013 11:30 AM (in response to ewpdesign)Wow. After an all-nighter and much consternation, simply activating the SQL Server Browser service enabled me to get this working on Windows 8.
HUGE props and much thanks for taking the time to post your solution.
-
8. Re: Can't create datasource to SQL Server
ranger Oct 24, 2014 7:15 PM (in response to a440guy)THANK YOU ADAM!!!!
worked perfect!
you da man


