Hello,
I encounter "Out of Memory" exception when trying to deploy SSIS Projects to SSISDB catalog using the Deployment wizard invoked through SSMS. A screenshot is attached. The error occurs at "Changing protection level" step, and when I click the "Failed" status, a pop up message shows the out of memory exception. This happens when large packages (combined dtsx file size is over 50MB) are in the project, although the *.ispac file is under 3MB.
I notice that I can successfully deploy the same project (*.ispac file) using the 64-bit deployment wizard which I have to invoke manually (C:\Program Files\Microsoft SQL Server\110\DTS\Binn\ISDeploymentWizard.exe). I tested this with increasing dtsx file sizes and when the combined dtsx file size reaches around 500MB, 64-bit Deployment Wizard also fails.
My desktop is Windows 7 64-bit and has 8GB RAM.
I would like to hear from others who have encountered the same error and whether they have found workarounds.
Thanks