Posted: 1/5/2012
Hi
I am trying to deploy an ssis package on dev server.
I am not getting the manifest file which will take me to the wizard.
I am gettin 'Project1.SSISDeploymentManifest' where Project1 is not the package itself but the solution which contains several packages.
I am not sure but isnt it that it should have 'PackageName.SSISDeploymentManifest' instead of 'SolutionName.SSISDeploymentManifest.
Thanks
Posted: 1/6/2012
The manifest file actually includes all packages so it should be the ProjectName.SSISDeplmentManifest. So you should be good!
Posted: 1/7/2012
Devin said it all.
If you want to know more techniques to deploy package, take a look at my video.