﻿<?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 » Database Deployment Toolkit (How do I?)  » Deployment Errors</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 10 Jun 2026 22:41:50 GMT</lastBuildDate><ttl>20</ttl><item><title>Deployment Errors</title><link>http://forum.strataframe.net/FindPost18874.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I haven't run a deployment on my development machine for sometime. However, the last time I did there were no problems and the model hasn't changed much since then. I have tried deploying to a new SQL database and every table throws up a similar error (see attached screenshot). I have tried this with the latest beta install and it does the same thing.&lt;/P&gt;&lt;P&gt;The deployment does create a new empty database but no tables are added.&lt;/P&gt;&lt;P&gt;Have I missed something silly as it wouldn't be the first time ? :)&lt;/P&gt;&lt;P&gt;Aaron</description><pubDate>Wed, 03 Sep 2008 16:58:17 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>RE: Deployment Errors</title><link>http://forum.strataframe.net/FindPost19024.aspx</link><description>Oops - got it. My default values for the ROWGUID fields have become corrupt somehow. They should be "newsequentialid()" but somehow they are now "(newsequentialid()".&lt;/P&gt;&lt;P&gt;:)</description><pubDate>Wed, 03 Sep 2008 16:58:17 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>RE: Deployment Errors</title><link>http://forum.strataframe.net/FindPost19018.aspx</link><description>I have found the SQL statement which is causing the problem. When the DDT tries to create a table, it generates code such as:-&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;CREATE TABLE [dbo].[BIN](&lt;BR&gt;&amp;nbsp;[ID] [int] NOT NULL CONSTRAINT [DF_BIN_ID]&amp;nbsp; DEFAULT (0),&lt;BR&gt;&amp;nbsp;[DEPOT] [int] NULL CONSTRAINT [DF_BIN_DEPOT]&amp;nbsp; DEFAULT (0),&lt;BR&gt;&amp;nbsp;[NAME] [varchar](40) NULL CONSTRAINT [DF_BIN_NAME]&amp;nbsp; DEFAULT (''),&lt;BR&gt;&amp;nbsp;[INACTIVE] [bit] NULL CONSTRAINT [DF_BIN_INACTIVE]&amp;nbsp; DEFAULT (0),&lt;BR&gt;&amp;nbsp;[ROWGUID] [uniqueidentifier] NOT NULL CONSTRAINT [DF_BIN_ROWGUID]&amp;nbsp; DEFAULT (newsequentialid()&lt;BR&gt;) ON [PRIMARY]&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;It is the "ON [PRIMARY]" which is causing the error.&amp;nbsp;I have not changed&amp;nbsp;anything in&amp;nbsp;File Groups and the model did work before&amp;nbsp;with earlier&amp;nbsp;DDT versions.&amp;nbsp;Have I missed something stupid?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;Aaron&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Wed, 03 Sep 2008 15:24:58 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>RE: Deployment Errors</title><link>http://forum.strataframe.net/FindPost18937.aspx</link><description>Hi Dustin,&lt;/P&gt;&lt;P&gt;I am not using a new SQL Server - it is the same development system I have always used and SMO hasn't been uninstalled since the last time I used DDT.&lt;/P&gt;&lt;P&gt;Thanks anyway,&lt;/P&gt;&lt;P&gt;Aaron</description><pubDate>Tue, 02 Sep 2008 16:21:46 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>RE: Deployment Errors</title><link>http://forum.strataframe.net/FindPost18899.aspx</link><description>You do have SMO objects loaded on your new SQL server, correct?</description><pubDate>Tue, 02 Sep 2008 09:58:34 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item></channel></rss>