Show/Hide Toolbars

Reporting Services CMD

Command: SetSysProps

 

Set a system property value

 

SSRS Version:

 

2000, 2005 (N), 2005 (I), 2008 (N), 2008 (I),2008r2(N), 2008r2(I), 2012(N), 2012(I), Azure

 

(N)=Native

(I)=Integrated

 

 

Syntax

 

SetSysProps [parameter] [value]

 

 

 

Parameters

 

parameter        Name of the system property

value                Set the system parameter value

 

Examples

 

 Set the SessionTimeout to 700 seconds.

 

setSysProps "SessionTimeout" 700

 

 

 

\>setSysprops "SessionTimeout" 700

 

Parameter set

SessionTimeout = 700

 

 

Remarks

 

Use getSystemProps to list the items

 

 

List of system Properties in SSRS 2012

 

\>getsystemprops

 

 

Properties

-----------

  EditSessionCacheLimit              : 5

  EditSessionTimeout                 : 7200

  EnableClientPrinting               : True

  EnableExecutionLogging             : True

  EnableIntegratedSecurity           : true

  EnableLoadReportDefinition         : True

  EnableMyReports                    : False

  EnableRemoteErrors                 : False

  EnableReportDesignClientDownload   : True

  EnableTestConnectionDetailedErrors : True

  ExecutionLogDaysKept               : 60

  ExecutionLogLevel                  : Normal

  ExternalImagesTimeout              : 600

  MyReportsRole                      : My Reports

  ReportBuilderLaunchURL             :

  SessionTimeout                     : 600

  SharePointIntegrated               : False

  SiteName                           : SQL Server Reporting Services

  SnapshotCompression                : SQL

  StoredParametersLifetime           : 180

  StoredParametersThreshold          : 1500

  SystemReportTimeout                : 1800

  SystemSnapshotLimit                : -1

  UseSessionCookies                  : true

 

See Also

 

 

 Item properties

 

         GetProps - list properties and their values

         SetProps - set item property

 

 System properties

 

         GetSystemProps - list properties and their values

         SetSysProps - set item property