﻿<?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?)  » Splitting pkg files up</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 21:41:33 GMT</lastBuildDate><ttl>20</ttl><item><title>Splitting pkg files up</title><link>http://forum.strataframe.net/FindPost11322.aspx</link><description>What would be the best way to split a pkg file up?&amp;nbsp; Just doing some testing, I created a pkg file with 2 tables, and 2 data deployments and am trying to get the tables and data deployed.&amp;nbsp; Leaving all of the files in one pkg file everything works fine.&amp;nbsp; Taking out say one of the data .bin files, it never gets deployed to the server.&lt;/P&gt;&lt;P&gt;Is there any easy way to do this, or do I need to make one big pkg file, create copies and delete out the .bin files I won't want to deploy again leaving the structure ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Robin Giltner</description><pubDate>Tue, 18 Sep 2007 14:40:19 GMT</pubDate><dc:creator>Robin J Giltner</dc:creator></item><item><title>RE: Splitting pkg files up</title><link>http://forum.strataframe.net/FindPost11551.aspx</link><description>Thanks Ben, that's what I needed to know.&lt;/P&gt;&lt;P&gt;Robin Giltner</description><pubDate>Tue, 18 Sep 2007 14:40:19 GMT</pubDate><dc:creator>Robin J Giltner</dc:creator></item><item><title>RE: Splitting pkg files up</title><link>http://forum.strataframe.net/FindPost11343.aspx</link><description>When you split up the .bin files that are located within the .pkg file, you'll also have to take along the Deployment Data record and the table needed to deploy the data.&amp;nbsp; So, say your database has Table1, Table2, and Table3 and the .bin files that hold the records for these 3 tables are too large to keep together.&amp;nbsp; You'll need to create a separate profile for each of the Deployment Data items.&amp;nbsp; So, create a profile for the Table1 data, create the database and import Table1 from your main profile.&amp;nbsp; The profile only needs to be able to see that one table, then you can create the Deployment Data record for Table1.&amp;nbsp; Package it up, repeat the steps for the rest of your Deployment Data items that you want to separate and just deploy each package separately.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Alternatively, you could pull the .bin files into separate .pkg files and before you call the DeployData method on the DatabaseMigrator, extract all of the .bin files to the same folder that all of the XML files were extracted to.&amp;nbsp; I'm not positive, but I believe that it creates a %Temp%/MicroFour folder to house the .bin files.&amp;nbsp; That would also do the trick with less profile maintenance, but you would have to pull out the .bin files by hand...</description><pubDate>Wed, 05 Sep 2007 09:09:58 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>