Deployment Watcher is a hidden object, which is used as a target to run monitoring workflows for Deployment object. Deployment Watcher is an unhosted object. The server hosting SSRS Catalog Database is used to manage this object. If the server hosting the database has no agent installed, then one of SSRS servers will take responsibility of running the respective workflows.
Deployment Watcher is a hidden object, which is used as a target to run monitoring workflows for Deployment object. Deployment Watcher is an unhosted object. The server hosting SSRS Catalog Database is used to manage this object. If the server hosting the database has no agent installed, then one of SSRS servers will take responsibility of running the respective workflows.
Base Class | System.Entity |
Abstract | False |
Hosted | False |
Singleton | False |
Extension | False |
Accessibility | Public |
ElementId | 362e3aa4-5262-7737-37b7-5d480f0fdcc1 |
Property Name | Type | Display Name (ENU) | Description (ENU) | Key | Max Length | Min Length | Case Sensitive |
---|---|---|---|---|---|---|---|
System.Entity: | |||||||
string | Display Name | Display name of the object. | false | 4000 | 0 | False | |
Microsoft.SQLServer.ReportingServices.Core.DeploymentWatcher: | |||||||
string | Deployment Name | true | 256 | 0 | False | ||
string | Database Server | false | 256 | 0 | False | ||
string | Database Instance | false | 256 | 0 | False | ||
string | Database Connection String | false | 256 | 0 | False | ||
string | Catalog Database | false | 256 | 0 | False | ||
string | Temp Database | false | 256 | 0 | False | ||
string | SSRS Instances | false | 4000 | 0 | False |
<ClassType ID="Microsoft.SQLServer.ReportingServices.Core.DeploymentWatcher" Base="System!System.Entity" Abstract="false" Hosted="false" Accessibility="Public" Singleton="false">
<Property ID="DeploymentName" Type="string" Key="true"/>
<Property ID="DBServerName" Type="string"/>
<Property ID="DBInstanceName" Type="string"/>
<Property ID="DBConnectionString" Type="string"/>
<Property ID="DBName" Type="string"/>
<Property ID="TempDBName" Type="string"/>
<Property ID="SSRSInstances" Type="string" MaxLength="4000"/>
</ClassType>