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)
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.
User contributions licensed under CC BY-SA 3.0