-
1. Re: Failure to Create DNS to SQL Server?
Deepak Kumar Padhy Jul 30, 2014 10:39 PM (in response to wtbell3)Is this a fresh install ? Please check this link, it may help.
ColdFusion10 – Issue In Create DSN For SQL Server | ColdFusion Experts
-
2. Re: Failure to Create DNS to SQL Server?
wtbell3 Jul 31, 2014 8:00 AM (in response to Deepak Kumar Padhy)The article you pointed me to was very helpful -- it did not lead to an exact solution but took me 99% of the way! I had done all the steps except changing the SQLBrowser to "Network." It was on "Local."
It still did not quite work with the Port set at the normal 1433. I did another netstat -ao and traced the PID for the SqlServer shown in Services to a different port: 61223. Interestingly, this showed up with a local address of 0.0.0.0:61223 and not 127.0.0.1:61223 but when I set the server to 127.0.0.1 and the port to 61223 and added the sa password, it worked. (Some other instructions I read said that you should leave off the sa password if you were using mixed authentication.)
So, in total, I think the key instruction was setting up the SQLBrowser to Network and not just on as failure message said.
I am a happy camper! I got my answer in less than 24 hours!

