﻿<?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>Sat, 13 Mar 2010 20:07:19 GMT</lastBuildDate><ttl>20</ttl><item><title>DDT error when trying to edit a stored proc.</title><link>http://forum.strataframe.net/Topic26313-13-1.aspx</link><description>I have just gone into the DDT to edit a stored procedure.  When clicking the 'Stored Procedures' treeview node I get this messagebox:&lt;br&gt;&lt;br&gt;[codesnippet]ClrAssemblyEnumerator has stopped working[/codesnippet]&lt;br&gt;&lt;br&gt;options are debug and close program.  Selecting close program gives:&lt;br&gt;&lt;br&gt;[codesnippet]UIException&lt;br&gt;  Dynamically populating the ListView failed.  Could not create and fill the business object of type 'MicroFour.StrataFrame.Business.DBEProceduresBO'&lt;br&gt;TargetInvocationException&lt;br&gt;  Exception has been thrown by the target of an invocation.&lt;br&gt;BusinessLayerException&lt;br&gt;  The CurrentRow for table '[dbo].[DBEAssemblies]' could not be evaluated because the CurrentRowIndex is out of range.  Business object record count: 0.  CurrentRowIndex: -1.&lt;br&gt;&lt;br&gt;Source     : MicroFour StrataFrame UI&lt;br&gt;&lt;br&gt;Stack Trace: &lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.get_CurrentRow()&lt;br&gt;   at MicroFour.StrataFrame.Business.DBEAssembliesBO.get_as_assemblypath()&lt;br&gt;   at MicroFour.StrataFrame.Business.DBEProceduresBO.GetAll(Int32 DatabasePK, Boolean IncludeTableInsertAndUpdateProcedures, Boolean byCategory, String categoryName)&lt;br&gt;   at MicroFour.StrataFrame.Business.DBEProceduresBO.GetAll(Int32 DatabasePK, Boolean IncludeTableInsertAndUpdateProcedures)&lt;br&gt;   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&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.ListView.GetFilledBusinessObject(Object[] Parameters)&lt;br&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ListView.PopulateListView(Object[] Parameters)&lt;br&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ListView.Requery()&lt;br&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.Load_StoredProceduresDetails()&lt;br&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.PopulateDetailList(DBEObjectType tvitem)&lt;br&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.ProcessTreeviewSelection(DBETVItem tvItem)[/codesnippet]&lt;br&gt;&lt;br&gt;I also get the same problem with StrataFlix sample.&lt;br&gt;&lt;br&gt;Has anyone come across this before or maybe a pointer as to whats going on?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Keith</description><pubDate>Fri, 05 Mar 2010 20:46:43 GMT</pubDate><dc:creator>Keith Gordijn</dc:creator></item><item><title>Error on index creation if column number &amp;gt; 16</title><link>http://forum.strataframe.net/Topic25962-13-1.aspx</link><description>Hi,&lt;P&gt;All is OK when I create an index within SSMS with this script&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;/P&gt;&lt;P&gt;CREATE&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;NONCLUSTERED&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;INDEX&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[IX_ligne_1_rpt_et_dev1]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ON&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[dbo]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[ligne_1]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; &lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[cde_cmd]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ASC&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[no_ligne_1]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ASC&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[cde_mat]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ASC&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;)&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;INCLUDE&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[epaisseur]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[cal_surf]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[surf_lq]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[lq_m2]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[px2_m2]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[laq_l1]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[laq_l2]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[laq_f2]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[modew]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[mat_four]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[libelle3]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[longueur]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[largeur]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[raly]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[com_lg1]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[typ_laq]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[fl_bcl]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;WITH &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;SORT_IN_TEMPDB&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;OFF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;IGNORE_DUP_KEY&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;OFF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;DROP_EXISTING&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;OFF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ONLINE&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;OFF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ON&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;[PRIMARY]&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;[/codesnippet]&lt;P&gt;but the same description in DDT raises an error when deployment&lt;P&gt;(in log file:)&lt;BR&gt;[quote]X 12/02/2010 16:19:50 -&amp;gt;   Le index 'IX_ligne_1_rpt_et_dev1' sur la table 'dbo.ligne_1' a 20 noms de colonnes dans la liste de clés index. La limite maximale pour la liste des colonnes de clés d'index ou de statistiques est 16. [/quote]&lt;P&gt;Is that limit of 16 column names in an index definition a SF DDT limit, or a Microsoft SMO limit? &lt;P&gt;We really need many indexes like this (with sometimes more than 40 columns as INCLUDE), and hoped that DDT could manage it.&lt;P&gt;Thanks in advance</description><pubDate>Fri, 12 Feb 2010 10:16:03 GMT</pubDate><dc:creator>Michel Levy</dc:creator></item><item><title>Error while attempting to create package (event ID #1026)</title><link>http://forum.strataframe.net/Topic25959-13-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I've got an error IndexOutOfRange during during the creation of a package.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/5745f669-598e-47d5-898c-445d.jpg"&gt;&lt;/P&gt;&lt;P&gt;what does it mean? what should I do?</description><pubDate>Fri, 12 Feb 2010 09:31:05 GMT</pubDate><dc:creator>Michel Levy</dc:creator></item><item><title>Deployment App Could not load correct Microsoft.SQLServer.ConnectionInfo Assembly</title><link>http://forum.strataframe.net/Topic25319-13-1.aspx</link><description>Hi guys,&lt;br&gt;&lt;br&gt;I'm no doubt doing something retarded. But when I use the MicroFour.StrataFrame.DBEngine.Deployment.MDDeployMain in my app. to deploy my data on my XP development machine, I have no problems.  Installing it on Windows Server 2003 with InstallAware, and running the application after that gets me the error below.&lt;br&gt;The error pops up after I click the final next button in the Deployment app.&lt;br&gt;&lt;br&gt;I have Microsoft.SqlServer.ConnectionInfo version 9.0.242.0 installed on both machines, with SQl Server Express 2005.  But for some reason it is looking for version 10 on the server.&lt;br&gt;&lt;br&gt;Any thoughts as to why?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Marcel&lt;br&gt;&lt;br&gt;See the end of this message for details on invoking &lt;br&gt;just-in-time (JIT) debugging instead of this dialog box.&lt;br&gt;&lt;br&gt;************** Exception Text **************&lt;br&gt;System.IO.FileLoadException: Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)&lt;br&gt;File name: 'Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'&lt;br&gt;   at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator..ctor(String ServerAndInstanceName, Boolean UseWindowsAuth, ISynchronizeInvoke SyncObj, String Username, String Password)&lt;br&gt;   at MicroFour.StrataFrame.DBEngine.Deployment.MDDeployMain.StartMetaDataBuild()&lt;br&gt;   at MicroFour.StrataFrame.DBEngine.Deployment.MDDeployMain.ManageNextAndBack(Boolean MoveNext)&lt;br&gt;   at MicroFour.StrataFrame.DBEngine.Deployment.MDDeployMain.cmdNext_Click(Object sender, EventArgs e)&lt;br&gt;   at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;br&gt;   at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;br&gt;   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&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.ButtonBase.WndProc(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.Button.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;WRN: Assembly binding logging is turned OFF.&lt;br&gt;To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.&lt;br&gt;Note: There is some performance penalty associated with assembly bind failure logging.&lt;br&gt;To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;************** Loaded Assemblies **************&lt;br&gt;mscorlib&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3603 (GDR.050727-3600)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll&lt;br&gt;----------------------------------------&lt;br&gt;AESPPMDataInstaller&lt;br&gt;    Assembly Version: 1.0.0.0&lt;br&gt;    Win32 Version: 1.0.0.0&lt;br&gt;    CodeBase: file:///C:/Program%20Files/AWA%20Data%20Installer/AESPPMDataInstaller.exe&lt;br&gt;----------------------------------------&lt;br&gt;MicroFour StrataFrame UI&lt;br&gt;    Assembly Version: 1.7.0.0&lt;br&gt;    Win32 Version: 1.7.0.2&lt;br&gt;    CodeBase: file:///C:/Program%20Files/AWA%20Data%20Installer/MicroFour%20StrataFrame%20UI.DLL&lt;br&gt;----------------------------------------&lt;br&gt;MicroFour StrataFrame Business&lt;br&gt;    Assembly Version: 1.7.0.0&lt;br&gt;    Win32 Version: 1.7.0.2&lt;br&gt;    CodeBase: file:///C:/Program%20Files/AWA%20Data%20Installer/MicroFour%20StrataFrame%20Business.DLL&lt;br&gt;----------------------------------------&lt;br&gt;System.Windows.Forms&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;br&gt;----------------------------------------&lt;br&gt;System&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.Drawing&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;br&gt;----------------------------------------&lt;br&gt;MicroFour StrataFrame Base&lt;br&gt;    Assembly Version: 1.7.0.0&lt;br&gt;    Win32 Version: 1.7.0.2&lt;br&gt;    CodeBase: file:///C:/Program%20Files/AWA%20Data%20Installer/MicroFour%20StrataFrame%20Base.DLL&lt;br&gt;----------------------------------------&lt;br&gt;Microsoft.VisualBasic&lt;br&gt;    Assembly Version: 8.0.0.0&lt;br&gt;    Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll&lt;br&gt;----------------------------------------&lt;br&gt;MicroFour StrataFrame DBEngine&lt;br&gt;    Assembly Version: 1.7.0.0&lt;br&gt;    Win32 Version: 1.7.0.2&lt;br&gt;    CodeBase: file:///C:/Program%20Files/AWA%20Data%20Installer/MicroFour%20StrataFrame%20DBEngine.DLL&lt;br&gt;----------------------------------------&lt;br&gt;System.Data&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.Xml&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.Web&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.Management&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll&lt;br&gt;----------------------------------------&lt;br&gt;Accessibility&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.Configuration&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.Transactions&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.EnterpriseServices&lt;br&gt;    Assembly Version: 2.0.0.0&lt;br&gt;    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)&lt;br&gt;    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll&lt;br&gt;----------------------------------------&lt;br&gt;&lt;br&gt;************** JIT Debugging **************&lt;br&gt;To enable just-in-time (JIT) debugging, the .config file for this&lt;br&gt;application or computer (machine.config) must have the&lt;br&gt;jitDebugging value set in the system.windows.forms section.&lt;br&gt;The application must also be compiled with debugging&lt;br&gt;enabled.&lt;br&gt;</description><pubDate>Thu, 03 Dec 2009 01:51:24 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>Issue with package encryption/compression</title><link>http://forum.strataframe.net/Topic25029-13-1.aspx</link><description>Guys,&lt;BR&gt;In our installation we've run into an issue on deploying data to machines with a specific local security policy.  &lt;/P&gt;&lt;P&gt;The policy:&lt;BR&gt;System cryptography: Use FIPS compliant algorithms for encryption, hashing and signing&lt;/P&gt;&lt;P&gt;When I enable this policy on my machine, I am unable to open any of our package files (no encryption) because of the compression being used. &lt;BR&gt;Get the generic message:&lt;BR&gt;PackageIt has encountered a problem and needs to close.  We are sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;Our installation will be for government machines, many of which will likely have this option set.  Programmatically we can turn off this setting &lt;STRONG&gt;IF&lt;/STRONG&gt; local policy allows it, but there is a very real chance this won't be the case.  &lt;/P&gt;&lt;P&gt;Are there any settings you have within the DDT or PackageIt! that you can change to make the data packages FIPS compliant?&lt;/P&gt;&lt;P&gt;I've attached an overview of the policy if it helps.</description><pubDate>Wed, 28 Oct 2009 10:22:37 GMT</pubDate><dc:creator>Alan Jones</dc:creator></item><item><title>Problem after upgrade to version 1.7.0</title><link>http://forum.strataframe.net/Topic24091-13-1.aspx</link><description>When clicking Stored procedures in DDT i receive the following error:&lt;/P&gt;&lt;P&gt;UIException&lt;BR&gt;  Dynamically populating the ListView failed.  Could not create and fill the business object of type 'MicroFour.StrataFrame.Business.DBEProceduresBO'&lt;BR&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 'as_Rank'.&lt;/P&gt;&lt;P&gt;Source     : MicroFour StrataFrame UI&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(QueryInformation QueryInfo, OnChangeEventHandler CallBack)&lt;BR&gt;   at MicroFour.StrataFrame.Data.DataLayer.GetDataTable(QueryInformation QueryInfo, Boolean RegisterNotification)&lt;BR&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.FillOrGetByParentPrimaryKey(Object[] ParentPrimaryKeys, Boolean ReplaceCurrentDataTable)&lt;BR&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.FillByParentPrimaryKey(Int32 ParentPrimaryKey)&lt;BR&gt;   at MicroFour.StrataFrame.Business.DBEProceduresBO.GetAll(Int32 DatabasePK, Boolean IncludeTableInsertAndUpdateProcedures, Boolean byCategory, String categoryName)&lt;BR&gt;   at MicroFour.StrataFrame.Business.DBEProceduresBO.GetAll(Int32 DatabasePK, Boolean IncludeTableInsertAndUpdateProcedures)&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.ListView.GetFilledBusinessObject(Object[] Parameters)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ListView.PopulateListView(Object[] Parameters)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ListView.Requery()&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.Load_StoredProceduresDetails()&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.PopulateDetailList(DBEObjectType tvitem)&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileEditorDialog.ProcessTreeviewSelection(DBETVItem tvItem)&lt;BR&gt;</description><pubDate>Mon, 03 Aug 2009 14:24:59 GMT</pubDate><dc:creator>Jiri Brazda</dc:creator></item><item><title>Column tr_Schema does not belong to table DBETriggers</title><link>http://forum.strataframe.net/Topic23308-13-1.aspx</link><description>I have reinstalled 1.6.7 beta three times now and this field is not created in my database. Please help.&lt;/P&gt;&lt;P&gt;If there is a no immediate package available to fix this, can you tell me how to manually create this field if you think that will allow me to deploy my triggers?</description><pubDate>Tue, 02 Jun 2009 09:36:24 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>Vista DPE issue when importing VFP database</title><link>http://forum.strataframe.net/Topic23002-13-1.aspx</link><description>Hi,&lt;P&gt;Vista raises "Data Execution Prevention" (DPE) during importation from VFP database. &lt;/P&gt;&lt;P&gt;Import process start, then seems frozen, and finally DPE close process. Database is created, but no tables, views, SP... &lt;BR&gt;No problem when importing SQL databases, only with VFP&lt;/P&gt;&lt;P&gt;(Vista pro UAC disabled, Visual Studio 2008, SQL Server 2008, VFP9 SP2)</description><pubDate>Mon, 04 May 2009 03:39:27 GMT</pubDate><dc:creator>Michel Levy</dc:creator></item><item><title>DDT Erasing Existing Database's Trigger</title><link>http://forum.strataframe.net/Topic22908-13-1.aspx</link><description>Hi all, Jim here.&lt;br&gt;&lt;br&gt;Currently i having an issue while upgrading the existing database by DDT. Existing database containing trigger that not created by DDT. Now after i install DDT supposed to only modify the structure of database by without removing the existing trigger.&lt;br&gt;I had checked the DDT, inside do not contains any new trigger/ any history on deleting the trigger. Do i have miss out any setting i can do?&lt;br&gt; &lt;br&gt;Does anyone can provide some guideline on the this issue? &lt;br&gt;&lt;br&gt;Thanks a lot.</description><pubDate>Tue, 28 Apr 2009 05:23:54 GMT</pubDate><dc:creator>Jim Keansuai</dc:creator></item><item><title>Object name history Modified field null</title><link>http://forum.strataframe.net/Topic22871-13-1.aspx</link><description>I have a very simple question.  As a new user to the DDT application, I have made several changes to tables now and have lots of rows in the Object name history table.  When I review this activity, all the dates in the Modified column are 1/1/1800 12:00:00 AM.  Is there a setup step that I have not done that is causing this field to be full of null values??&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Thu, 23 Apr 2009 20:25:22 GMT</pubDate><dc:creator>Sierra Fourwinds</dc:creator></item><item><title>TableName property not being updated properly</title><link>http://forum.strataframe.net/Topic22650-13-1.aspx</link><description>I have a table named [b]"CardImages"[/b], the BO was created using the name "bizCardImages", later on I renamed the table name to [b]"CardImage"[/b] and the BO to "bizCardImage", everything was working fine until I tried to Insert a record, I got an error saying that the SP CardImages_Insert does not exist, so I went to the bizCardImage.Designer.vb and found out that the property TableName() was not updated with the new name of the table.&lt;br&gt;&lt;br&gt;I had to manually fix the TableName() property to return the table new name and that fix the problem.  Shouldn't the BOM take care of this property everytime a build partial is regenerated?</description><pubDate>Sun, 05 Apr 2009 13:35:27 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>Drop failed for DefaultConstraint</title><link>http://forum.strataframe.net/Topic22179-13-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I have a scenario whereby there is a column slip with data type image which allows null and no default value is set since it allows null.&lt;br&gt;&lt;br&gt;I deleted the slip column in the ddt and save. Then I create the column slip again with data type nvarchar(256) which does not allow null with default value (‘’) and save. &lt;br&gt;&lt;br&gt;Then I generate the package and run the package. It tries to drop the column but failed. The reason behind it due to it tries to drop the default constraint for the slip column which does not exist in the first place since it allows null.&lt;br&gt;&lt;br&gt;I’m attaching the log file as a reference for the given problem.&lt;br&gt;&lt;br&gt;[quote]• 04/03/2009 7:43:12 PM	-&gt; Deploying meta-data for database 'VfsDocumentHope'&lt;br&gt;• 04/03/2009 7:43:12 PM	-&gt; Ensuring Filegroups exist on database 'VfsDocumentHope'&lt;br&gt;• 04/03/2009 7:43:12 PM	-&gt; Filegroup verification complete.&lt;br&gt;• 04/03/2009 7:43:12 PM	-&gt; Ensuring Tables exist on database 'VfsDocumentHope'&lt;br&gt;• 04/03/2009 7:43:14 PM	-&gt; The table 'LVELeaves' is being prepared to be modified.&lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt; An error occurred while deploying the meta-data to the server.&lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt; FailedOperationException        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;   Drop failed for DefaultConstraint 'DF_LVELeaves_Slip'.         &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt; InvalidSmoOperationException        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;   You cannot execute this operation since the object has not been created.        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;         &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt; Source     : Microsoft.SqlServer.Smo        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;         &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt; Stack Trace:         &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckObjectStateImpl(Boolean throwIfNotCreated)        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckObjectState(Boolean throwIfNotCreated)        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at Microsoft.SqlServer.Management.Smo.SqlSmoObject.DropImplWorker(Urn&amp; urn)        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at Microsoft.SqlServer.Management.Smo.SqlSmoObject.DropImpl()        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at Microsoft.SqlServer.Management.Smo.DefaultConstraint.Drop()        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.PrepareColumnForAlter(Column Col, Boolean DropAllDependencies)        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.VerifyColumns(Table Tbl, TableInfo TblInfo)        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.VerifyTable(Table Tbl, TableInfo TblInfo)        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.EnsureTables(Database TblParent, DatabaseInfo DbInfo)        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.EnsureDatabases()        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeployMetaDataThread()        &lt;br&gt;X 04/03/2009 7:43:15 PM	-&gt;         &lt;br&gt;[/quote]&lt;br&gt;&lt;br&gt;Thanks.</description><pubDate>Wed, 04 Mar 2009 07:16:48 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>Deploy with DatabaseMigrator class using Connection String</title><link>http://forum.strataframe.net/Topic22192-13-1.aspx</link><description>I created a console application to deploy our package to have it be automated.  It's based on your Database Installer Sample.  Most of the code is reading in the command line arguments, but this is where I decide to run either by a connection string or explicit settings:&lt;br&gt;&lt;br&gt;[codesnippet]_databaseMigrator = ConnectionString.Length &gt; 0 ? &lt;br&gt;    new DatabaseMigrator(connectionString, this) : &lt;br&gt;    new DatabaseMigrator(SQLServer, winAuth, this, SQLUserName, SQLPassword);&lt;br&gt;&lt;br&gt;_databaseMigrator.DeployMetaData(PackagePath, FrameworkPassword);[/codesnippet]&lt;br&gt;&lt;br&gt;When I run the app with these settings, it works flawlessly:&lt;br&gt;&lt;br&gt;[codesnippet]// This works:&lt;br&gt;SQLServer = "MyServer";&lt;br&gt;winAuth = true;&lt;br&gt;SQLUserName = "";&lt;br&gt;SQLPassword = "";[/codesnippet]&lt;br&gt;&lt;br&gt;When I run it with a connection string (that we use on our main application using StrataFrame), it does not work and fails on dropping the exisiting database.  We drop the database in the Pre-Deploy Script.&lt;br&gt;&lt;br&gt;[codesnippet]// This does not work:&lt;br&gt;connectionString = "Data Source=MyServer;Initial Catalog=MyDatabase;Integrated Security=True";[/codesnippet]&lt;br&gt;&lt;br&gt;The error I get back is this:&lt;br&gt;&lt;br&gt;[codesnippet]*** Starting Deployment...&lt;br&gt;Package Path      = P:\PathToPackage\DDT_Packages\MyPackage.pkg&lt;br&gt;Connection String = Data Source=MyDataSource;Initial Catalog=MyDatabase;Integrated Security=True&lt;br&gt;Windows Authen.   = True&lt;br&gt;Checking SQL Connection...&lt;br&gt;SQL Connection is valid&lt;br&gt;Executing Pre-Deployment Scripts, Executing Pre-Deployment Scripts&lt;br&gt;&lt;br&gt;*** Error Executing Script, SqlException&lt;br&gt;  Cannot drop database "MyDatabase" because it is currently in use.&lt;br&gt;&lt;br&gt;Source     : .Net SqlClient Data Provider&lt;br&gt;&lt;br&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.SqlCommand.RunExecuteNonQueryTds(String methodName,Boolean async)&lt;br&gt;   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)&lt;br&gt;   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()&lt;br&gt;   at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.ExecuteProfileScripts(DataView scriptsToExecute)&lt;br&gt; ***&lt;br&gt;&lt;br&gt;&lt;br&gt;*** Error Deploying Meta-Data, ThreadAbortException&lt;br&gt;  Thread was being aborted.&lt;br&gt;&lt;br&gt;Source     : MicroFour StrataFrame DBEngine&lt;br&gt;&lt;br&gt;Stack Trace:&lt;br&gt;   at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.ExecuteProfileScripts(DataView scriptsToExecute)&lt;br&gt;   at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.ExecutePreProfileScripts()&lt;br&gt;   at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.EnsureDatabases()&lt;br&gt;   at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeployMetaDataThread()&lt;br&gt;&lt;br&gt; ***[/codesnippet]&lt;br&gt;&lt;br&gt;It almost seems like the DatabaseMigrator instance is grabbing hold of the database preventing it from being dropped, but [b]only[/b] when used with a connection string.  What am I missing here?  I can zip up the project and send it to you directly if you need the code.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Derek</description><pubDate>Wed, 04 Mar 2009 13:19:13 GMT</pubDate><dc:creator>Derek Price</dc:creator></item><item><title>DDT Evaluation</title><link>http://forum.strataframe.net/Topic21956-13-1.aspx</link><description>Hi,&lt;br&gt;Our developers have spent few days to test on DDT and found some unclear issue as below and would like to ask for clarification:&lt;br&gt;&lt;br&gt;Scenarios&lt;br&gt;----------&lt;br&gt;1.Created 1st package to create the db structure and deployment data, and run the wizard to deploy the database.&lt;br&gt;Then create another new package,2nd package with the same db structure and deployment data to deploy the database&lt;br&gt;pointing to the same db that have been created using the 1st package.Error will occured(eg:FlexHRDatabase_results.log)&lt;br&gt;&lt;br&gt;2.Created package using DDT and remove any one of the database from the DDT and deploy the package again.&lt;br&gt;An error will occured if click deploy the package. This happen even though I have deleted the db deletion history.&lt;br&gt;&lt;br&gt;3.Import Security table to a database using DDT.When import the security table for the 2nd time to the same database,&lt;br&gt;it will create another table for all the tables which are defined the table relationship and  a message prompt out to inform &lt;br&gt;that "Relationship name: Relationship with this name already exists in the database".&lt;br&gt;Then, it will create additional new tables with same name instead of updating to the existing table.This will only occur if the table has relationship. If the table is without any relationship, it will just update to the same table without creating a duplicate new table.&lt;br&gt;&lt;br&gt;Any ideas? Please advice.&lt;br&gt;&lt;br&gt;Thank you</description><pubDate>Fri, 13 Feb 2009 00:06:08 GMT</pubDate><dc:creator>Chan</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>Data Deploy Fails on XML Fields</title><link>http://forum.strataframe.net/Topic21897-13-1.aspx</link><description>We have a simple table with no relationships that is not deploying data due to an XML Field.  The DDT error is shown in the attached file "DDT_Data_Deploy_Error.png" and the actual table properties are in the file "Settings_Table_XML.png."  Here's a snippet from the text log file:&lt;br&gt;&lt;br&gt;[codesnippet]2/10/2009 8:57:49 AM-&gt; Deploying data from OHRSettings...&lt;br&gt;2/10/2009 8:57:49 AM-&gt; An error occurred while deploying the data to the server.&lt;br&gt;2/10/2009 8:57:49 AM-&gt; SqlException        &lt;br&gt;2/10/2009 8:57:49 AM-&gt;   Procedure or function 'OHRSettingsInsertOverwrite' expects parameter '@SettingsXML', which was not supplied.[/codesnippet]&lt;br&gt;&lt;br&gt;We have a Data Deployment package that will copy data if the User_fk = -1.  If there's any data that matches this, the deploy fails with the above message.  I checked that the OHRSettingsInsertOverwrite SP is on the db and it is:&lt;br&gt;&lt;br&gt;[codesnippet]USE [SYSTOC800]&lt;br&gt;GO&lt;br&gt;/****** Object:  StoredProcedure [dbo].[OHRSettingsInsertOverwrite]    Script Date: 02/10/2009 10:26:24 ******/&lt;br&gt;SET ANSI_NULLS ON&lt;br&gt;GO&lt;br&gt;SET QUOTED_IDENTIFIER ON&lt;br&gt;GO&lt;br&gt; ALTER PROCEDURE [dbo].[OHRSettingsInsertOverwrite] @OHRSettings_pk as Int, @User_fk as Int, @RetrievalKey as VarChar(255), @GroupKey as VarChar(255), @SettingsXML as Xml, @RowVersion as Int, @RowState as TinyInt AS BEGIN DELETE FROM OHRSettings WHERE OHRSettings_pk = @OHRSettings_pk SET IDENTITY_INSERT OHRSettings ON INSERT INTO OHRSettings (OHRSettings_pk, User_fk, RetrievalKey, GroupKey, SettingsXML, RowVersion, RowState) VALUES (@OHRSettings_pk, @User_fk, @RetrievalKey, @GroupKey, @SettingsXML, @RowVersion, @RowState) SET IDENTITY_INSERT OHRSettings OFF END[/codesnippet]&lt;br&gt;&lt;br&gt;Have you run into any issues with XML fields?  If so, do you have a workaround for this situation?  I can provide more info if you need it.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Derek</description><pubDate>Tue, 10 Feb 2009 09:32:02 GMT</pubDate><dc:creator>Derek Price</dc:creator></item><item><title>Installation Error</title><link>http://forum.strataframe.net/Topic21747-13-1.aspx</link><description>&lt;IMG src="http://forum.strataframe.net/Uploads/Images/0a67e4dc-4193-44e0-85c3-17c2.jpg"&gt;&lt;/P&gt;&lt;P&gt;This is the error i get when installing the latest of the Strata Frame.</description><pubDate>Sat, 31 Jan 2009 05:03:39 GMT</pubDate><dc:creator>Qwerty Reality</dc:creator></item><item><title>Incorrext syntax near 'sname'</title><link>http://forum.strataframe.net/Topic21695-13-1.aspx</link><description>I have a package file that I have deployed on 5 or 6 different databases without any problems, however I have two database where the attached error occurs and I can't figure out what the problem is.  Any earlier version of the package, a week ago, worked fine on these two databases and now the new one and the actual original pacakge that worked, has failed.&lt;/P&gt;&lt;P&gt;Any Ideas?  Can you suggest how I can narrow down the problem?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim</description><pubDate>Wed, 28 Jan 2009 08:24:06 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>Use $DbName$ in Deploy Scripts?</title><link>http://forum.strataframe.net/Topic21619-13-1.aspx</link><description>When running the DDT on our package everything works fine.  If I change the name of the database in the last step of the deployment wizard, we get package errors.  This is due to a pre-deploy script that drops the database if it exists (temporary step during development).  However, the database name is hard coded in the script.  Do the any of the scripts support using the [b]$DbName$[/b] variable?  That would get us around the issue of manually deleting the db first.  We're trying to automate the entire process.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Derek</description><pubDate>Thu, 22 Jan 2009 08:31:55 GMT</pubDate><dc:creator>Derek Price</dc:creator></item><item><title>Error after successful deployment</title><link>http://forum.strataframe.net/Topic17771-13-1.aspx</link><description>This is from the end of the deployment log:&lt;br&gt;&lt;br&gt;• 7/10/2008 2:00:39 PM	-&gt; Finished verifying databases on server.&lt;br&gt;• 7/10/2008 2:00:39 PM	-&gt; Executing Post-Deployment Scripts&lt;br&gt;• 7/10/2008 2:00:39 PM	-&gt; Executing Post-Deployment Scripts - Complete&lt;br&gt;• 7/10/2008 2:00:39 PM	-&gt; The meta data conversion to the SQL Server has been completed.&lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt; An error occurred while deploying the data to the server.&lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt; InvalidOperationException        &lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt;   The connection was not closed. The connection's current state is open.        &lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt;         &lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt; Source     : System.Data        &lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt;         &lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt; Stack Trace:         &lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt;    at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)        &lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt;    at System.Data.SqlClient.SqlConnection.Open()        &lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeployDataThread()        &lt;br&gt;X 7/10/2008 2:00:39 PM	-&gt;         &lt;br&gt;&lt;br&gt;&lt;br&gt;Notice it was successful.  I'm using the dataprogress.vb form class from the demo source for database installer sample.  I'm guessing something is not getting cleaned up properly but I'm not sure what.&lt;br&gt;&lt;br&gt;My code that calls the form is thus:&lt;br&gt;&lt;br&gt;     ' Update database&lt;br&gt;     Dim loData As New DataProgress()&lt;br&gt;&lt;br&gt;     ''-- Show and install database changes&lt;br&gt;     dr = loData.ShowDialog()&lt;br&gt;     loData.Close()&lt;br&gt;     loData.Dispose()&lt;br&gt;&lt;br&gt;I added the code to close and dispose the progress form so that I could delete the package file.  Unfortunately, I'm not sure if this is where the problem started...</description><pubDate>Thu, 10 Jul 2008 13:31:39 GMT</pubDate><dc:creator>Randy Jean</dc:creator></item><item><title>Unable to import my database using the DDT</title><link>http://forum.strataframe.net/Topic20809-13-1.aspx</link><description>I am just trying out the new version (1.6.6) of the DDT and am unable to import my local database. I am using the Import wizard and It showes all of my tables as checked. However when I click Finish, I see a quick status bar (..Finalizing), the database is added to my profile, but there is no data (no Tables, Stored Procedures). &lt;/P&gt;&lt;P&gt;Now if I import the StrataFrame DB...No problem. I see the status bar importing all the tables, and all the data is there. What am I doing wrong? I don't have much experience with this product. Please help....</description><pubDate>Wed, 19 Nov 2008 13:57:25 GMT</pubDate><dc:creator>Adam Symonds</dc:creator></item><item><title>Null table in Autogenerated SP</title><link>http://forum.strataframe.net/Topic20572-13-1.aspx</link><description>Hi&lt;/P&gt;&lt;P&gt;I'm begin to use the DDT, almost all works fine, just an error that I don't know where it comes.&lt;/P&gt;&lt;P&gt;After create an deploy a packege, the log indicate two errors, both are that a SP has not column. I take a look to the Auto-generated SP and found two that has not table, I think that this are the errors.&lt;/P&gt;&lt;P&gt;Please take a look to the screenshots, if you can see it says Procedure name and the first two rows are only dbo. the others have the name of the SP.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/1e5947ce-d73a-43d7-abee-57a3.gif"&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/82c5b230-8d1c-4562-8689-39b6.gif"&gt;&lt;/P&gt;&lt;P&gt;The error I think is relative to the not existing names in the Auto-generated SP.&lt;/P&gt;&lt;P&gt;Hope you can help me with this.&lt;/P&gt;&lt;P&gt;Regards</description><pubDate>Wed, 05 Nov 2008 16:24:48 GMT</pubDate><dc:creator>Juan Carlos Pazos</dc:creator></item><item><title>Error when deploy localization tables</title><link>http://forum.strataframe.net/Topic20509-13-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I hit error as attached when I try to deploy localization tables and data to server. &lt;/P&gt;&lt;P&gt;Please advice Thank you</description><pubDate>Mon, 03 Nov 2008 03:50:36 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>Modifying the User Table</title><link>http://forum.strataframe.net/Topic20522-13-1.aspx</link><description>What is the recommendation for modifying the User table in my application? I need to track more information and is currently utilizing a separate table and then linking it to the user table.</description><pubDate>Mon, 03 Nov 2008 13:02:31 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>DDT NameOnServer not working</title><link>http://forum.strataframe.net/Topic20018-13-1.aspx</link><description>I'm so close to having my deployment issues resolved I can taste it, however,I have one nagging problem that I can't seem to figure out.  I need to be able to maintain 2 separate SQLExpress local databases, test and live.  I have separate locations set for the connection.dat files, etc.  The only thing I can't seemt to get to work is creating a database with a different name than what is in my DDT profile.  I step in and see that indeed NameOnServer property is getting set to "MyLocalDBTest" but it just keeps updating updating MyLocalDB and never creates the test database.  Any ideas?&lt;br&gt;&lt;br&gt;[codesnippet]&lt;br&gt;&lt;br&gt;Dim _DatabaseSetup as New SQL.DatabaseMigrator&lt;br&gt;&lt;br&gt;Dim loDatabase As New DatabaseTargetName("MyLocalDb")&lt;br&gt;&lt;br&gt;loDatabase.NameOnServer = CStr(IIf(MyApp.AppMain._TestEnv, "MyLocalDbTest", "MyLocalDb"))&lt;br&gt;&lt;br&gt;' using NT auth, no user/password&lt;br&gt;_DatabaseSetup = New DatabaseMigrator("MyServer", True, Me)&lt;br&gt;&lt;br&gt;_DatabaseSetup.EnableLogging = True&lt;br&gt;_DatabaseSetup.DeployMetaData("MyLocalDBPackage.pkg", "", New DatabaseTargetName() {loDatabase})&lt;br&gt;&lt;br&gt;[/codesnippet]</description><pubDate>Fri, 10 Oct 2008 15:07:51 GMT</pubDate><dc:creator>Randy Jean</dc:creator></item><item><title>Error during sql data deployment - connection already open.</title><link>http://forum.strataframe.net/Topic19794-13-1.aspx</link><description>While trying to deploy data, we are getting a successful meta-data deployment.&lt;BR&gt;However, during the data deployment phase we are erroring with the generic sql connection is already open.  &lt;BR&gt;&lt;BR&gt;Within our code prior we are able to open and close the sql connection fine, but once it gets to the data deployment phase in the DBEngine it fails.  We have a couple of machines this works fine on, but there are a couple that just won't work.&lt;BR&gt;&lt;BR&gt;Any thoughts as to what might be causing this? </description><pubDate>Fri, 26 Sep 2008 17:06:27 GMT</pubDate><dc:creator>Alan Jones</dc:creator></item><item><title>RegistryKey: Access denied under Vista</title><link>http://forum.strataframe.net/Topic18517-13-1.aspx</link><description>Hi Trent, &lt;P&gt;I have got the same problem again as mentioned here: &lt;A href="http://forum.strataframe.net/Topic18446-21-1.aspx"&gt;http://forum.strataframe.net/Topic18446-21-1.aspx&lt;/A&gt; but now with the Database Deployment Toolkit. The Registry-Key is the same: HKEY_LOCAL_MACHINE\Software\MicroFour\...&lt;/P&gt;&lt;P&gt;This Time an a different Machine with also a new and clean install of Vista Ultimate. I'm logged on as admin. No other programs as Vista Ultimate standard programs, VS 2008 SP1, and SQL Management Studio. And StrataFrame, of course. ;)&lt;/P&gt;&lt;P&gt;At the other thread (see above) you wrote: "This is actually an environment issue as this does actually work on Vista Ultimate..." &lt;/P&gt;&lt;P&gt;Unfortunately I must say, maybe it is an environment issue, but this does actually not working for me on Vista Ultimate.&lt;/P&gt;&lt;P&gt;It is my second install of Vista Ultimate on two different machines. Both seems to have the same problem. I can't believe that it is an environment issue, because it happened within a few days and on both machine at the first try from the beginning on. And both was my first install of Vista...&lt;/P&gt;&lt;P&gt;For me it looks like a generally Vista problem, because of two clean installs from scratch with no changes to the environment after install. Why is the key "HKEY_LOCAL_MACHINE\Software\MicroFour\..." read only? Is it a problem of "HKEY_LOCAL_MACHINE\Software\..." generally?&lt;/P&gt;&lt;P&gt;This thing is very annoying, because the DDT is not closing, I have to shoot them up any time thru the Task-Manager.&lt;/P&gt;&lt;P&gt;Any hint highly appreciated.&lt;/P&gt;&lt;P&gt;TIA, Ralph&lt;BR&gt;</description><pubDate>Sat, 16 Aug 2008 02:42:32 GMT</pubDate><dc:creator>Ralph Rutschmann</dc:creator></item><item><title>VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/Topic18845-13-1.aspx</link><description>Perhaps someone else can confirm :&lt;br&gt;&lt;br&gt;Importing VFP DBC with very latest 1.66:  &lt;br&gt;&lt;br&gt;tables of selected DBC show in picklist.  Whether selecting all or some, no tables are imported into DDT schema.  Database created, but no tables.  &lt;br&gt;&lt;br&gt;TIA&lt;br&gt;&lt;br&gt;:w00t:&lt;br&gt;</description><pubDate>Fri, 29 Aug 2008 10:28:52 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>How do you reset the database connection for Sample Console App</title><link>http://forum.strataframe.net/Topic18693-13-1.aspx</link><description>How do you reset the database connection for Sample Console App?  I entered in the wrong database information.</description><pubDate>Fri, 22 Aug 2008 14:50:56 GMT</pubDate><dc:creator>Mike Thomas</dc:creator></item><item><title>DDT Exceptions when deploying package.</title><link>http://forum.strataframe.net/Topic16718-13-1.aspx</link><description>Hi, &lt;/P&gt;&lt;P&gt;I have added a new Data Deployment package in my DDT project and I get a few exceptions:&lt;/P&gt;&lt;P&gt;1. When deploying a uniqueidentifier column that contains NULL values, I get an Invalid Cast exception. After filling up all values it works fine. &lt;/P&gt;&lt;P&gt;2. When deploying a nvarchar column that contains NULL values, I get an exception saying that it cannot convert DBNull to String. After filling the values here too, it works fine.&lt;/P&gt;&lt;P&gt;3. When deploying a timestamp column, I get an SQL exception saying that timestamp columns cannot be assigned. Which is true, since timestamps get values on their own. &lt;/P&gt;&lt;P&gt;I can provide you with the package if you think it could help more.</description><pubDate>Fri, 30 May 2008 04:53:15 GMT</pubDate><dc:creator>George Nentidis</dc:creator></item><item><title>DDT, SProcs and Views . . . Oh, My!</title><link>http://forum.strataframe.net/Topic18525-13-1.aspx</link><description>For a new project I imported 2 tables into the DDT.  No stored procedures were imported.  No views were imported.  &lt;/P&gt;&lt;P&gt;I made sure that object name history was clear.&lt;/P&gt;&lt;P&gt;I edited these two tables.  I also added two new tables to the DDT.&lt;/P&gt;&lt;P&gt;The object name history was looking good and ready for a deployment.&lt;/P&gt;&lt;P&gt;I deployed my changes to the database.  At this point, I have four tables that should be showing up in the table list with my changes.  They did!!  Suh-weeet!  This is great stuff...and so easy. :w00t:&lt;/P&gt;&lt;P&gt;Maybe too easy!?!  &lt;/P&gt;&lt;P&gt;At the time I did not know it, but ALL stored procedures were dropped from the database.  ALL views were dropped from the database.  Only table schema should have been altered in the DB, right?  Did I blow by some checkbox somewhere that says, "Drop all SPs/Views"?  What configuration of the DDT would cause this behavior?  &lt;/P&gt;&lt;P&gt;Please help me so that I am not dropping things every time I deploy changes to my database.  :hehe:&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR&gt;Bill</description><pubDate>Mon, 18 Aug 2008 07:39:37 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>Data File Name</title><link>http://forum.strataframe.net/Topic18499-13-1.aspx</link><description>After importing the database schema, the internet explorer (default browser) opens and displays this message:&lt;/P&gt;&lt;P&gt;[quote]&lt;TABLE cellSpacing=0 cellPadding=2 border=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Data File Name : &lt;/TD&gt;&lt;TD&gt;A data file with this name already exists in the profile. &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;[/quote]&lt;/P&gt;&lt;P&gt;This happened yesterday, too, when I imported.  I tried it again tonight and got the same message.  Not sure what I am doing differently than a few nights ago (no IE window then), but I am definitely doing something wrong.  Can someone point me in the right direction?&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR&gt;Bill</description><pubDate>Thu, 14 Aug 2008 18:40:31 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>Importing database in the DDT</title><link>http://forum.strataframe.net/Topic18360-13-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I was just playing with the newest BETA from the framework (Build date 8-1-2008) and tried to import one of my existing databases. Although i selected to import the relations and indexes,they were NOT imported!! This is working in 1.6.5&lt;/P&gt;&lt;P&gt;Is this a known issue or do i do something wrong?&lt;/P&gt;&lt;P&gt;Hope to hear from you,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peter</description><pubDate>Thu, 07 Aug 2008 08:36:49 GMT</pubDate><dc:creator>Peter Havenaar</dc:creator></item><item><title>Trying to deploy Write UDF in DDT</title><link>http://forum.strataframe.net/Topic18399-13-1.aspx</link><description>Guys,&lt;P&gt;A simple UDF, that I need to return a date based on some info in my DB, I wanted this as a UDF, which I have written and tested in SQL Server, works fine.&lt;/P&gt;&lt;P&gt;What I can't do is get the DDT to deploy it. I know my issue lies in the first 2-3 lines, but I really don't know what it might want. &lt;/P&gt;&lt;P&gt;Can anyone send me a translation of how it should be put into the DDT? &lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;P&gt;UDF is as follows&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;/P&gt;&lt;P&gt;CREATE&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;FUNCTION&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; [dbo]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;[FirstDayHolidayYear]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;()&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;RETURNS&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;smalldatetime&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;-- Declare the return variable here&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;DECLARE&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; @Year &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;CHAR&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;4&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;DECLARE&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; @Month &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;VARCHAR&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;2&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;DECLARE&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; @Day &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;VARCHAR&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;2&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;SELECT&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; @year &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;&lt;FONT color=#ff00ff size=2&gt;YEAR&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;&lt;FONT color=#ff00ff size=2&gt;GETDATE&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;())&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;SELECT&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; @day &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;'01'&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;IF&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;SELECT&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; annualleaveyearstart &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;FROM&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; dbo&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;ApplicationSettings&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;)&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;10&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;SELECT&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; @Month &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;'0'&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;&lt;FONT color=#ff00ff size=2&gt;CAST&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;annualleaveyearstart &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;AS&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;CHAR&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;1&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;))&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;FROM&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; dbo&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;ApplicationSettings&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;SELECT&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; @month &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;&lt;FONT color=#ff00ff size=2&gt;CAST&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;annualleaveyearstart &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;AS&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;CHAR&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;2&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;))&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;FROM&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; dbo&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;ApplicationSettings&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;-- Insert statements for procedure here&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;return&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;&lt;FONT color=#ff00ff size=2&gt;CAST&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;@year&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;'-'&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;@month&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;'-'&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;@day &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;AS&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;SMALLDATETIME&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;))&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;[/codesnippet]</description><pubDate>Mon, 11 Aug 2008 08:14:35 GMT</pubDate><dc:creator>Geoff Hirst</dc:creator></item><item><title>Evaluating DDT - error when opening</title><link>http://forum.strataframe.net/Topic18096-13-1.aspx</link><description>I recently downloaded the trial version in order to test the Database Deployment Toolkit.  I activated the DDT license only and attempted to run the DDT.  When the DDT dialog opens, I received the error message below.  What should I do?&lt;/P&gt;&lt;P&gt;SqlException&lt;BR&gt;  Invalid object name 'dbo.DBEProfile'.&lt;/P&gt;&lt;P&gt;Source     : .Net SqlClient Data Provider&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.FillAllByCategory()&lt;BR&gt;   at MicroFour.StrataFrame.Data.ProfileOpen..ctor()&lt;BR&gt;   at MicroFour.StrataFrame.Data.DatabaseMain.ShowProfileOpenDialog()&lt;BR&gt;   at MicroFour.StrataFrame.Data.DatabaseMain.tmShowOpenDialog_Tick(Object sender, EventArgs e)&lt;BR&gt;   at System.Windows.Forms.Timer.OnTick(EventArgs e)&lt;BR&gt;   at System.Windows.Forms.Timer.TimerNative&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>Sat, 26 Jul 2008 17:40:38 GMT</pubDate><dc:creator>Johnny R Smith</dc:creator></item><item><title>Category List - Stored Procedures</title><link>http://forum.strataframe.net/Topic17935-13-1.aspx</link><description>Chaps,&lt;/P&gt;&lt;P&gt;The category list that you recently added seems to hold the details of all categories created across all database projects? Is this by design?&lt;/P&gt;&lt;P&gt;If it is, fine. I just created a new project and found all my categories for other projects there and didn't expect to.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Geoff Hirst</description><pubDate>Mon, 21 Jul 2008 08:50:01 GMT</pubDate><dc:creator>Geoff Hirst</dc:creator></item><item><title>Error creating DD package</title><link>http://forum.strataframe.net/Topic17683-13-1.aspx</link><description>I have been getting the following error when creating my DDT. It has not prevented me from completing my work but I would like to know what is happening? I am getting an IndexOutofRangeException Message stating that "There is no Row a Position 0.&lt;/P&gt;&lt;P&gt;How can I make it go away without blowing away my project work?&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/f862d419-152d-4f89-a162-4346.gif"&gt;</description><pubDate>Mon, 07 Jul 2008 10:51:25 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>SQL Views and Indexes</title><link>http://forum.strataframe.net/Topic17714-13-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I would like to add indexes to a couple of SQL Views in the DDT. However, when I edit the view in the DDT it doesn't detect all of the field names in the view. As a result, I can't add an index as it only allows an index to be added to a field that is detected in the view.&lt;/P&gt;&lt;P&gt;Is there a way around this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aaron</description><pubDate>Tue, 08 Jul 2008 10:26:27 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>Replicated Database and Stored Procedures / Views</title><link>http://forum.strataframe.net/Topic17565-13-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;When upgrading a SQL Server 2005 database which has replicated stored procedures and views, the DDT throws errors messages. I don't know if you are dropping and recreating them but is it possible to alter them instead?&lt;/P&gt;&lt;P&gt;On a similar note, it would be useful if the DDT didn't drop the indexes added to the database by SQL Server for merge replication. These indexes would never be in the DDT model and are used only by replication. Replication will work without them but performance drops - we have a replicated system with around 800 databases and we can't afford the indexes to be dropped.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aaron</description><pubDate>Wed, 02 Jul 2008 17:33:47 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>Importing of DDT Package into DDT</title><link>http://forum.strataframe.net/Topic17438-13-1.aspx</link><description>Hi Chaps,&lt;/P&gt;&lt;P&gt;I needed to work on a different machine and discovered that I could import a pkg file into the DDT and it created everything, with the exception of deployment data packages.&lt;/P&gt;&lt;P&gt;Is this by design? So, do I need to re-create them? Or should they have been deployed and their is an issue on my side somewhere?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Geoff</description><pubDate>Sat, 28 Jun 2008 06:44:05 GMT</pubDate><dc:creator>Geoff Hirst</dc:creator></item></channel></rss>