Nov 06 2023
11:59 AM
- last edited on
Mar 05 2024
05:00 PM
by
TechCommunityAP
Nov 06 2023
11:59 AM
- last edited on
Mar 05 2024
05:00 PM
by
TechCommunityAP
I installed the SSIS DevOps Tools in my Azure DevOps instance so I can use Pipelines & Release to build SSIS Projects on my on-premises self-hosted agent (SHA) and deploy them to my on-premises SQL Server that has an SSISDB Catalog setup.
I am testing out the SSIS Catalog Configuration Task which is supposed to allow me to create folders (and projects and environments) in my SSIS Catalog before I attempt to deploy my SSIS Projects to it and I am running into errors I cannot decipher.
I am trying to get the sample JSON Microsoft provided working however I am running into this error:
##[error][Folder: devopsdemo] Failed to create the folder 'devopsdemo': Operation 'Create' on object 'CatalogFolder[@Name='devopsdemo']' failed during execution..
Does anyone have a working example they can share?
Note that I have setup a PowerShell Script Task in my Release that calls a Catalog Procedure to setup a folder in the SSIS Catalog and it was successful so I know the Catalog is online and that my service account has permissions to create folders.
Nov 09 2023 04:40 PM
Nov 14 2023 06:22 AM
Jul 18 2024 06:24 AM