An Avanade Blogging Community

Welcome to An Avanade Blogging Community Sign in | Join | Help
in Search

Old School Database Guy

Today’s SSIS 2005 Gotcha’s

I spent an hour today quietly cursing while I attempted to create a new configuration file for a SSIS package.  The error message was a classic non-helpful message…

 

“Could not generate the configuration file. (Microsoft.Data.TransformationServices.Wizard)

Technical Details:
===================================

Could not complete wizard actions. (Microsoft Visual Studio)

===================================

Could not generate the configuration file. (Microsoft.DataTransformationServices.Wizards)”

 

I began with the usual suspects.  The path was not read only, the file had been checked out for editing, no other path worked.  Finally I left off two of the variables I was attempting to put in the configuration file, et voila, it worked.

 

The variables in question were object type variables.  Had I thought about it for a few seconds, I would have realized that configuration files are not .NET aware.  Moreover the generic system.object type could be almost anything, and configuration files really are limited to the more specific data types (e.g. strings, integers and the like).

 

It would be nice if the error message was a tad more informative however.

Published Wednesday, February 04, 2009 11:30 AM by Old School Database Guy

Comments

No Comments
Anonymous comments are disabled

About Old School Database Guy

After spending 10 years as a lawyer, Mike discovered his true avocation as a database guy. He has over 10 years experience working with major corporations on database design and integration issues. Mike lives in Colorado where he skis, rides motorcycles and listens to Verdi and Puccini operas in his free time. His personal musings may be found at http://tamethemonkeymind.blogspot.com/.

This Blog

Post Calendar

<February 2009>
SuMoTuWeThFrSa
25262728293031
1234567
891011121314
15161718192021
22232425262728
1234567

Syndication