I am trying to deploy an SSIS 2012 project to an SSIS Catalog on a newly built SQL Server machine. It throws an error with the following message whilst creating the folder.
Failed to create appdomain ssisdb.dbo[runtime].6.
Trying to create the folder through SSMS alsos throws the same error, but with ssisdb.dbo[runtime].7
I enabled CLR on the instance, and now it throws the same error on ssisdb.dbo[runtime].9
I have tried running the create_folder proc
- same error and SQL Server will not let me step into the proc.
How do I resolve this?