blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » SQL Server Inte... » configurations » indirect configurations
  • SSIS: Warning but no error if an environment variable is missing

    I have spoken previously about indirect configurations and tried to convince everyone of how useful they are. I noticed something today concerning indirect configurations that quite surprised me. If you execute a package that uses an indirect configuration and the environment variable is not present you get the following warning: The ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on May 25, 2006
  • SSIS: Common folder structure

    For reasons that I'll save until another post, I always deploy my packages as files rather than to SQL Server. In doing this I have derived a folder structure that I use in order to keep all my deployed packages and other files in the same place:...\Root\CheckpointFiles ...\Root\Configurations ...\Root\ErrorFiles ...\Root\Logs ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on January 5, 2006
  • SSIS: Indirect configurations ROCK!

    By now alot of you will be familiar with Configurations right? I am using XML configuration files extensively in my current project - they're a method of affecting the way your package executes - the most common use is to store connection strings for connection managers. I have built my packages in such a way that ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on November 2, 2005
  • SSIS: Indirect configurations gotcha

    UPDATE: It turns out that in actual fact the workaround isn't nearly as severe as logging off. All you have to do is start a new command window. Thinking about it this kinda makes sense - I'm guessing that the command interpreter (cmd.exe) collects (for want of a better word) all the environment variables when it starts up. Thans to Stu Preston ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on October 31, 2005
Powered by Community Server (Personal Edition), by Telligent Systems