﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Issues  » Error accesing SQL Server (Express 2005)</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 03 May 2026 03:34:14 GMT</lastBuildDate><ttl>20</ttl><item><title>Error accesing SQL Server (Express 2005)</title><link>http://forum.strataframe.net/FindPost34.aspx</link><description>I get the following error when hitting the "browse" button in the sample application.&amp;nbsp; I have setup the connection to the database and can see the&amp;nbsp;"StrataFrame Sample" database using the connection wizard.&amp;nbsp; I am using a user name and password to connection,&amp;nbsp; I have also tried to used integrated security to connection,&amp;nbsp; both are not working.&amp;nbsp; I am thinking that there is just something not setup correctly on my machine,&amp;nbsp; but I know very little about SQL server, any help would be appreciated.&lt;P&gt;An error has occurred while establishing a connection to the server.&amp;nbsp; When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott</description><pubDate>Mon, 21 Nov 2005 19:02:26 GMT</pubDate><dc:creator>Scott</dc:creator></item><item><title>RE: Error accesing SQL Server (Express 2005)</title><link>http://forum.strataframe.net/FindPost65.aspx</link><description>Glad to hear it... just start up a new post with any other questions you have :)</description><pubDate>Mon, 21 Nov 2005 19:02:26 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Error accesing SQL Server (Express 2005)</title><link>http://forum.strataframe.net/FindPost61.aspx</link><description>un-installed SQL 05 and reinstalled it.... had nothing to do today but look at the framework.&amp;nbsp; Made the change you suggested... works just fine now.&lt;/P&gt;&lt;P&gt;Thanks for the help.</description><pubDate>Mon, 21 Nov 2005 18:59:31 GMT</pubDate><dc:creator>Scott</dc:creator></item><item><title>RE: Error accesing SQL Server (Express 2005)</title><link>http://forum.strataframe.net/FindPost40.aspx</link><description>It is quite possible that your connection string is off... &lt;br&gt;
&lt;br&gt;
When you run the application, click File -&gt; Database Connection and edit the database connection you created.  In the SQL Server blank, add \SqlExpress to the end of the server name (i.e. if your computer name is "ScottComp," the SQL Server name will need to be "ScottComp\SqlExpress" or "192.168.1.10\SqlExpress" if you want to use your IP address for the servername).  &lt;br&gt;
&lt;br&gt;
It is quite possible that the autodetection of the server did not find the instance name SqlExpress, so you might have to add it manually.</description><pubDate>Mon, 21 Nov 2005 14:01:15 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Error accesing SQL Server (Express 2005)</title><link>http://forum.strataframe.net/FindPost39.aspx</link><description>Made all the changes, restarted my machine and I am still getting the same message.&amp;nbsp; I then enabled named pipes,&amp;nbsp; same result.&lt;/P&gt;&lt;P&gt;Any thing else I should be looking at?</description><pubDate>Mon, 21 Nov 2005 13:51:12 GMT</pubDate><dc:creator>Scott</dc:creator></item><item><title>RE: Error accesing SQL Server (Express 2005)</title><link>http://forum.strataframe.net/FindPost35.aspx</link><description>Ah, yes, the connection string is configured to connect using TCP/IP and the SQL server instance is not configured to allow that.  Pretty simple fix:&lt;br&gt;
&lt;br&gt;
1) Open the SQL Configuration Manager from Start -&gt; Program Files -&gt; Microsoft SQL Server 2005 -&gt; Configuration Tools -&gt; SQL Server Configuration Manager&lt;br&gt;
2) In the configuration manager click the plus sign beside SQL Server 2005 Network Configuration and select Protocols for MSSQLSERVER.&lt;br&gt;
3) In the right hand menu, it should say 'Disabled' for TCP/IP.  Right-click the TCP/IP and select Enable.  &lt;br&gt;
4) Right click TCP/IP again and select Properties.&lt;br&gt;
5) From the properties dialog, make sure all of the IP Addresses say 'Yes' for active, (blank) for TCP Dynamic Ports, and 1433 for TCP Port.  I don't think the Enabled in here matters on each IP Address because all of them say 'No' on our production server and we connect to it fine.  &lt;br&gt;
&lt;br&gt;
That should get you going.  You'll have to at least re-start the service and maybe even reboot your computer, not sure.</description><pubDate>Mon, 21 Nov 2005 12:17:07 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>