Share via


SetReportManagerIdentity Method (WMI MSReportManager_ConfigurationSetting Class)

Sets the identity of ASP.NET for the Report Manager virtual directory in IIS.

Syntax

Public Sub SetReportManagerIdentity(ApplicationPool as String,_
    ByRef HRESULT as Int32)
public void SetReportManagerIdentity (string ApplicationPool, 
    out sint32 HRESULT);

Parameters

  • ApplicationPool
    The name of the application pool to use for Report Manager.

    This parameter is required when the report server virtual directory is hosted on Microsoft Internet Information Services (IIS) version 6.0.

  • HRESULT
    [out] Value indicating whether the call succeeded or failed.

Return Value

Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. A non-zero value indicates that an error has occurred.

Remarks

When called, this method performs the following actions:

  • If IIS 6.0 hosts the report server virtual directories, the method sets the application pool for the Report Manager virtual directory.
  • Sets file permissions on files and folders in the Report Manager installation directory.
  • Sets permissions the ASP.NET temporary directory.

Note

If the report server is installed on either Microsoft Windows 2000 or Windows XP, you must use the ASP.NET machine account for the Web service identity.

Requirements

Namespace:root\Microsoft\SqlServer\ReportServer\v9

Platform: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional with Service Pack 2 (SP2) or Service Pack 1 (SP1); or Windows 2000 (all versions)

See Also

Reference

MSReportManager_ConfigurationSetting Members

Help and Information

Getting SQL Server 2005 Assistance