Skip to content

Update ssis-devops-overview.md - SSISDeploy doesn't create #10117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: live
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/integration-services/devops/ssis-devops-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ SSIS Deploy task currently doesn't support the following scenarios:
1. Connect to the on-premises SQL Server instance and select the database **Gallery_Configuration**.
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.
1. After you run the query, restart Internet Information Services. Try again to upload the extension.
1. If the error persists, please contact the SQL Server support team.
1. If the error persists, please contact the SQL Server support team.
- It will not create a new Project on the database server in SSISDB
- `SSISDeploy.exe -s:Example.ispac -d:"catalog;/SSISDB/ExampleA;databaseAddress" -at:win` will create this


## SSIS Deploy task version 1.*
Expand Down