﻿<?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  » SqlException when deploying a package, at data deployment stage</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 06:06:10 GMT</lastBuildDate><ttl>20</ttl><item><title>SqlException when deploying a package, at data deployment stage</title><link>http://forum.strataframe.net/FindPost16433.aspx</link><description>Hi, &lt;br&gt;
&lt;br&gt;
I'm testing the trial version of Strataframe. The version of DDT is 1.6.0.0. &lt;br&gt;
&lt;br&gt;
I imported a database with just 2 tables. I created 2 deployments data packages, one for all the data in each table. The tables and indexes are created successfully but the data is not deployed. I'm getting the following log... find the pkg attached (password = blue03). you need the database let me know.&lt;br&gt;
&lt;br&gt;
• 5/18/2008 6:58:00 PM-&gt; Deploying meta-data for database 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:01 PM-&gt; Ensuring Filegroups exist on database 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:02 PM-&gt; Filegroup verification complete.&lt;br&gt;
• 5/18/2008 6:58:02 PM-&gt; Ensuring Tables exist on database 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Table verification complete.&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Dropping unneeded filegroups for 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Unneeded filegroups dropped on database 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Ensuring Indexes exist on database 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Index verification complete.&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Ensuring Foreign Keys exist on database 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Foreign Key verification complete.&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Ensuring Assemblies exist on database 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Assembly verification complete.&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Ensuring Views, Stored Procedures, and UDFs exist on database 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; View, Stored Procedure, and UDF verification complete.&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Ensuring Indexes exist on database 'gkgincdb'&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Index verification complete.&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; Finished verifying databases on server.&lt;br&gt;
• 5/18/2008 6:58:03 PM-&gt; The meta data conversion to the SQL Server has been completed.&lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt; An error occurred while deploying the data to the server.&lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt; SqlException        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;   Incorrect syntax near '='.        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;         &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt; Source     : .Net SqlClient Data Provider        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;         &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt; Stack Trace:         &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeployDataSQLFromFile(String FileName, Int32 TablePK, String TableName, DBEDeploymentMergeType MergeType, Int32 CurrentLevel)        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeployDataSQL(DataRow DeployDataRow)        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeployDataThread()        &lt;br&gt;
X 5/18/2008 6:58:06 PM-&gt;         &lt;br&gt;
&lt;br&gt;
Please help.&lt;br&gt;
&lt;br&gt;
Govinda&lt;br&gt;
GKG Inc</description><pubDate>Wed, 21 May 2008 09:08:34 GMT</pubDate><dc:creator>Govinda Berrio</dc:creator></item><item><title>RE: SqlException when deploying a package, at data deployment stage</title><link>http://forum.strataframe.net/FindPost16482.aspx</link><description>Great!&amp;nbsp; I thought that might do the trick :)</description><pubDate>Wed, 21 May 2008 09:08:34 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: SqlException when deploying a package, at data deployment stage</title><link>http://forum.strataframe.net/FindPost16464.aspx</link><description>Thanks! It's working now.&lt;br&gt;
&lt;br&gt;
Govinda</description><pubDate>Tue, 20 May 2008 09:32:41 GMT</pubDate><dc:creator>Govinda Berrio</dc:creator></item><item><title>RE: SqlException when deploying a package, at data deployment stage</title><link>http://forum.strataframe.net/FindPost16434.aspx</link><description>First, please download the 1.6.6 beta.&amp;nbsp; There have been a lot of changes to the DDT and the import process between versions.&amp;nbsp; You can get it here: &lt;A href="http://forum.strataframe.net/FindPost16061.aspx"&gt;http://forum.strataframe.net/FindPost16061.aspx&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;We will be posting another beta later this week with even more changes to the DDT.&amp;nbsp; The DDT has been getting a lot of attention lately and will have many new features and enhancements through the next several releases.&amp;nbsp; So try the same process on the 1.6.6 beta and then we can work from there.&amp;nbsp; Thanks.</description><pubDate>Mon, 19 May 2008 08:17:16 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>