Error during SSIS package deploy - Failed to create AppDomain "SSISDB.dbo[runtime]

1

I'm trying to deploy package on SQL Server and during execution I'm getting following error. On server already exists packages so it shouldn;t be problem with SQL Server Configuration itself. Any ideas?

Failed to create AppDomain "SSISDB.dbo[runtime].18". Could not load file or assembly 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Not enough storage is available to process this command. (Exception from HRESULT: 0x80070008) (.Net SqlClient Data Provider)

sql-server
deployment
ssis
sql-server-2012
sql-server-2014
asked on Stack Overflow Nov 21, 2014 by Kamil K • edited Feb 25, 2016 by Mehran

1 Answer

0

Note from your post "Not enough storage is available to process this command" you don't have enough storage available. Another thing you have to set overwrite property for your ssis project.

answered on Stack Overflow Nov 21, 2014 by Mahmoud Bayoush

User contributions licensed under CC BY-SA 3.0