fuzzyocelot
Programmer
Hi everyone!
I’m trying to figure out how to deploy an SSIS package to our dev server (Windows Server 2003 SP2; SQL 2005 SP2).
I created a basic SSIS package on my computer. Then I created a deployment utility in BIDS. I made sure I changed the CreateDeploymentUtility option to True and rebuilt the solution.
I’m not sure what to do next. The path on my computer for the deployment is:
I want to deploy the package to a remote server. Do I need the same folder set up on the server? Our database files are on the D drive on the server and I’d like to put the package files there as well. Maybe I’m just not understanding this part of the deployment because I’m feeling lost right now.
Could someone please shed some light on this for me? I’ve searched the Web and this site, but haven’t found much that helps.
Thanks!
I’m trying to figure out how to deploy an SSIS package to our dev server (Windows Server 2003 SP2; SQL 2005 SP2).
I created a basic SSIS package on my computer. Then I created a deployment utility in BIDS. I made sure I changed the CreateDeploymentUtility option to True and rebuilt the solution.
I’m not sure what to do next. The path on my computer for the deployment is:
Code:
C:\Projects\HRIS\TestFileTransfer\TestFileTransfer\bin\Deployment\
I want to deploy the package to a remote server. Do I need the same folder set up on the server? Our database files are on the D drive on the server and I’d like to put the package files there as well. Maybe I’m just not understanding this part of the deployment because I’m feeling lost right now.
Could someone please shed some light on this for me? I’ve searched the Web and this site, but haven’t found much that helps.
Thanks!