<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SSIS Package Manager - PacMan</title><link>http://pacman.codeplex.com/project/feeds/rss</link><description>PacMan - The SQL Server Integration Services Package Manager is a utility designed to permit batch operations on arbitrary sets of SSIS packages. Users can select a single package, a Visual Studio project or solution or a file system folder tree and then validate or update all selected packages in one operation.</description><item><title>Source code checked in, #69709</title><link>http://pacman.codeplex.com/SourceControl/changeset/changes/69709</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:10:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69709 20121001101056P</guid></item><item><title>Source code checked in, #69708</title><link>http://pacman.codeplex.com/SourceControl/changeset/changes/69708</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:06:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69708 20121001100645P</guid></item><item><title>Source code checked in, #52373</title><link>http://pacman.codeplex.com/SourceControl/changeset/changes/52373</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 17:08:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #52373 20100728050820P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/pacman/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;PacMan - The SQL Server Integration Services Package Manager is a utility designed to permit batch operations on arbitrary sets of SSIS packages. Users can select a single package, a Visual Studio project or solution or a file system folder tree and then validate or update all selected packages in one operation.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=pacman&amp;amp;DownloadId=21069" alt="PacManMain.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;PacMan is a utility that I developed primarily for my own use, and secondarily for use by members of my development team. Although I had always intended to share the PacMan utility with the SSIS community eventually, I kept pushing it back further and further since it wasn't &amp;quot;ready.&amp;quot;&lt;br /&gt; &lt;br /&gt;But my speaking schedule this month has convinced me that either it's never going to be ready, or else it's already ready. Maybe both. At various presentations this month in Stockholm, Sweden and here at home in Central New York I demonstrated PacMan to illustrate some of the things you can accomplish by using the .NET object model included with SSIS, and the response was an overwhelming &amp;quot;I want that!&amp;quot; from the seminar participants. I explained how this was a personal dev utility that wasn't really ready for prime time, and the interest didn't wane at all with that warning.&lt;br /&gt; &lt;br /&gt;So here we are. I've done minimal cleanup, and the code isn't perfect (and there are very few comments, which is something that I would never allow to happen on a &amp;quot;real&amp;quot; project) but I could not find anything similar online, and I thought the best thing to do would be to share the code today instead of waiting to polish it before sharing it.&lt;br /&gt; &lt;br /&gt;This is the first CodePlex project (or open source project in general) that I have started, so I honestly do not know how I am going to handle other project participants. The initial public release is online so everyone should be able to download the code to use (and tweak) on their own, but I don't currently know what I'll do when people want to contribute directly to the source code. I guess we'll find out when people ask.&lt;br /&gt; &lt;br /&gt;Basic documentation is also available on my blog here: &lt;a href="http://bi-polar23.blogspot.com/2008/06/did-you-miss-pacman.html" class="externalLink"&gt;http://bi-polar23.blogspot.com/2008/06/did-you-miss-pacman.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>MatthewRoche</author><pubDate>Thu, 26 Jun 2008 15:19:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080626031928P</guid></item><item><title>Source code checked in, #18701</title><link>http://www.codeplex.com/pacman/SourceControl/ListDownloadableCommits.aspx</link><description>Interim working version built against SQL Server 2008 CTP6. &amp;#40;So you may need to update the reference to the Microsoft.SqlServer.&amp;#42; assemblies&amp;#41; Includes new features such as listing variable values across sets of packages and identifying duplicate package IDs.</description><author>MatthewRoche</author><pubDate>Tue, 17 Jun 2008 17:51:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18701 20080617055145P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/pacman/SourceControl/ListDownloadableCommits.aspx</link><description>Interim working version</description><author>MatthewRoche</author><pubDate>Sat, 19 Apr 2008 15:53:15 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080419035315P</guid></item><item><title>CREATED ISSUE: Attempt to validate a folder tree fails</title><link>http://www.codeplex.com/pacman/WorkItem/View.aspx?WorkItemId=9839</link><description>This is, as the comment in code says &amp;#40;in PackageManager.cs line 465&amp;#41;, a known problem.&lt;br /&gt;I&amp;#39;m using folder trees for development, validation and also for deployment&amp;#47;runtime &amp;#40;I&amp;#39;ve found it&amp;#39;s the easiest way to do it and also obtain &amp;#34;local independency&amp;#34; at the same time&amp;#41;. &lt;br /&gt;I&amp;#39;ve found a simple solution that seems to work fine &amp;#40;all combinations were not tested&amp;#41;.&lt;br /&gt;In the PackageUtil class&amp;#180;constructor I assigned the member variable projectName the value of the filename &amp;#40;packageFile.Name&amp;#41; instead of leaving it &amp;#34;Unknown&amp;#34;&amp;#58;&lt;br /&gt;        public PackageUtil&amp;#40;FileInfo packageFile&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            Application a &amp;#61; new Application&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            ssisPackage &amp;#61; a.LoadPackage&amp;#40;packageFile.FullName, null&amp;#41;&amp;#59;&lt;br /&gt;            this.packageFile &amp;#61; packageFile&amp;#59;&lt;br /&gt;            this.projectName &amp;#61; packageFile.Name&amp;#59; &amp;#47;&amp;#47; This line were added&lt;br /&gt;        &amp;#125;&lt;br /&gt;After the change the validationTreeView will be built correct.&lt;br /&gt;</description><author>tobj</author><pubDate>Tue, 01 Apr 2008 12:24:42 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Attempt to validate a folder tree fails 20080401122442P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/pacman/SourceControl/ListDownloadableCommits.aspx</link><description>Still a work in progress, but largely functional - added code to copy Script tasks from one source package to arbitrary sets of target packages.</description><author>MatthewRoche</author><pubDate>Wed, 19 Dec 2007 19:05:29 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071219070529P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/pacman/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed anchor problem with Description text box and label on Add Variable tab</description><author>MatthewRoche</author><pubDate>Tue, 13 Nov 2007 13:46:30 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071113014630P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/pacman/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;PacMan - The SQL Server Integration Services Package Manager is a utility designed to permit batch operations on arbitrary sets of SSIS packages. Users can select a single package, a Visual Studio project or solution or a file system folder tree and then validate or update all selected packages in one operation.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=pacman&amp;amp;DownloadId=21069" alt="PacManMain.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;PacMan is a utility that I developed primarily for my own use, and secondarily for use by members of my development team. Although I had always intended to share the PacMan utility with the SSIS community eventually, I kept pushing it back further and further since it wasn't &amp;quot;ready.&amp;quot;&lt;br /&gt; &lt;br /&gt;But my speaking schedule this month has convinced me that either it's never going to be ready, or else it's already ready. Maybe both. At various presentations this month in Stockholm, Sweden and here at home in Central New York I demonstrated PacMan to illustrate some of the things you can accomplish by using the .NET object model included with SSIS, and the response was an overwhelming &amp;quot;I want that!&amp;quot; from the seminar participants. I explained how this was a personal dev utility that wasn't really ready for prime time, and the interest didn't wane at all with that warning.&lt;br /&gt; &lt;br /&gt;So here we are. I've done minimal cleanup, and the code isn't perfect (and there are very few comments, which is something that I would never allow to happen on a &amp;quot;real&amp;quot; project) but I could not find anything similar online, and I thought the best thing to do would be to share the code today instead of waiting to polish it before sharing it.&lt;br /&gt; &lt;br /&gt;This is the first CodePlex project (or open source project in general) that I have started, so I honestly do not know how I am going to handle other project participants. The initial public release is online so everyone should be able to download the code to use (and tweak) on their own, but I don't currently know what I'll do when people want to contribute directly to the source code. I guess we'll find out when people ask.&lt;br /&gt;
&lt;/div&gt;</description><author>MatthewRoche</author><pubDate>Tue, 13 Nov 2007 13:42:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071113014254P</guid></item><item><title>CREATED FEATURE: Targeted Component Updates</title><link>http://www.codeplex.com/pacman/WorkItem/View.aspx?WorkItemId=8488</link><description>Currently the batch update features of PacMan are static and focused, and do not provide a generic batch updating solution. PacMan needs a more generic and flexible way to perform batch updates without requiring custom development.&lt;br /&gt;&lt;br /&gt;Proposed feature&amp;#58; When a group of packages are selected, PacMan will present &amp;#40;on a new tab in the UI&amp;#41; a drop-down list of all component types &amp;#40;tasks, connection managers, data flow components, etc.&amp;#41; included in that set of packages. When the user selects a component type from the list, PacMan will then display a tree view of all components of that type in all packages. The user can then check or uncheck items in the tree to select only those components to be updated. &amp;#40;It is likely we will also need more targeted selection tools, but it is not yet clear how they should work.&amp;#41; The user can then edit component properties in a PropertyBrowser control, and update all selected components at once.&lt;br /&gt;</description><author>MatthewRoche</author><pubDate>Wed, 07 Nov 2007 18:16:00 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: Targeted Component Updates 20071107061600P</guid></item><item><title>CREATED ISSUE: Better support for DelayValidation</title><link>http://www.codeplex.com/pacman/WorkItem/View.aspx?WorkItemId=8377</link><description>Currently the Validation feature of PacMan may return &amp;#34;false positives&amp;#34; for packages with one or more components that have their DelayValidation property set to true. It is possible that there may be issues with these components, but that because of their DelayValidation property value, that the package will still pass validation.&lt;br /&gt;&lt;br /&gt;Proposed feature&amp;#58; If a package passes validation but it contains one or more components with DelayValidation enabled, display a blue question mark icon in the validation tree instead of displaying the green success icon. For all other situations, maintain the current behavior.&lt;br /&gt;</description><author>MatthewRoche</author><pubDate>Fri, 02 Nov 2007 23:17:02 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Better support for DelayValidation 20071102111702P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/pacman/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;PacMan - The SQL Server Integration Services Package Manager is a utility designed to permit batch operations on arbitrary sets of SSIS packages. Users can select a single package, a Visual Studio project or solution or a file system folder tree and then validate or update all selected packages in one operation.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=pacman&amp;amp;DownloadId=21069" alt="PacManMain.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;PacMan is a utility that I developed primarily for my own use, and secondarily for use by members of my development team. Although I had always intended to share the PacMan utility with the SSIS community eventually, I kept pushing it back further and further since it wasn't &amp;quot;ready.&amp;quot;&lt;br /&gt; &lt;br /&gt;But my speaking schedule this month has convinced me that either it's never going to be ready, or else it's already ready. Maybe both. At various presentations this month in Stockholm, Sweden and here at home in Central New York I demonstrated PacMan to illustrate some of the things you can accomplish by using the .NET object model included with SSIS, and the response was an overwhelming &amp;quot;I want that!&amp;quot; from the seminar participants. I explained how this was a personal dev utility that wasn't really ready for prime time, and the interest didn't wane at all with that warning.&lt;br /&gt; &lt;br /&gt;So here we are. I've done minimal cleanup, and the code isn't perfect (and there are very few comments, which is something that I would never allow to happen on a &amp;quot;real&amp;quot; project) but I could not find anything similar online, and I thought the best thing to do would be to share the code today instead of waiting to polish it before sharing it.&lt;br /&gt; &lt;br /&gt;This is the first CodePlex project (or open source project in general) that I have started, so I honestly do not know how I am going to handle other project participants. I'll have a public release available for download in the next few days (early November 2007) so everyone should be able to download the code to use (and tweak) on their own, but I don't currently know what I'll do when people want to contribute directly to the source code. I guess we'll find out when people ask.&lt;br /&gt;
&lt;/div&gt;</description><author>MatthewRoche</author><pubDate>Wed, 31 Oct 2007 19:59:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071031075922P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/pacman/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;PacMan - The SQL Server Integration Services Package Manager is a utility designed to permit batch operations on arbitrary sets of SSIS packages. Users can select a single package, a Visual Studio project or solution or a file system folder tree and then validate or update all selected packages in one operation.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=pacman&amp;amp;DownloadId=21068" alt="PacManMain.PNG" /&gt;&lt;br /&gt;PacMan is a utility that I developed primarily for my own use, and secondarily for use by members of my development team. Although I had always intended to share the PacMan utility with the SSIS community eventually, I kept pushing it back further and further since it wasn't &amp;quot;ready.&amp;quot;&lt;br /&gt; &lt;br /&gt;But my speaking schedule this month has convinced me that either it's never going to be ready, or else it's already ready. Maybe both. At various presentations this month in Stockholm, Sweden and here at home in Central New York I demonstrated PacMan to illustrate some of the things you can accomplish by using the .NET object model included with SSIS, and the response was an overwhelming &amp;quot;I want that!&amp;quot; from the seminar participants. I explained how this was a personal dev utility that wasn't really ready for prime time, and the interest didn't wane at all with that warning.&lt;br /&gt; &lt;br /&gt;So here we are. I've done minimal cleanup, and the code isn't perfect (and there are very few comments, which is something that I would never allow to happen on a &amp;quot;real&amp;quot; project) but I could not find anything similar online, and I thought the best thing to do would be to share the code today instead of waiting to polish it before sharing it.&lt;br /&gt; &lt;br /&gt;This is the first CodePlex project (or open source project in general) that I have started, so I honestly do not know how I am going to handle other project participants. I'll have a public release available for download in the next few days (early November 2007) so everyone should be able to download the code to use (and tweak) on their own, but I don't currently know what I'll do when people want to contribute directly to the source code. I guess we'll find out when people ask.&lt;br /&gt;
&lt;/div&gt;</description><author>MatthewRoche</author><pubDate>Wed, 31 Oct 2007 19:57:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071031075741P</guid></item><item><title>CREATED RELEASE: PacMan Initial Rough Alpha (Oct 31, 2007)</title><link>http://www.codeplex.com/pacman/Release/ProjectReleases.aspx?ReleaseId=8076</link><description>This is &amp;#40;as the title implies&amp;#41; a rough alpha version of the PacMan source code. This is the version that I have been using on my own for several months. There is no real documentation, there are few comments, but for the most part it works, and the UI is largely self-documenting. Enjoy&amp;#33;</description><author></author><pubDate>Wed, 31 Oct 2007 19:51:02 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: PacMan Initial Rough Alpha (Oct 31, 2007) 20071031075102P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/pacman/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;PacMan - The SQL Server Integration Services Package Manager is a utility designed to permit batch operations on arbitrary sets of SSIS packages. Users can select a single package, a Visual Studio project or solution or a file system folder tree and then validate or update all selected packages in one operation.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;PacMan is a utility that I developed primarily for my own use, and secondarily for use by members of my development team. Although I had always intended to share the PacMan utility with the SSIS community eventually, I kept pushing it back further and further since it wasn't &amp;quot;ready.&amp;quot;&lt;br /&gt; &lt;br /&gt;But my speaking schedule this month has convinced me that either it's never going to be ready, or else it's already ready. Maybe both. At various presentations this month in Stockholm, Sweden and here at home in Central New York I demonstrated PacMan to illustrate some of the things you can accomplish by using the .NET object model included with SSIS, and the response was an overwhelming &amp;quot;I want that!&amp;quot; from the seminar participants. I explained how this was a personal dev utility that wasn't really ready for prime time, and the interest didn't wane at all with that warning.&lt;br /&gt; &lt;br /&gt;So here we are. I've done minimal cleanup, and the code isn't perfect (and there are very few comments, which is something that I would never allow to happen on a &amp;quot;real&amp;quot; project) but I could not find anything similar online, and I thought the best thing to do would be to share the code today instead of waiting to polish it before sharing it.&lt;br /&gt; &lt;br /&gt;This is the first CodePlex project (or open source project in general) that I have started, so I honestly do not know how I am going to handle other project participants. I'll have a public release available for download in the next few days (early November 2007) so everyone should be able to download the code to use (and tweak) on their own, but I don't currently know what I'll do when people want to contribute directly to the source code. I guess we'll find out when people ask.&lt;br /&gt;
&lt;/div&gt;</description><author>MatthewRoche</author><pubDate>Wed, 31 Oct 2007 19:43:39 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071031074339P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/pacman/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;PacMan - The SQL Server Integration Services Package Manager is a utility designed to permit batch operations on arbitrary sets of SSIS packages. Users can select a single package, a Visual Studio project or solution or a file system folder tree and then validate or update all selected packages in one operation.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;PacMan - the SQL Server Integration Services Package Manager - is a utility that I developed primarily for my own use, and secondarily for use by members of my development team. Although I had always intended to share the PacMan utility with the SSIS community eventually, I kept pushing it back further and further since it wasn't &amp;quot;ready.&amp;quot;&lt;br /&gt; &lt;br /&gt;But my speaking schedule this month has convinced me that either it's never going to be ready, or else it's already ready. Maybe both. At various presentations this month in Stockholm, Sweden and here at home in Central New York I demonstrated PacMan to illustrate some of the things you can accomplish by using the .NET object model included with SSIS, and the response was an overwhelming &amp;quot;I want that!&amp;quot; from the seminar participants. I explained how this was a personal dev utility that wasn't really ready for prime time, and the interest didn't wane at all with that warning.&lt;br /&gt; &lt;br /&gt;So here we are. I've done minimal cleanup, and the code isn't perfect (and there are very few comments, which is something that I would never allow to happen on a &amp;quot;real&amp;quot; project) but I could not find anything similar online, and I thought the best thing to do would be to share the code today instead of waiting to polish it before sharing it.&lt;br /&gt; &lt;br /&gt;This is the first CodePlex project (or open source project in general) that I have started, so I honestly do not know how I am going to handle other project participants. I'll have a public release available for download in the next few days (early November 2007) so everyone should be able to download the code to use (and tweak) on their own, but I don't currently know what I'll do when people want to contribute directly to the source code. I guess we'll find out when people ask.&lt;br /&gt;
&lt;/div&gt;</description><author>MatthewRoche</author><pubDate>Wed, 31 Oct 2007 19:43:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071031074309P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/pacman/SourceControl/ListDownloadableCommits.aspx</link><description>Initial version uploaded to CodePlex. Think of it as a &amp;#34;bare bones alpha&amp;#34; release.</description><author>MatthewRoche</author><pubDate>Wed, 31 Oct 2007 18:42:45 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071031064245P</guid></item></channel></rss>