Answered Where using a SSIS 2005 pkg

  • Thursday, May 24, 2012 12:00 PM
     
     

    Hi,

    I need to put a SSIS 2005 pkg into this production environment: web server that can access to a SQL Server in cluster; on the web server it's not present SQL Server 2005.

    Any suggests to me, please? Thanks

All Replies

  • Thursday, May 24, 2012 1:03 PM
     
     

    Hi,

    SSIS 2005 packages have to be deployed ("installed") to the production server running SQL Server Integration Services (2005).

    SSIS 2005 often (but not always) runs on the same box as SQL Server 2005.

    Ask your system administrator where are SQL Server Integration Services 2005 running and deploy your packages there


    Sebastian Sajaroff Senior DBA Pharmacies Jean Coutu

  • Thursday, May 24, 2012 1:04 PM
     
     
    You'll need to install Integration Services on the web server.

    Chuck Pedretti | Magenic – North Region | magenic.com

  • Thursday, May 24, 2012 1:17 PM
     
     

    Is it possible to import the SSIS pkg into the SQL Server in Cluster?

    Thanks

  • Thursday, May 24, 2012 1:18 PM
     
     
    Yes, assuming that SQL Server Integration Services (SSIS) is running as a "clustered" service

    Sebastian Sajaroff Senior DBA Pharmacies Jean Coutu

  • Thursday, May 24, 2012 1:19 PM
     
     
    SSIS is not cluster aware

    Chuck Pedretti | Magenic – North Region | magenic.com

  • Thursday, May 24, 2012 3:23 PM
    Moderator
     
     
    You could also run the SSIS package on the SQL Server, triggered by the web server by using sp_start_job to start an Agent Job that runs the package.

    Todd McDermid's Blog Talk to me now on

  • Thursday, May 24, 2012 5:35 PM
     
     

    Hi, Todd, your suggest is interesting, but I don't need to run automatically the SSIS pkgs.

    Some minutes ago, my hosting provider told me that SSIS isn't present on the cluster (SSIS isn't cluster aware). So I think that I'm constaint to install SSIS licensed. Does it exist any free installation for the dtexecui.exe or dtutil.exe?

    Thanks

  • Thursday, May 24, 2012 5:38 PM
     
     

    Hi, Todd, your suggest is interesting, but I don't need to run automatically the SSIS pkgs.

    Some minutes ago, my hosting provider told me that SSIS isn't present on the cluster (SSIS isn't cluster aware). So I think that I'm constaint to install SSIS licensed. Does it exist any free installation for the dtexecui.exe or dtutil.exe?

    Thanks

    No, there is no production usable free version of the dtexecui.exe / dtutil.exe

    Chuck Pedretti | Magenic – North Region | magenic.com


  • Thursday, May 24, 2012 5:39 PM
     
     Answered

    Hi,

    We're running SSIS 2005 and SSIS 2008 R2 on a Veritas Cluster Environment. It runs pretty well, though there are several manual steps to be

    done after the basic install.

    Here are the instructions for MS Clusters

    http://technet.microsoft.com/en-US/library/ms345193(v=sql.90).aspx


    Sebastian Sajaroff Senior DBA Pharmacies Jean Coutu