Newbie question. After deploying a project to the SSIS catalog, what do you do with the assembly references. Does the DBA have to copy DLL's to a specific location on the server? i get the following when running as a SQL agent job.
Loading
Newbie question. After deploying a project to the SSIS catalog, what do you do with the assembly references. Does the DBA have to copy DLL's to a specific location on the server? i get the following when running as a SQL agent job.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Srinivasan RamamoorthiPosted Oct 13, 2021, 2:30 AM
You have to deploy the dlls to the server GAC, you can use GAC utility for deployment.