﻿<?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 Database Deployment Toolkit / Issues </title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Mon, 12 May 2008 08:57:48 GMT</lastBuildDate><ttl>20</ttl><item><title>merge replication in SQL Server 2000</title><link>http://forum.strataframe.net/Topic16111-13-1.aspx</link><description>Hello Guys!&lt;/P&gt;&lt;P&gt;I talk from Sao Paulo, Brazil.&lt;/P&gt;&lt;P&gt;I develop system for industries and all of many then, I use SQL Server 2000 ( Small Business Package ).&lt;/P&gt;&lt;P&gt;My projetcts are all in VB6.&lt;/P&gt;&lt;P&gt;And some time ago I read an article in a Brazilian .Net Magazine about StrataFrame.&lt;/P&gt;&lt;P&gt;I was very interested in use strataframe, and I saw a demonstration.&lt;/P&gt;&lt;P&gt;It´s really fantastic.&lt;/P&gt;&lt;P&gt;But, some questions made think about use strataframe.&lt;/P&gt;&lt;P&gt;one of them is, how I can manage table strutucts manually in merge replication databases?&lt;/P&gt;&lt;P&gt;specially in tables that are in replication. because new tables, we can create in query analiser. but in tables that are in replication, the fields are create using enterprise manager replication monitor, adding columns in articles!&lt;/P&gt;&lt;P&gt;How DDT create all structures alone, this fields will not be create.&lt;/P&gt;&lt;P&gt;Buy.</description><pubDate>Sat, 03 May 2008 07:50:24 GMT</pubDate><dc:creator>Julio Cesar Bilitardo</dc:creator></item><item><title>Auto Generation of Stored Procs</title><link>http://forum.strataframe.net/Topic15776-13-1.aspx</link><description>Guys,&lt;P&gt;Got an issue with the DDT that came about because I wanted to change clustering on some tables to some new indexed columns. Got myself into a right state with it. However, I have discovered this and I don't know if this is by design.&lt;/P&gt;&lt;P&gt;In the DDT create a new table and check boxes for auto proc generation.&lt;/P&gt;&lt;P&gt;Add an ID, integer, not PK, but enable Identity with standard 1,1 incrementation.&lt;/P&gt;&lt;P&gt;Add a couple of varchar 10 columns.&lt;/P&gt;&lt;P&gt;Save structure, then try to deploy.&lt;/P&gt;&lt;P&gt;For me, it all goes south when it tries to create the sprocs for some reason it thinks the Identity column is being updated.&lt;/P&gt;&lt;P&gt;Now, I found a patch version of DDT on another post that looked like it might solve my issues, but I got errors when I launched it. &lt;/P&gt;&lt;P&gt;Any advice would be appreciated.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Geoff Hirst&lt;/P&gt;&lt;P&gt;Log File Extract&lt;/P&gt;&lt;P&gt; 20/04/2008 17:00:46 -&amp;gt; An error occurred while creating the stored procedure [dbo].[zzz_TestTable_Delete].&lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt; SqlException        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;   Incorrect syntax near ';'.        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;         &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt; Source     : .Net SqlClient Data Provider        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;         &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt; Stack Trace:         &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeploySprocsOfPriority(Database parent, DatabaseInfo dbInfo, Int32 priority)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;         &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt; An error occurred while creating the stored procedure [dbo].[zzz_TestTable_Update].&lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt; SqlException        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;   Cannot update identity column 'ID'.        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;         &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt; Source     : .Net SqlClient Data Provider        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;         &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt; Stack Trace:         &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeploySprocsOfPriority(Database parent, DatabaseInfo dbInfo, Int32 priority)        &lt;BR&gt;X 20/04/2008 17:00:46 -&amp;gt;        </description><pubDate>Sun, 20 Apr 2008 11:29:52 GMT</pubDate><dc:creator>Geoff Hirst</dc:creator></item><item><title>Errors creating package</title><link>http://forum.strataframe.net/Topic15449-13-1.aspx</link><description>I'm getting a 1026 message ID error when I try to create a package. It indicates there is "No row at position zero".  Screen shot attached.</description><pubDate>Tue, 08 Apr 2008 12:51:43 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Any changes to DatabaseMigrator in 1.6.5?</title><link>http://forum.strataframe.net/Topic14350-13-1.aspx</link><description>I have a web project that deploys DDT package files to databases via the DatabaseMigrator class.&lt;br&gt;&lt;br&gt;I haven't touched this in weeks and it was working, now the database is created but the tables are not deployed. Were there any changes to this class in 1.6.5 that might have caused this before I rip it apart? To the best of my knowledge the SF upgrade is the only thing that has changed in this area of the project.&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;</description><pubDate>Wed, 13 Feb 2008 12:05:46 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>Deploying to server - error when creating stored procedures</title><link>http://forum.strataframe.net/Topic15056-13-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I'm using trial version of Database Deployment Toolkit. I'm using automatical creation of stored procedures. When deploying to SQL server for first time, everything is running correctly. When deploying the same database to server again, I receive an error stating that "An error occurred while creating the stored procedure XY" and that "There is already an object named XY" - for all stored procedures. When I delete these procedures from SQL server, it runs correctly. &lt;/P&gt;&lt;P&gt;Is there any possibility to include something like "If exists then drop..."? Or is there any workaround?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;George</description><pubDate>Thu, 20 Mar 2008 08:29:28 GMT</pubDate><dc:creator>Jiri Brazda</dc:creator></item><item><title>MissingMethodException Error</title><link>http://forum.strataframe.net/Topic14262-13-1.aspx</link><description>When trying to create a New File Group, I get the following error.   &lt;/P&gt;&lt;P&gt;MissingMethodException&lt;BR&gt;  Method not found: 'Void MicroFour.StrataFrame.UI.Windows.Forms.ChildFormDialog.set_ParentForm(MicroFour.StrataFrame.UI.Windows.Forms.BaseForm)'.&lt;/P&gt;&lt;P&gt;Source     : DatabaseDTK&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;   at MicroFour.StrataFrame.Data.FileGroupProperties.InitializeComponent()&lt;BR&gt;   at MicroFour.StrataFrame.Data.FileGroupProperties..ctor(Int32 DatabasePK, Int32 FileGroupPK)&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.ShowFileGroupProperties(Int32 FileGroupPK)&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.cmi_Profile_AddFileGroup_Click(Object sender, EventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)&lt;BR&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)&lt;BR&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)&lt;BR&gt;   at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR&gt;   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ToolStrip.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR&gt;</description><pubDate>Sun, 10 Feb 2008 19:58:34 GMT</pubDate><dc:creator>Purnell W Glenn</dc:creator></item><item><title>Database Deploymen Toolkit Failing to change PK data type</title><link>http://forum.strataframe.net/Topic13932-13-1.aspx</link><description>We have an ERP software package with a number of database definiitons that we are hoping to correct. We're trying to use the Database Deployment Toolkit to deploy new definitions to our legacy databases used in the field by our customers.  Our first attempt at converting the database schema to an updated schema has not been very sucessful.  Primarily, one of the issues that is trying to be corrected is converting PK datatypes from Decimal(10,0) to Int.  It appears based on the log error messages that the PK constraints are not dropped prior to the type change being applied.  &lt;/P&gt;&lt;P&gt;Is this something that the tool is meant to support?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aaron</description><pubDate>Fri, 01 Feb 2008 11:23:18 GMT</pubDate><dc:creator>Donovan Sobrero</dc:creator></item><item><title>Exceptions while deployng a package</title><link>http://forum.strataframe.net/Topic13903-13-1.aspx</link><description>Hi there guys. &lt;/P&gt;&lt;P&gt;The whole thing started when I tried to modify a foreign key constraint. Then when trying to deploy the package I got an exception saying that a certain field (which is the primary key) could not be renamed because it was a member of a list. I have removed the constraint and add it again, and the same error. &lt;/P&gt;&lt;P&gt;After that I have removed the whole table and recreated it. Not I get four exceptions: One that says that a certain view (which depends on the table) could not be created because the table is not there. I have remove and recreated the view too, but still the same error. &lt;/P&gt;&lt;P&gt;The other two exceptions complain that they cannot verify the existence of the indexes in the table and view which I have removed and recreated.&lt;/P&gt;&lt;P&gt;The fourth complains about not being able to verify the existence of foreign keys in the table that has been removed and recreated.&lt;/P&gt;&lt;P&gt;Is there a chance that I'm doing something terribly wrong with DDT? I have imported the tables from a SQL2005 database and created all indexes and stored procedures and views manually in the DDT. After that all I do is modifying the schema. Is there a certain way I must be using the DDT tool? Is this because DDT is a rather new tool?&lt;/P&gt;&lt;P&gt;I have attached a rar file that contains my database, my StrataFrame database, the package, and the result log files of the deployments, in case you'll need to look more into it.&lt;/P&gt;&lt;P&gt;Thank you in advance.</description><pubDate>Fri, 01 Feb 2008 07:33:24 GMT</pubDate><dc:creator>George Nentidis</dc:creator></item><item><title>Update Using Stored Procedure Issue</title><link>http://forum.strataframe.net/Topic10210-13-1.aspx</link><description>I've run into an issue with update stored procedures generated by DDT are not matching up with the update parameter list created by the framework. I have a table with a non-identity integer pk and a SQL timestamp column that I've configured in DDT to generate insert and update procs. &lt;/P&gt;&lt;P&gt;After mapping the table to an object in BO mapper I've dropped it on a form and set the appropriate properties to use stored procedures for update and insert, set auto ncrement pk = false and configured the BO to use optimstic timestamp concurrency.&lt;/P&gt;&lt;P&gt;When I run the app inserts work. When I try to update I get an error stating the update procedure has too many arguments specified. Looking at the parameters that were generated in debug mode, it shows a "..._ORGPK" parameter containing the original pk value. It would appear that the framework is failing to recognize that timestamp concurrency is being used and is not supressing the original pk parameter or DDT is failing to include it in the proc.&lt;/P&gt;&lt;P&gt;-Larry</description><pubDate>Wed, 11 Jul 2007 16:38:17 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>Any change in field data changes PK back to clustered</title><link>http://forum.strataframe.net/Topic10731-13-1.aspx</link><description>V 1.61.  PK is UID.  By default DDT created it clustered.  Change PK Index props to non-clustered in DDT&lt;P&gt;Later go back to this table in DDT  dirty buffer in any way ( on fields other than pk )&lt;/P&gt;&lt;P&gt;Save and close.  PK Index has changed back to clustered.  ( Can really bite you if you dont' remember to look for it ) &lt;/P&gt;&lt;P&gt;Just something to look at before next release.  :) </description><pubDate>Mon, 06 Aug 2007 13:41:02 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>Deployment of a package leaves some strage stored procedures.</title><link>http://forum.strataframe.net/Topic13902-13-1.aspx</link><description>I have noticed that when deploying my package, there are some stored procedures created that are not declared in the package. They're not mine. &lt;/P&gt;&lt;P&gt;Those have the form of &lt;EM&gt;TableName&lt;/EM&gt;InsertIgnore and have an insert statement in them. I can also tell you that there's one for each table that I have a data deployment package for. This should make sence I think. &lt;/P&gt;&lt;P&gt;They're not actually causing any trouble, but I think you should know.</description><pubDate>Fri, 01 Feb 2008 05:08:12 GMT</pubDate><dc:creator>George Nentidis</dc:creator></item><item><title>Deploying a data package for a table with a timestamp column fails.</title><link>http://forum.strataframe.net/Topic13440-13-1.aspx</link><description>Hi there, &lt;/P&gt;&lt;P&gt;I have seen this problem in another topic, but there was no answer mentioned there. &lt;/P&gt;&lt;P&gt;When trying to deploy a data package for a table with a timestamp column, I get the exception:&lt;/P&gt;&lt;P&gt;SqlException: Cannot insert an explicit value into a timestamp column. User INSERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column.&lt;/P&gt;&lt;P&gt;It seems like the DDT is trying to copy the timestamp values taken from the original table, while it shouldn't, since timestamps are updated by SQL server.&lt;/P&gt;&lt;P&gt;Did you come up with a solution for that?&lt;/P&gt;&lt;P&gt;Thank you.</description><pubDate>Tue, 15 Jan 2008 05:31:58 GMT</pubDate><dc:creator>George Nentidis</dc:creator></item><item><title>Only Int primary keys are imported.</title><link>http://forum.strataframe.net/Topic13416-13-1.aspx</link><description>Hi there, &lt;/P&gt;&lt;P&gt;I have already mentioned a bug (that you recorded) in another discussion: When importing a DB to the DDT, all uniqueidentifier primary keys are converted to Int. &lt;/P&gt;&lt;P&gt;I would like to add on this that ALL primary keys that are not integers, are actually imported as integers. This really messes up the primary key and foreigh key definitions. I have to make a lot of job mannualy to update all these until the package works. I hope you solve this quick.&lt;/P&gt;&lt;P&gt;Also, does DDT import user-defined data types? I have the impression that when the DDT package tries to create stored procedures with user-defined data types, failes because the data types are not there, propably because they are not created.&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Mon, 14 Jan 2008 04:14:40 GMT</pubDate><dc:creator>George Nentidis</dc:creator></item><item><title>Stored Proc Issue</title><link>http://forum.strataframe.net/Topic12876-13-1.aspx</link><description>Chaps,&lt;/P&gt;&lt;P&gt;I have a stored proc, that returns the full contents of a table, some 21 columns. Now, I have no parameters on this proc, as I intend to use it for list population etc.&lt;/P&gt;&lt;P&gt;Thing is, it won't deploy. I get an error that says a problem occurred with a stored proc. A problem near the word 'SELECT'.&lt;/P&gt;&lt;P&gt;Now if I add&lt;/P&gt;&lt;P&gt;@ID int&lt;/P&gt;&lt;P&gt;AS &lt;/P&gt;&lt;P&gt;at the top of the proc, it deploys fine.&lt;/P&gt;&lt;P&gt;Proc is&lt;/P&gt;&lt;FONT color=#0000ff size=1&gt;&lt;P&gt;Select&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT color=#000000&gt; ID,&lt;/FONT&gt;JobNo,ProjectName,WorkDescription,ClientID,ClientContact,ContactDetails,JobManager,JobArchitect,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;JobType,ClientType,EnduserCLientType,SourceofWork,Timebased,FixedFee,PercentageValueOfProject,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;ExpensesID,ProjectFee,EstimatedProjectValue,ProjectPercentage,ProjectFee2 &lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;from&lt;/FONT&gt;&lt;FONT size=1&gt; Job &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;If I replace the text with SELECT * from Job it also works fine.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;Any Ideas chaps?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;Geoff&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Sun, 02 Dec 2007 09:37:40 GMT</pubDate><dc:creator>Geoff Hirst</dc:creator></item><item><title>Relationships Greyed and Locked</title><link>http://forum.strataframe.net/Topic12531-13-1.aspx</link><description>Greetings,&lt;br&gt;I'm experiencing some issues with relationships.&lt;br&gt;I'm having some FailedOperationException, and it's always related with locked relationships(greyed) as you can see in the snapshot.&lt;br&gt;I'm trying to change/fix the relationships, but DDT does not allow me.&lt;br&gt;What can I do? Is there a way to alter/delete those locked relationships?&lt;br&gt;&lt;br&gt;[img]http://lh6.google.com.br/alexlana.net/RzHx46hx4NI/AAAAAAAAAI8/IVIZJKs1pvw/DDT_FKs.jpg[/img]&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;[b]Alex[/b]</description><pubDate>Wed, 07 Nov 2007 11:15:08 GMT</pubDate><dc:creator>Alex M. Lana</dc:creator></item><item><title>SDT Error Adding Index</title><link>http://forum.strataframe.net/Topic12355-13-1.aspx</link><description>In SDT 1.6.0.0, when I right click on any of my tables index node, and select "New Index" I get an error.&lt;br&gt;&lt;br&gt;MissingMethodException&lt;br&gt;  Method not found: 'Void MicroFour.StrataFrame.UI.Windows.Forms.ChildFormDialog.set_ParentForm(MicroFour.StrataFrame.UI.Windows.Forms.BaseForm)'.&lt;br&gt;&lt;br&gt;Source     : DatabaseDTK&lt;br&gt;&lt;br&gt;Stack Trace: &lt;br&gt;   at MicroFour.StrataFrame.Data.IndexProperties.InitializeComponent()&lt;br&gt;   at MicroFour.StrataFrame.Data.IndexProperties..ctor(Int32 ProfilePK, String TableName, Int32 TablePK, Int32 IndexPK)&lt;br&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.ShowIndexProperties(Int32 IndexPK)&lt;br&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.cmi_Profile_NewIndex_Click(Object sender, EventArgs e)&lt;br&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)&lt;br&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)&lt;br&gt;   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)&lt;br&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)&lt;br&gt;   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)&lt;br&gt;   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)&lt;br&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)&lt;br&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)&lt;br&gt;   at System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)&lt;br&gt;   at System.Windows.Forms.Control.WndProc(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.ToolStrip.WndProc(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt;&lt;br&gt;Thanks</description><pubDate>Thu, 01 Nov 2007 12:47:52 GMT</pubDate><dc:creator>Jerry Jansen</dc:creator></item><item><title>Issue Importing Stored Procedures</title><link>http://forum.strataframe.net/Topic12365-13-1.aspx</link><description>I'm trying to Import my SQL2005 DB files into a DDT pkg.  Everything imports accept for the Stored Procedure files.  I checked all of the import boxes, but it just does not import the SProcedures.  ANy clue on what to check?  Also I tried run the package and install it on to another SQL server,  the message tells me that installed, but when I look at the files in SQL Manager, they are not there.</description><pubDate>Fri, 02 Nov 2007 08:23:03 GMT</pubDate><dc:creator>Purnell W Glenn</dc:creator></item><item><title>Error double-clicking index node</title><link>http://forum.strataframe.net/Topic11858-13-1.aspx</link><description>Really need help on this one.  Somehow broke my DTT again.  Trying to apply fixes and patches as they appear here scattered through the message base and I'm afraid I may have let my ignorance of just how the plumbing of .NET works let me do something dumb.&lt;/P&gt;&lt;P&gt;Here's the error on double-clicking an index node :&lt;/P&gt;&lt;P&gt;MissingMethodException&lt;BR&gt;  Method not found: 'Void MicroFour.StrataFrame.UI.Windows.Forms.ChildFormDialog.set_ParentForm(MicroFour.StrataFrame.UI.Windows.Forms.IContainerControl)'.&lt;/P&gt;&lt;P&gt;Source     : DatabaseDTK&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;   at MicroFour.StrataFrame.Data.IndexProperties.InitializeComponent()&lt;BR&gt;   at MicroFour.StrataFrame.Data.IndexProperties..ctor(Int32 ProfilePK, String TableName, Int32 TablePK, Int32 IndexPK)&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.ShowIndexProperties(Int32 IndexPK)&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.lstDetail_DoubleClick(Object sender, EventArgs e)&lt;BR&gt;   at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)&lt;BR&gt;   at System.Windows.Forms.ListView.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/P&gt;&lt;P&gt;I'm attaching shots of my Strataframe folder and the assembly folder &lt;/P&gt;&lt;P&gt;A little confused in that after installing 1.6.1 the assembly folder still showed 1.6.0 as the version, but I admit to not understanding the GAC yet.&lt;/P&gt;&lt;P&gt;I applied the files from the zip Ben posted on 8-31 ( a DatabaseDTK.EXE dated 8-31 and a StrataframeBO.dll )&lt;/P&gt;&lt;P&gt;Help getting me back on track would be greatly appreciated as the DDT is pretty essential to a major project I'm working on.&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Charles&lt;/P&gt;&lt;P&gt;&lt;BR&gt;&lt;IMG height=326 src="http://forum.strataframe.net/Uploads/Images/6b47ebd0-e2b4-4cae-81df-19eb.jpg" width=688&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG style="WIDTH: 696px; HEIGHT: 263px" height=263 src="http://forum.strataframe.net/Uploads/Images/3b720638-61b5-4871-8381-be2c.jpg" width=600&gt;</description><pubDate>Thu, 04 Oct 2007 12:59:36 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>Login failed while deploying data</title><link>http://forum.strataframe.net/Topic11775-13-1.aspx</link><description>I'm attempting to deploy my security tables using the DDT.  When I do the deploy, I create a new package, which includes the permissions table as part of the deployment.  I first got an error that a login (to a common db user for the dev db) failed because the user needed to change their password.  I figure out that this is set on the permission package, so I go to SQL Server and change it and update the password for the permission data.  Now I get an error that the login is just failing...sigh...  So I open up SQL Management Studio and test the user/password (all sql user/passwords btw).  They work...sigh...  So I change the user/password to another one.  I STILL get an error related to the login failing for the first user.&lt;br&gt;&lt;br&gt;Now, I decided I didn't want to deploy all the security tables, so I deleted some of the packages. Could there be some residual info that could be causing this problem?   I'm stuck until I can get this solved (can't deploy).  &lt;br&gt;&lt;br&gt;Thanks!</description><pubDate>Mon, 01 Oct 2007 21:11:53 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>SQL Express - Wizard Issue</title><link>http://forum.strataframe.net/Topic11415-13-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I found a little issue that I think is worth informing you about. If I use &lt;/P&gt;&lt;P&gt;MicroFour.StrataFrame.DBEngine.Deployment.MDDeployMain to deploy a database on a sql express instance and that instance is the only sql server instance on the computer, the &lt;/P&gt;&lt;P&gt;the ComboBox with the header "Select SQL Server" only shows the computername . If you continue the wizard it will fail to connect to the server. Strange... since I just connected to the server and that worked. After I manually set the sql server to 'COMPUTERNAME\SQLEXPRESS' it worked. &lt;/P&gt;&lt;P&gt;I tried the same with a full sql server version and then it does not seem to matter. &lt;/P&gt;&lt;P&gt;My suggestion would be to always add the Computername + Instancename, even if there is just one sql server instance visible.&lt;/P&gt;&lt;P&gt;Hope you can change that behaviour or tell me if I have done something wrong.&lt;/P&gt;&lt;P&gt;Thanks&lt;BR&gt;</description><pubDate>Tue, 11 Sep 2007 02:00:25 GMT</pubDate><dc:creator>Bastian Töpfer</dc:creator></item><item><title>Issue with TinyInt</title><link>http://forum.strataframe.net/Topic11220-13-1.aspx</link><description>I have set the data types for a number of fields to 'TinyInt'. These values come accross as System.Byte in the mapper. Is this correct or a small bug?&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Tim</description><pubDate>Wed, 29 Aug 2007 12:24:18 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>Error trying to deploy.</title><link>http://forum.strataframe.net/Topic10786-13-1.aspx</link><description>I made a minor change to a table and tried to deploy, I get the error attached during "Step 1-Packaging Stored Procedures", if I hit OK it then takes me to the "Select Meta-Data Package" screen but I don't get the message I am used to that the new package was created successfully. I am afraid to go on. I have confirmed that I can log into the SQL Server specified in the "Strataframe Data Store", please help... naturally things like this happen when you have promised a client an update that afternoon.&lt;br&gt;&lt;br&gt;I did have to move my SF Database to another physical server, but I did change the SF Store and have had no other issues related to the move in the last two weeks so I doubt it is related, but wanted to toss it in the mix since it seems to be a SQL issue by the error.&lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 09 Aug 2007 09:20:10 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>DDT Import Database</title><link>http://forum.strataframe.net/Topic10737-13-1.aspx</link><description>I´m testing the framework and have a little question:&lt;/P&gt;&lt;P&gt;When I import a database from Sql Server (2000) from DDT my comments (description) is lost ("this table / field was imported")&lt;/P&gt;&lt;P&gt;Can I avoid this? thanks</description><pubDate>Mon, 06 Aug 2007 15:50:10 GMT</pubDate><dc:creator>Fabian R Silva, -</dc:creator></item><item><title>Expected behavior in reimporting from SQL Database</title><link>http://forum.strataframe.net/Topic10660-13-1.aspx</link><description>I want to make sure I am clear on how DDT is intended to work and what to expect in certain scenarios.&lt;/P&gt;&lt;P&gt;If I have a SQL database MYDATABASE and I import this into a new DDT project MYPROJECT I would expect it to read all the structures, indexes, PKs etc ( if I have check the right boxes on the import wizard )&lt;/P&gt;&lt;P&gt;Now, I make changes in DDT and I deploy to the server.  My changes are deployed.&lt;/P&gt;&lt;P&gt;Now the DBA makes some changes on the server.  I want to keep my metadata in DDT in sync.  If I import into the same project I get MYDATABASE_1 .  Fair enough.  I can now use that as the most current version of the metadata ( or use MYDATABASE to fix the server if the DBA has done something boneheaded. )&lt;/P&gt;&lt;P&gt;But I am not sure what is going on in the Strataframe database.  If I create a new DDT project - MYPROJECT2 - and import the MYDATABASE, am I going to confuse any of the data stored in Strataframe?  ie. are surrogate keys keeping all this straight?  Suppose I import MYDATABASE into MYPROJECT2 and then deploy a changed version of it to MYDATABASE2 on the same server?  &lt;/P&gt;&lt;P&gt;In other words, is there anything like this I have to be careful of when using DDT ?&lt;/P&gt;&lt;P&gt;TIA</description><pubDate>Wed, 01 Aug 2007 10:55:28 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>Adding Messaging and Localization Tables Error in DDT 1.6.0.0</title><link>http://forum.strataframe.net/Topic10360-13-1.aspx</link><description>I am testing DDT and I imported my data structure from VFP and then added from the Profile menu, "Add Messaging and Localization Tables". I kept getting an error when deploying the database to SQL server. The error mention something about an empty procedure field. I checked all of the my data tables procedures and everything looked ok. I checked all of the Messaging and Localization Tables in DDT and they looked ok. &lt;br&gt;&lt;br&gt;Then I checked the actual DBETables in SQL server and found the field tbl_insertsprocname EMPTY for the MessageItems and MessageLanguages tables with the fields tbl_insertprocs set to true. However, the insert procedures showed up OK in DDT.&lt;br&gt;&lt;br&gt;So there must be an error in the importing of the Messaging and Localization Tables in DDT in updating the SQL table.&lt;br&gt;&lt;br&gt;I then went back to DDT and unchecked/rechecked the "Create INSERT Stored Procedure" in the table properties for both MessageItems and MessageLanguages tables and then the fields tbl_insertsprocname were filled in the SQL DBETables table.</description><pubDate>Tue, 17 Jul 2007 12:44:12 GMT</pubDate><dc:creator>Jerry J Jansen</dc:creator></item><item><title>Moving/Deleting fields in DDT 1.6.0.0</title><link>http://forum.strataframe.net/Topic10363-13-1.aspx</link><description>Testing out DDT and when I modify a table's structure, then move a field up in the list, then delete a field, then the field that I moved up reverts back to it's original position. Then try to move the field again and it is not the same field but now the field actually shows up at the top of the list!</description><pubDate>Tue, 17 Jul 2007 13:07:36 GMT</pubDate><dc:creator>Jerry J Jansen</dc:creator></item><item><title>DDT erasing Triggers</title><link>http://forum.strataframe.net/Topic10255-13-1.aspx</link><description>I know triggers aren't supported by the DDT yet, but here is my issue.&lt;br&gt;&lt;br&gt;I have triggers in my SQL database, I just updated a table in the DDT to add some fields and deployed it to the server, it erased all my triggers.&lt;br&gt;&lt;br&gt;How can I avoid this? I thought the rule was if the DDT doesn't need to update something it leaves it alone?</description><pubDate>Fri, 13 Jul 2007 09:33:44 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>What is the Current SF Release ?</title><link>http://forum.strataframe.net/Topic8849-13-1.aspx</link><description>Are we at release 1.6.0 or 1.6.1?</description><pubDate>Wed, 16 May 2007 18:11:40 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>Problem with Version 1.6.1</title><link>http://forum.strataframe.net/Topic8804-13-1.aspx</link><description>To SF Team:&lt;br&gt;&lt;br&gt;I started to change my VarChar to NVarChar and noticed a problem. First SF, changes the field to 50, which needs to be reentered again (Can we just enter our own column size without default). But the worst part comes after. When you move to the next field, the [b][u]50[/u][/b] keeps overwriting the next field size. This is trouble for anyone doesn't notice it.&lt;br&gt;&lt;br&gt;Could we please get a fix to this soon? Thanks!</description><pubDate>Tue, 15 May 2007 10:07:23 GMT</pubDate><dc:creator>Ben Hayat</dc:creator></item><item><title>Updating table with identity field</title><link>http://forum.strataframe.net/Topic8589-13-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;In the process of migrating my database update systeem to the strataframe system, i've made several definition errors. A few of them were PK fields with identity specification where there should not be a identity specification. So i made the corrections in the DDT and generated a new deployment package. When i applied the package to my test server i found out that the identity specification stills exsist!!! Is this a bug or do i do something wrong?</description><pubDate>Mon, 30 Apr 2007 15:34:57 GMT</pubDate><dc:creator>softaca</dc:creator></item><item><title>Error deployment data</title><link>http://forum.strataframe.net/Topic8319-13-1.aspx</link><description>As i am a newbie with the Strataframe framework, i am not sure to post this as a question or an issue. At the moment i am implementing the deployment of a database within one of my projects. It includes some deployment data as well. That is the data for the security and the data for the localization. When i deploy only the structure and the above mentioned data everything runs smootly. If a add the data from another table and try to deploy then i always get an error, see the attached logfile. The table is a very simple table with only one field and one record.&lt;/P&gt;&lt;P&gt;Do you have any idea what the problem is here? I attach the package file as file.</description><pubDate>Thu, 19 Apr 2007 15:18:47 GMT</pubDate><dc:creator>softaca</dc:creator></item><item><title>Error adding a table</title><link>http://forum.strataframe.net/Topic8036-13-1.aspx</link><description>BusinessLayerException&lt;BR&gt; The CurrentRow could not be evaluated because the CurrentRowIndex is out of range.  Business object record count: 0.  CurrentRowIndex: -1.&lt;/P&gt;&lt;P&gt;Source     : MicroFour StrataFrame Business&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.get_CurrentRow()&lt;BR&gt;   at MicroFour.StrataFrame.Business.DBEFileGroupsBO.get_fg_pk()&lt;BR&gt;   at MicroFour.StrataFrame.Data.TableProperties..ctor(Int32 ProfilePK, String DatabaseName, Int32 DatabasePK, Int32 TablePK)&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.ShowTableProperties(Int32 TablePK)&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.cmi_Profile_AddTable_Click(Object sender, EventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)&lt;BR&gt;   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)&lt;BR&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)&lt;BR&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)&lt;BR&gt;   at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR&gt;   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ToolStrip.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR&gt;</description><pubDate>Tue, 10 Apr 2007 19:32:47 GMT</pubDate><dc:creator>Flavelle Ballem</dc:creator></item><item><title>NullReferenceException while deploying</title><link>http://forum.strataframe.net/Topic7768-13-1.aspx</link><description>&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Deplying a DB to an SQL Server 2000 DB called SPS, I receive some errors and an Application Exception that stops the deploy process.&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;P class=MsoNormal&gt;&lt;FONT size=2&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;This leaves the DB in un unstable status and I didn’t recover it yet.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT size=2&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;The deploy window showing error and the package that raises it are attached to this post&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT size=2&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Gianpaolo Rocchi&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT size=2&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;/SPAN&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;/SPAN&gt;</description><pubDate>Wed, 28 Mar 2007 16:18:14 GMT</pubDate><dc:creator>GRocchi</dc:creator></item><item><title>Database Physical File Location</title><link>http://forum.strataframe.net/Topic7216-13-1.aspx</link><description>I am using a separate database for the role based security files and when I deploy for the first time it automatically creates the physical database files in a default folder. We have customers that implement policies for the physical location of database files. Is there any way to specify the folder location if the database does not exist? I basically use your standard deployment routines, which I have wrapped for customer use, so does your standard deployment routine currently support this?.&lt;/P&gt;&lt;P&gt;Tim</description><pubDate>Wed, 28 Feb 2007 10:02:29 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>Error using DDT</title><link>http://forum.strataframe.net/Topic7217-13-1.aspx</link><description>I am having difficulty using the DDT.  I installed a 1.5 test version and then installed the 1.6 test version.  Recently purchased a license and activated it.  When I try to use the DDT, I get an error.  It seems to be connecting to the DB.  It looks like some sort of version issue.  Error included below.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;TargetInvocationException&lt;BR&gt; Exception has been thrown by the target of an invocation.&lt;BR&gt;SqlException&lt;BR&gt; Invalid column name 'dbe_Category'.&lt;/P&gt;&lt;P&gt;Source     : mscorlib&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)&lt;BR&gt;   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)&lt;BR&gt;   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)&lt;BR&gt;   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)&lt;BR&gt;   at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()&lt;BR&gt;   at System.Data.SqlClient.SqlDataReader.get_MetaData()&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)&lt;BR&gt;   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)&lt;BR&gt;   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)&lt;BR&gt;   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)&lt;BR&gt;   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)&lt;BR&gt;   at MicroFour.StrataFrame.Data.DbDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;BR&gt;   at MicroFour.StrataFrame.Data.SqlDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;BR&gt;   at MicroFour.StrataFrame.Data.DbDataSourceItem.GetDataTable(String Statement, OnChangeEventHandler CallBack)&lt;BR&gt;   at MicroFour.StrataFrame.Data.DataLayer.GetDataTable(String Statement, Boolean RegisterNotification)&lt;BR&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.FillDataTable(String SelectStatement)&lt;BR&gt;   at MicroFour.StrataFrame.Business.DBEProfileBO.FillWithDistinctCategories()&lt;BR&gt;   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp;amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)&lt;BR&gt;   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)&lt;BR&gt;   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)&lt;BR&gt;   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ListControl.PopulateComboFromBusinessObject(IListControl lstControl, Object[] Parameters)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ListControl.PopulateCombo(Control lstControl, Object[] Parameters)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ComboBox.PopulateCombo(Object[] Parameters)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ComboBox.Requery()&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ComboBox.InitializeObject()&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.InitializeFormLoadObjects()&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.OnLoad(EventArgs e)&lt;BR&gt;   at System.Windows.Forms.Form.OnCreateControl()&lt;BR&gt;   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)&lt;BR&gt;   at System.Windows.Forms.Control.CreateControl()&lt;BR&gt;   at System.Windows.Forms.Control.WmShowWindow(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ContainerControl.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Form.WmShowWindow(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Form.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR&gt;</description><pubDate>Wed, 28 Feb 2007 10:46:36 GMT</pubDate><dc:creator>Kent Meyer</dc:creator></item><item><title>DDT Data Deployment Error</title><link>http://forum.strataframe.net/Topic6700-13-1.aspx</link><description>I wrote a database installer DLL to deploy the role based security files, based on the installer example on the forum. (DataProgress)&lt;/P&gt;&lt;P&gt;In my AppMain I added some code to check if the security database exists. If not, I automatically call the installer DLL. &lt;/P&gt;&lt;P&gt;Everything works perfectly when I run my application within visual studio, however, When I run the exe, I get the attached error.  The error occurs at the start of the data deployment phase.  The meta data is deployed without errors.&lt;/P&gt;&lt;P&gt;Any idea why this is happening?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tim</description><pubDate>Sun, 11 Feb 2007 14:48:41 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>Broken Rule can't be fixed</title><link>http://forum.strataframe.net/Topic6772-13-1.aspx</link><description>When modifying a table's structure, if I accidentally hit the "new" button twice, I end up with two blank columns in the list of columns. I can then enter the information for both columns. It doesn't complain and it appears that all is well. But when I go to save, I get a broken rule, saying the name of the column can't contain spaces.  I get this on EVERY column and can't save at all. I must exit without saving and then reenter any thing lost.  &lt;br&gt;&lt;br&gt;To Reproduce&lt;br&gt;1. In DDT, add a new table &lt;br&gt;2. Add a column and define it&lt;br&gt;3. Add another column and define it&lt;br&gt;4. Hit the new button twice...not two blank lines in list of columns&lt;br&gt;5. Enter information in these two columns, including name, no spaces&lt;br&gt;6. Try to save, I get a Broken rule on name&lt;br&gt;7. Delete that column and try to save again...get broken rule on another column</description><pubDate>Tue, 13 Feb 2007 15:46:57 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Importing from a package file</title><link>http://forum.strataframe.net/Topic6135-13-1.aspx</link><description>When importing a DDT project from a package file it seems that unwanted syntax is added to the CREATE PROCEDURE area.&lt;br&gt;&lt;br&gt;It adds the following which I have had to delete from 50+ stored procs......am I missing something? &lt;br&gt;&lt;br&gt;IF EXISTS(SELECT [name] FROM [sysobjects] WHERE [name] = 'aspnet_CheckSchemaVersion')&lt;br&gt; DROP PROCEDURE [dbo].[aspnet_CheckSchemaVersion]&lt;br&gt;GO&lt;br&gt;[b]set ANSI_NULLS ON[/b]&lt;br&gt;[b]set QUOTED_IDENTIFIER ON[/b]&lt;br&gt;[b]GO[/b] -----&gt; already added in the 'Pre-Create/Environment Code area&lt;br&gt;&lt;br&gt;[b]CREATE PROCEDURE [dbo].[aspnet_CheckSchemaVersion][/b] ----&gt; Added via the tool&lt;br&gt;&lt;br&gt;It also throws up on the "IF EXISTS...." line, is this misplaced as well?&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 23 Jan 2007 21:39:03 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>Image in DDT help wrong</title><link>http://forum.strataframe.net/Topic6105-13-1.aspx</link><description>In the edit relationship topic, the image that is to illustrate the Edit Relationship instead shows Edit Index.</description><pubDate>Tue, 23 Jan 2007 12:59:27 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Database Deployment Activation Error</title><link>http://forum.strataframe.net/Topic5523-13-1.aspx</link><description>Hi Folks&lt;/P&gt;&lt;P&gt;I'm having the same problem with activtating my DDT as I was about a month ago but the last time, my network adapter seemed to be the problem. This time, I'm not sure what has happened.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;My Activation Client says &lt;STRONG&gt;Activated: Yes / Network Adapter: Unknown&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;I have 3 network adapters (wired, wireless and 1394) all of which are connected and have not changed.&lt;/LI&gt;&lt;LI&gt;I activated using the DLL. (does that make a difference)? &lt;/LI&gt;&lt;LI&gt;I went online and saw that my old laptop was still activated so I deactivated it (I'm thinking that this is the root of the problem)&lt;/LI&gt;&lt;LI&gt;The error I get when I open the DDT is Feature Not Purchased&lt;/LI&gt;&lt;LI&gt;When I try to Deactivate using the Activation client (its the only option I'm given) I get Activation Error !! Exception: Unknown Adapter...yada yada...&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'm stuck but have a critical need for this to work very soon. What are my options?&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Tue, 02 Jan 2007 15:19:56 GMT</pubDate><dc:creator>choyt</dc:creator></item></channel></rss>