﻿<?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  » Trial install Sample Console doesn't work because of SQLExpress connection</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 29 Apr 2026 10:51:23 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost33061.aspx</link><description>Hi Darrell,&lt;br/&gt;&lt;br/&gt;Since you are using Windows 8.1, try opening VS as "Administrator", then test to see if that fixes the issue.</description><pubDate>Wed, 26 Aug 2015 12:54:15 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost17445.aspx</link><description>I just installed the trial edition, and the installation went fine (XP and Vista on the same PC).&lt;br&gt;
&lt;br&gt;
However, they both have the same problem... I am unable to execute the Sample applications from the Sample Console because there is a problem connecting to the database. Note: This is in spite of installing the StrataFrame and StrataFrameSample databases (.mdf files) in SQLExpress... which is running as a service.&lt;br&gt;
&lt;br&gt;
Any help would be appreciated.&lt;br&gt;
&lt;br&gt;
Regards, Mike Niemann</description><pubDate>Wed, 26 Aug 2015 12:54:15 GMT</pubDate><dc:creator>Michael Niemann</dc:creator></item><item><title>RE: Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost33060.aspx</link><description>It appears to be correct.&amp;nbsp; It is the same I use when I test connected using Visual Studio and it allows me access to the Strataframe sample database.&amp;nbsp;&amp;nbsp; I'm using windows 8.1 and SQLEXPRESS 2014 if that makes a difference.&amp;nbsp;&amp;nbsp;&amp;nbsp;I tried both local\sqlexpress and&amp;nbsp; mycomputername\sqlexpress.&amp;nbsp;&amp;nbsp; On the top level (BOMapper on Project level) it acts like&amp;nbsp;both&amp;nbsp;connect fine.&amp;nbsp;&amp;nbsp; Then when I move to CustomersBO to configure it, as soon as I try to select a source it gives me the error if I"ve selected SQL server.</description><pubDate>Wed, 26 Aug 2015 12:41:17 GMT</pubDate><dc:creator>Darrell Praytor</dc:creator></item><item><title>RE: Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost33059.aspx</link><description>When you view the properties on a project node in the BOMapper, there is a list of connection strings at the bottom. &amp;nbsp;Those are the connection strings that are used unless the connection string is overriden on the configuration for the individual BO (in the properties of the BO in the BOMapper). &amp;nbsp;Check those connection strings; it sounds like the "SQL Server Connection String" in the project properties is off.</description><pubDate>Wed, 26 Aug 2015 11:57:55 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost33058.aspx</link><description>My problem happens on the next step.&amp;nbsp;&amp;nbsp; I connect to my SQLEXPRESS server fine.&amp;nbsp; But when I configure CustomersBO and try to select a table using the SQL Server selection, I get a Business Object Mapper Error ID 3 - An error occurred while attempting to open the data source with the connection string ....etc.&amp;nbsp;&amp;nbsp; Exception - Cannot open database xx requested by the login.&amp;nbsp; Login Failed for user 'yyyy'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When I change selection to DDT, I can access the sample tables just fine.&amp;nbsp;&amp;nbsp; I can also access them thru the SQLEXPRESS management console.&amp;nbsp;&amp;nbsp; Not sure why it is refusing my login when selecting SQL server.</description><pubDate>Wed, 26 Aug 2015 11:44:39 GMT</pubDate><dc:creator>Darrell Praytor</dc:creator></item><item><title>RE: Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost17462.aspx</link><description>Great!&amp;nbsp; Glad you got it going!!! :)</description><pubDate>Sun, 29 Jun 2008 12:40:11 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost17460.aspx</link><description>[quote][b]Trent L. Taylor (06/29/2008)[/b][hr]Mike,&lt;br&gt;
&lt;br&gt;
You might try one of the following when entering the server name. &lt;br&gt;
&lt;br&gt;
&lt;snip&gt;&lt;br&gt;
&lt;br&gt;
You can also try this in the case the TCP/IP is turned on:&lt;br&gt;
&lt;br&gt;
[codesnippet]localhost\SQLEXPRESS[/codesnippet]&lt;br&gt;
&lt;br&gt;
One of these should more than likely work.[/quote]&lt;br&gt;
&lt;br&gt;
Trent, I had enable all the communication protocols when I first encountered the problem... and the above suggestion worked just fine. Thank you very much.&lt;br&gt;
&lt;br&gt;
Regards, Mike Niemann</description><pubDate>Sun, 29 Jun 2008 12:25:18 GMT</pubDate><dc:creator>Michael Niemann</dc:creator></item><item><title>RE: Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost17459.aspx</link><description>Mike,&lt;/P&gt;&lt;P&gt;You might try one of the following when entering the server name.&amp;nbsp; Unless you manually changed the default settings you will have an instance name and TCP/IP will be turned off.&amp;nbsp; So you will want to enter a server name like this:&lt;/P&gt;&lt;P&gt;[codesnippet]MyComputerName\SQLEXPRESS[/codesnippet]&lt;/P&gt;&lt;P&gt;You can also try this in the case the TCP/IP is turned on:&lt;/P&gt;&lt;P&gt;[codesnippet]localhost\SQLEXPRESS[/codesnippet]&lt;/P&gt;&lt;P&gt;Finally, if you installed SQL Server as the default instance, then you can omit the SQLEXPRESS instance name (this is not as likely if you did not do this intentionally):&lt;/P&gt;&lt;P&gt;[codesnippet]MyComputerName[/codesnippet]&lt;/P&gt;&lt;P&gt;or (if TCP/IP is enabled)&lt;/P&gt;&lt;P&gt;[codesnippet]localhost[/codesnippet]&lt;/P&gt;&lt;P&gt;One of these should more than likely work.</description><pubDate>Sun, 29 Jun 2008 11:21:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost17455.aspx</link><description>Trent,&lt;br&gt;
&lt;br&gt;
Thank you for the weekend reply!&lt;br&gt;
&lt;br&gt;
I believe the problem must be related to my configuration (home network) and SQLExpress. The error I get is "unable to authenticate server". Note: I do see the "Database Connection Wizard"... that is not the problem.&lt;br&gt;
&lt;br&gt;
Using "SQL Server Management Express" I can see that both the StrataFrame database, and the StrataFrameSamples database are available... and I can see the data in the Sample database. So as far as SQLExpress is concerned things are fine.&lt;br&gt;
&lt;br&gt;
Unfortunately I am new to SQL Server, and I believe the issue is there (with connectivity or authorization). I will see what I can find on MSDN.&lt;br&gt;
&lt;br&gt;
Thanks again for your assistance, and I will post here what the problem was to help the next person who travels this path.&lt;br&gt;
&lt;br&gt;
Regards, Mike Niemann</description><pubDate>Sun, 29 Jun 2008 09:05:40 GMT</pubDate><dc:creator>Michael Niemann</dc:creator></item><item><title>RE: Trial install Sample Console doesn't work because of SQLExpress connection</title><link>http://forum.strataframe.net/FindPost17449.aspx</link><description>This just sounds like an SQL connection problem.&amp;nbsp; All of the samples (that talk to a database) attempt to connect to a StrataFrameSample database.&amp;nbsp; So if this database was installed during the installation process (it is an option) then you just need to direct the connection to that database.&amp;nbsp; If you do not even get a prompt asking you for the connection to the database, then more than likely when you first entered or selected the connection it was either the wrong connection or has moved...and thus an error may occur.&amp;nbsp; So what you will want to do in that case is just manually remove the AppKeys.Dat and Connections.Dat (this is the easiest way to explain your options here versus going another route).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Vista&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the C:\ProgramData\MicroFour\ConnectionData folder&lt;/LI&gt;&lt;LI&gt;Delete the Appkeys.dat and Connections.dat files&lt;/LI&gt;&lt;LI&gt;Attempt to launch another SF sample.&amp;nbsp; You should then be prompted for the connection information again.&lt;/LI&gt;&lt;LI&gt;If the appropriate server containing the StrataFrameSample database was entered, then you should be good to go.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;For Windows XP&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Same as above other that the path is c:\Documents and Settings\All Users\Application Data\MicroFour\CoonnectionData (this is at least a close approximation&amp;nbsp;off of the&amp;nbsp;top of my head :) )&lt;/LI&gt;&lt;/OL&gt;</description><pubDate>Sat, 28 Jun 2008 23:45:54 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>