SSIS File Deployment

  • If we deploy the SSIS package on our web server using file system deployment, what all needs to be installed on that server so that we can call and execute that package from ASP.Net ? Will that folder need to be shared or something like that ?

  • anjali.vishwakarma (5/28/2009)


    If we deploy the SSIS package on our web server using file system deployment, what all needs to be installed on that server so that we can call and execute that package from ASP.Net ? Will that folder need to be shared or something like that ?

    The machine executing the package should have the SSIS framework installed.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • Thanks Cozyroc.

    By SSIS Framework you mean Integration Services. Right ?

    Also what about the sharing part ? Do we need to set some sharing rights on the folder storing the package ?

  • Also the system I am going to deploy my package will not have SQL server installed in it. It will be just a web server. Integration Services is a part of SQL Server. So can we have just Integration Services installed on the system and not the complete SQL Server ?

  • anjali.vishwakarma (5/31/2009)


    Thanks Cozyroc.

    By SSIS Framework you mean Integration Services. Right ?

    Also what about the sharing part ? Do we need to set some sharing rights on the folder storing the package ?

    Yes, correct - " Integration Services". And yes you have to provide rights to the network share holding your SSIS package.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • anjali.vishwakarma (5/31/2009)


    Also the system I am going to deploy my package will not have SQL server installed in it. It will be just a web server. Integration Services is a part of SQL Server. So can we have just Integration Services installed on the system and not the complete SQL Server ?

    Yes, you can install only "Integration Services". However keep in mind you have to still purchase complete "SQL Server" license, to be able to use only "Integration Services".

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • Thanks Cozyroc once again !!

    One more small query - what rights do we need to set on folder storing the package ?

  • anjali.vishwakarma (6/1/2009)


    Thanks Cozyroc once again !!

    One more small query - what rights do we need to set on folder storing the package ?

    I think reading should be enough because the share serves only as storage.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • Thanks Cozyroc !!

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic. Login to reply