﻿<?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  / Event ID: 1026 / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Thu, 08 Jan 2009 13:23:37 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Event ID: 1026</title><link>http://forum.strataframe.net/Topic4473-13-1.aspx</link><description>That it will...</description><pubDate>Mon, 04 Dec 2006 13:40:31 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>RE: Event ID: 1026</title><link>http://forum.strataframe.net/Topic4473-13-1.aspx</link><description>The root of this issue turned out to be some missing support for schemas in the deployment data packages. Trent figured it out on Saturday and updated the code for me, and I'm sure it will roll into the next release for everyone else out there using schemas.</description><pubDate>Mon, 04 Dec 2006 10:07:24 GMT</pubDate><dc:creator>Chris Crabtree</dc:creator></item><item><title>RE: Event ID: 1026</title><link>http://forum.strataframe.net/Topic4473-13-1.aspx</link><description>[quote]I can't rename the db first and then create the data package, because the source data connection will try to read from the &lt;EM&gt;new &lt;/EM&gt;database name, which of course does not exist on SQL Server (yet).[/quote]&lt;/P&gt;&lt;P&gt;If you are referring to the Data Deployment Packages, something has to exist before it can pull in data for deployment.  If this is not what you mean, then I guess I don't fully understand your problem.&lt;/P&gt;&lt;P&gt;[quote]I also can't just rename the database on the SQL Server side and have DDT recreate it, because it complains about the default database filenames already being in use, etc.[/quote]&lt;/P&gt;&lt;P&gt;This is because when you change the database name, the file group name will remain the same.  Change the primary file group data file name so you do not have a conflict of MDF files on your server.&lt;/P&gt;&lt;P&gt;[quote]Is there a high-level bullet-point walkthrough of redeploying an existing db onto the same server under a different name? Or is it simply not worth the effort, and I should just deploy to a new server?[/quote]&lt;/P&gt;&lt;P&gt;Not yet.  This is something that will more than likely be added to the framework fairly soon as there are a number of requests of being able to deploy the same structure under different names.  We too have this need.</description><pubDate>Wed, 15 Nov 2006 09:54:40 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Event ID: 1026</title><link>http://forum.strataframe.net/Topic4473-13-1.aspx</link><description>I can successfully package the thing now, but as I recreate the data deployment package, it struck me that I can't seem to do what I want.&lt;/P&gt;&lt;P&gt;I can't rename the db first and then create the data package, because the source data connection will try to read from the &lt;EM&gt;new &lt;/EM&gt;database name, which of course does not exist on SQL Server (yet).&lt;/P&gt;&lt;P&gt;I also can't just rename the database on the SQL Server side and have DDT recreate it, because it complains about the default database filenames already being in use, etc.&lt;/P&gt;&lt;P&gt;Is there a high-level bullet-point walkthrough of redeploying an existing db onto the same server under a different name? Or is it simply not worth the effort, and I should just deploy to a new server?&lt;/P&gt;&lt;P&gt;Not such a big deal for me since I am in a server-rich environment :-), but just curious at this point.&lt;/P&gt;&lt;P&gt;Thanks!</description><pubDate>Wed, 15 Nov 2006 09:46:22 GMT</pubDate><dc:creator>Chris Crabtree</dc:creator></item><item><title>RE: Event ID: 1026</title><link>http://forum.strataframe.net/Topic4473-13-1.aspx</link><description>Try that and see if this is your problem.  If not, could you just send me your package file so I can see where it is failing?</description><pubDate>Wed, 15 Nov 2006 09:29:39 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Event ID: 1026</title><link>http://forum.strataframe.net/Topic4473-13-1.aspx</link><description>Yes, the one I created shortly before the database rename...should I kill it and recreate the data package with the matching name?</description><pubDate>Wed, 15 Nov 2006 09:28:10 GMT</pubDate><dc:creator>Chris Crabtree</dc:creator></item><item><title>RE: Event ID: 1026</title><link>http://forum.strataframe.net/Topic4473-13-1.aspx</link><description>Do you have any Deployment Data packages?</description><pubDate>Wed, 15 Nov 2006 09:21:04 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Event ID: 1026</title><link>http://forum.strataframe.net/Topic4473-13-1.aspx</link><description>Forgot to mention that I am using a non-default schema (not 'dbo') for all of the tables in the database, if that makes any difference. Thanks!</description><pubDate>Wed, 15 Nov 2006 09:01:55 GMT</pubDate><dc:creator>Chris Crabtree</dc:creator></item><item><title>Event ID: 1026</title><link>http://forum.strataframe.net/Topic4473-13-1.aspx</link><description>I dusted off my project this morning needing to deploy it to a production server. This is my first time using the data deployment feature, so I thought I'd better test it first.&lt;/P&gt;&lt;P&gt;So I renamed the database within DDT, planning to deploy to my test server, after which I would rename it back for the production deployment.&lt;/P&gt;&lt;P&gt;Rename went fine, but now I get:&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;An error occurred while attempting to create installation package. See below for more details. &lt;U&gt;&lt;FONT color=#bb1111&gt;Error Message&lt;/FONT&gt;&lt;/U&gt; &lt;FONT color=#bb1111&gt;Invalid object name 'BenefitLife'&lt;/FONT&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Now, 'BenefitLife' just happens to be the first table in my database, and I never touched it--as I said, I only changed the database name.&lt;/P&gt;&lt;P&gt;Obviously, I changed the name back to the original, removed the name history records, etc., and I am still getting this same error.&lt;/P&gt;&lt;P&gt;What should I look at next? Thanks!</description><pubDate>Wed, 15 Nov 2006 08:54:18 GMT</pubDate><dc:creator>Chris Crabtree</dc:creator></item></channel></rss>