Skip to content

Commit 08ea108

Browse files
authored
PR review edit
1 parent 11f2248 commit 08ea108

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/integration-services/devops/ssis-devops-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ SSIS Deploy task currently doesn't support the following scenarios:
166166
- Configuring the environment in the SSIS catalog.
167167
- Deploying ISPAC to Azure SQL Server or Azure SQL Managed Instance, which allow only multifactor authentication.
168168
- Deploying packages to MSDB or SSIS Package Store.
169-
- Installing SSIS DevOps Tools extension to Azure DevOps Server, might hit the error "The extension package size exceeds the maximum package size". To resolve the error, first complete the following steps.
170-
1. Connect to the on-premises SQL Server instance and select the database `Gallery_Configuration`.
171-
2. Run the query `INSERT INTO dbo.tbl_RegistryItems VALUES (1,'#\Configuration\Service\Gallery\LargeExtensionUpload\SSIS\','MaxPackageSizeMB\',50)`. Change 50 to a higher number if the extension is larger than 50 MBs.
172-
3. After you run the query, restart Internet Information Services. Try again to upload the extension.
173-
4. If the error persists, please contact Azure DevOps support.
169+
- If you install the SSIS DevOps Tools extension in Azure DevOps Server, you might see the message "The extension package size exceeds the maximum package size." To resolve the issue, complete the following steps:
170+
1. Connect to the on-premises SQL Server instance and select the database **Gallery_Configuration**.
171+
1. Run the query `INSERT INTO dbo.tbl_RegistryItems VALUES (1,'#\Configuration\Service\Gallery\LargeExtensionUpload\SSIS\','MaxPackageSizeMB\',50)`. Change `50` to a higher number if the extension is larger than 50 MBs.
172+
1. After you run the query, restart Internet Information Services. Try again to upload the extension.
173+
1. If the error persists, please contact Azure DevOps support.
174174

175175

176176
## SSIS Deploy task version 1.*

0 commit comments

Comments
 (0)