Forum Discussion
ujssd
Nov 06, 2023Copper Contributor
SSIS DevOps Tools error
I installed the https://marketplace.visualstudio.com/items?itemName=SSIS.ssis-devops-tools in my Azure DevOps instance so I can use Pipelines & Release to build SSIS Projects on my on-premises self-h...
ujssd
Nov 14, 2023Copper Contributor
Our "fix" after talking with support required Visual Studio 2022 Community Edition to be installed on the self-hosted agent. All is working as it should now.
mferla1420
Jul 18, 2024Copper Contributor
Weird fix, since I expect to get dependencies from the SSIS Deploy task itself, why do we have to install Visual Studio 2022 Community Edition.
I ran into the same issue, I use Windows Auth with Microsoft Managed Service Account the service has SSIS permission from Component Services and ssis_admin + db_owner in SQL.
As "workaround" I had to create the folder first, but it is not my preferred way and it should create the folder as mention in the documentation.
I ran into the same issue, I use Windows Auth with Microsoft Managed Service Account the service has SSIS permission from Component Services and ssis_admin + db_owner in SQL.
As "workaround" I had to create the folder first, but it is not my preferred way and it should create the folder as mention in the documentation.