Set-AXReportServerConfiguration

Set-AXReportServerConfiguration

Modifies properties of an existing configuration, or creates a configuration between a Microsoft Dynamics AX Application Object Server (AOS) instance and a Microsoft SQL Server Reporting Services instance.

Syntax

Parameter Set: Default
Set-AXReportServerConfiguration [-AOSName <String> ] [-Description <String> ] [-Id <String> ] [-Instance <String> ] [-MarkAsDefault] [-PathName <String> ] [-ReportManagerUri <Uri> ] [-Server <String> ] [-ServicesAOSName <String> ] [-ServicesAOSWSDLPort <Int32> ] [-ServicesFilePath <String> ] [-WebServiceUri <Uri> ] [ <CommonParameters>]

Detailed description

The Set-AXReportServerConfiguration cmdlet modifies properties of a configuration that specifies connection settings between an AOS instance and a Reporting Services instance.

Parameters

-AOSName<String>

Specifies the AOS instance to associate with a Reporting Services instance.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Description<String>

Sets a description for a configuration.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Id<String>

Sets an identifier for a configuration.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Instance<String>

Specifies the name of the Reporting Services instance to include in the configuration.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-MarkAsDefault

Specifies that a configuration should be used as the default connection for the specified AOS instance.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-PathName<String>

Specifies the name of the folder to create on the Report Manager website.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ReportManagerUri<Uri>

Specifies the URL of the Report Manager website. The default URL is http://SSRSServerName/reports.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Server<String>

Specifies the name of the server that the instance of Reporting Services is running on.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServicesAOSName<String>

Specifies the name of an AOS instance to connect to instead of the default value.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServicesAOSWSDLPort<Int32>

Specifies the web service (WSDL) port of an AOS instance to connect to instead of the default value.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServicesFilePath<String>

Specifies a client configuration parameter file (.axc) to use instead of the configuration that is stored in the registry.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WebServiceUri<Uri>

Specifies the URL of the Reporting Services web service. The default URL is http://SSRSServerName/reportserver.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, OutBuffer, OutVariable, WarningAction, and WarningVariable. For more information, see about_CommonParameters http://go.microsoft.com/fwlink/?LinkID=113216

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

    You cannot pipe input to this cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None

    The cmdlet does not generate any output.

Examples

This example creates the ReportServer01 configuration.

C:\PS>Set-AXReportServerConfiguration -AOSName AOS01 -Id ReportServer01 -MarkAsDefault -Description "Default Report Server" -PathName DynamicsAX -Instance MSSQLSERVER -ReportManagerUri http://reportserver:81/Reports -Server ReportServer -WebServiceUri http://reportserver:81/ReportServer

Get-AXReportServerConfiguration

Text-AXReportServerConfiguration

Copyright Microsoft Corporation. All rights reserved.