Failed to create AppDomain
I am trying to deploy my SSIS package to the SSISDB Catalog on SQL Server 2012. When I deploy I receive this error message:
Failed to create AppDomain “SSISDB.dbo[runtime].6”.
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)
I remoted into the server and ran gacutil -l System.Data on command prompt and saw versions 4.0.0.0 and 2.0.0.0 showing up. I don’t think storage space is an issue. We have two disks (C & D) D has 369 GB free space, C has 34.1 GB free space.
I am trying to deploy my SSIS package to the SSISDB Catalog on SQL Server 2012. When I deploy I receive this error message:Failed to create AppDomain “SSISDB.dbo[runtime].6”.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)I remoted into the server and ran gacutil -l System.Data on command prompt and saw versions 4.0.0.0 and 2.0.0.0 showing up. I don’t think storage space is an issue. We have two disks (C & D) D has 369 GB free space, C has 34.1 GB free space. Read More