﻿<?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  » Installation Error</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 09:27:57 GMT</lastBuildDate><ttl>20</ttl><item><title>Installation Error</title><link>http://forum.strataframe.net/FindPost28127.aspx</link><description>I am getting an error installing during the data deployment phase. I have triple checked SQL server instance , username&amp;nbsp; and password etc . Where can i find a log file to get a little more info on why it is throwing up?&lt;/P&gt;&lt;P&gt;&lt;IMG style="WIDTH: 582px; HEIGHT: 349px" src="http://forum.strataframe.net/Uploads/Images/d5d8fe12-b35f-41c3-9851-0725.png" width=753 height=420&gt;&lt;/P&gt;&lt;P&gt;Paul</description><pubDate>Thu, 02 Sep 2010 16:46:11 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28237.aspx</link><description>You're welcome. :cool:</description><pubDate>Thu, 02 Sep 2010 16:46:11 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28236.aspx</link><description>Installed 1.7.3.1 and now installed OK.&lt;/P&gt;&lt;P&gt;Thank You.</description><pubDate>Thu, 02 Sep 2010 15:14:09 GMT</pubDate><dc:creator>Hugo R. Figueroa</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28189.aspx</link><description>It is on its way, Hugo. ;)</description><pubDate>Mon, 30 Aug 2010 14:13:22 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28188.aspx</link><description>I had the same issue last week, getting the same error trying to install the new version, and getting an error when trying to uninstall it.&lt;/P&gt;&lt;P&gt;I left it thinking that there was an issue with my pc. Thanks it wasn't. ;)&lt;/P&gt;&lt;P&gt;Waiting for the update to reinstall.&lt;/P&gt;&lt;P&gt;Thank you.</description><pubDate>Mon, 30 Aug 2010 14:05:49 GMT</pubDate><dc:creator>Hugo R. Figueroa</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28179.aspx</link><description>10-4&lt;/P&gt;&lt;P&gt;I assumed that would be the case but you know how that goes.:D</description><pubDate>Mon, 30 Aug 2010 11:10:53 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28178.aspx</link><description>Yes, or you can detach them and move them over.  Either way will work.</description><pubDate>Mon, 30 Aug 2010 10:43:10 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28177.aspx</link><description>Thank's I appreciate it. I have another server with SQL 2008 on it, Should a simple backup and restore work&amp;nbsp;to&amp;nbsp;move SF&amp;nbsp;DB's ?</description><pubDate>Mon, 30 Aug 2010 10:42:41 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28176.aspx</link><description>Trent the last version was installed on 10\23\2009. I am not sure of the version # .</description><pubDate>Mon, 30 Aug 2010 10:40:16 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28175.aspx</link><description>This has been addressed as well and will be in the 1.7.3.1 build posted later today.</description><pubDate>Mon, 30 Aug 2010 10:40:10 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28172.aspx</link><description>What version were you on before you updated?</description><pubDate>Mon, 30 Aug 2010 10:32:34 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28171.aspx</link><description>The problem is in businesslayer.vb in the function GetIndexOfPrimaryKey &lt;BR&gt;The code prior to the change used PrimaryKeyValues(lnCnt).ToString() to get the value of that portion of the key&lt;BR&gt;&lt;BR&gt;The changed code uses CStr(PrimaryKeyValues(lnCnt)).Replace("'", "''") to get the portion of the key and address the issue of single quotes. CStr doesn't work on a guid.&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;/P&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;'-- Add the select value&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;'-- TLT Changed 3/8/2010 to resolve an issue with a string primary key that may contain a single quote.&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;' This was reported viat the forum on post http://forum.strataframe.net/FindPost26310.aspx. The suggested&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;' fix was a good solution and was implemented below.&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;'lcSelect &amp;amp;= Me.PrimaryKeyFields(lnCnt) &amp;amp; "='" &amp;amp; PrimaryKeyValues(lnCnt).ToString() &amp;amp; "'"&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;&lt;P&gt;lcSelect &amp;amp;= &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;.PrimaryKeyFields(lnCnt) &amp;amp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;"='"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &amp;amp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;CStr&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;(PrimaryKeyValues(lnCnt)).Replace(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;"'"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;"''"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;) &amp;amp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;"'"&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;'-- END OF CHANGE&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;[/codesnippet]</description><pubDate>Mon, 30 Aug 2010 10:19:23 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28169.aspx</link><description>Paul,&lt;br&gt;
&lt;br&gt;
We will post a build later today (1.7.3.1) that will resolve the issue of the SQL Server 2005 FILESTREAM test.&lt;br&gt;
&lt;br&gt;
[quote]There also seems to be a problem with guid primary keys casting to string. [/quote]&lt;br&gt;
&lt;br&gt;
In regards to this, I don't really know what you are talking about.  When and where are you referring to this?  What is your exception and stack trace?</description><pubDate>Mon, 30 Aug 2010 10:11:39 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28167.aspx</link><description>Hi Paul.&lt;/P&gt;&lt;P&gt;We got it, there is a test being run that doesn't support&amp;nbsp;SQL Server 2005. If possible, upgrading into SQL Server 2008 would keep you going. Nevertheless, it is being correct now.</description><pubDate>Mon, 30 Aug 2010 10:09:14 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28137.aspx</link><description>There also seems to be a problem with guid primary keys casting to string. &lt;/P&gt;&lt;P&gt;Paul</description><pubDate>Sat, 28 Aug 2010 10:31:49 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28136.aspx</link><description>• 8/27/2010 4:13:09 PM&amp;nbsp;-&amp;gt; Deploying meta-data for database 'StrataFrame'&lt;BR&gt;• 8/27/2010 4:13:09 PM&amp;nbsp;-&amp;gt; Ensuring Filegroups exist on database 'StrataFrame'&lt;BR&gt;X 8/27/2010 4:13:09 PM&amp;nbsp;-&amp;gt; An error occurred while deploying the meta-data to the server.UnknownPropertyException&lt;BR&gt;&amp;nbsp; Cannot read property IsFileStream.This property is not available on SQL Server 2005.&lt;/P&gt;&lt;P&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Microsoft.SqlServer.Smo&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;&amp;nbsp;&amp;nbsp; at Microsoft.SqlServer.Management.Smo.SqlPropertyMetadataProvider.PropertyNameToIDLookupWithException(String propertyName, PropertyAccessPurpose pap)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Microsoft.SqlServer.Management.Smo.PropertyCollection.GetValueWithNullReplacement(String propertyName, Boolean throwOnNullValue, Boolean useDefaultOnMissingValue)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Microsoft.SqlServer.Management.Smo.PropertyCollection.GetValueWithNullReplacement(String propertyName)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Microsoft.SqlServer.Management.Smo.FileGroup.get_IsFileStream()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.VerifyFileGroup(FileGroup Fg, FileGroupInfo FgInfo, DatabaseInfo DbInfo)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.EnsureFileGroups(Database FgParent, DatabaseInfo DbInfo)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.EnsureDatabases()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeployMetaDataThread()</description><pubDate>Sat, 28 Aug 2010 10:30:26 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28129.aspx</link><description>I would like to see what the log shows.  There is clearly some exception being thrown during the SQL deployment which will be shown in the log file, that will give us the starting point to work through this.</description><pubDate>Fri, 27 Aug 2010 16:11:58 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Installation Error</title><link>http://forum.strataframe.net/FindPost28128.aspx</link><description>Hi Paul.&lt;/P&gt;&lt;P&gt;The log file should be at "C:\Program Files (x86)\Common Files\MicroFour\StrataFrame".</description><pubDate>Fri, 27 Aug 2010 16:05:54 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>