SSIS Deployment

You may have designed the package in your Development System and tested the Package from BIDS. Now it’s time to move it to the SQL Server. Deploying SSIS Packages would be helpful when you have multiple packages in a single solution, so that you can deploy all of them at once.
Deploy SSIS package in two ways
            1. File system deployment
            2. SQL server deployment
The following steps create the utility:
  1. Make sure that the project has been converted to the package deployment model.
  2. Right-click on the package and select properties.
  3. Select the Deployment tab.
  4. Set AllowConfigurationChanges to True.
  5. Set CreateDeploymentUtility to True.
  6. Click OK to close.
  7. Right-click the project and select Build.
 Step 1:

After package complete, go to package properties and set Deployment Utility is TRUE.






Step 2:
Again go to package properties and right click. In right click options BUILD option will appear.


Step 3:
After complete building the manifest files save in default path.
C:\Users\Dell\Documents\Visual Studio 2008\Projects\SSIS\SSIS\bin\Deployment


Step 4:
Double click on manifest file, Package Installation wizard begins and Deploy SSIS Packages.


Step 5:
Click next and select SQL server deployment


Step 6:
Click next and give server name and select windows authentication.


Step 7:
Click next and browse installation folder.


Step 8:
Click next and start installation.


Step 9:
Click next and Installation is done and the tasks in the packages are validated.  


Step 10:
Go to bellow path and double click on package
C:\Users\Dell\Documents\Visual Studio 2008\Projects\SSIS\SSIS\bin\Package


Step 11:

After running deployment package it shows bellow window.


Step 12:

Click execute 




Comments

Popular Posts

Failed to execute the package or element. Build errors were encountered

Exception deserializing the package "The process cannot access the file because it is being used by another process."

Temporary enable and disable SSRS subscriptions