Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.28 KB

File metadata and controls

62 lines (40 loc) · 2.28 KB
title catalog.configure_catalog (SSISDB Database)
description catalog.configure_catalog (SSISDB Database)
author chugugrace
ms.author chugu
ms.date 03/04/2017
ms.service sql
ms.subservice integration-services
ms.topic reference

catalog.configure_catalog (SSISDB Database)

[!INCLUDEsqlserver-ssis]

[!INCLUDE SQL Server]

Configures the [!INCLUDEssISnoversion] catalog by setting a catalog property to a specified value.

Syntax

catalog.configure_catalog [ @property_name = ] property_name , [ @property_value = ] property_value  

Arguments

[ @property_name = ] property_name
The name of the catalog property. The property_name is nvarchar(255). For more information about available properties, see catalog.catalog_properties (SSISDB Database).

[ @property_value = ] property_value
The value of the catalog property. The property_value is nvarchar(255). For more information about property values, see catalog.catalog_properties (SSISDB Database)

Return Code Values

0 (success) or 1 (failure)

Result Sets

None

Remarks

This stored procedure determines whether the property_value is valid for each property_name.

This stored procedure can be performed only when there are no active executions, such as pending, queued, running, and paused executions.

While the catalog is being configured, all other catalog stored procedures fail with the error message "Server is currently being configured."

When the catalog is configured, an entry is written to the operation log.

Permissions

This stored procedure requires one of the following permissions:

  • Membership to the ssis_admin database role

  • Membership to the sysadmin server role

Errors and Warnings

The following list describes some conditions that may raise an error or warning:

  • The property does not exist

  • The property value is invalid