ReserveURL Method (WMI MSReportServer_ConfigurationSetting)

Adds a URL reservation for a given application.

Syntax

Public Sub ReserveURL(Application as String, _
    UrlString as String, Lcid as Int32, _ 
    ByRef [Error] as String, ByRef HRESULT as Int32)
public void ReserveURL(string Application, string UrlString, int Lcid, 
    out string error, out int HRESULT);

Parameters

  • Application
    The name of application to reserve the URL for.

  • URLString
    The URL for the reservation.

  • lcid
    The locale to use for the error messages returned.

  • Error
    [out] The description of the error that occurred.

  • 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; an error code indicates the call was not successful.

Remarks

UrlString does not include the virtual directory name. The SetVirtualDirectory method is provided for that purpose.

URL reservations are created for the current windows service account. Changing the windows service account requires updating all the URL reservations manually.

This method causes all application domains to hard recycle. Application domains are restarted after this operation is complete.

Requirements

Namespace: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v11\Admin

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

MSReportServer_ConfigurationSetting Members