Add-AXReportServerConfiguration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Add-AXReportServerConfiguration

Creates a configuration that specifies connection settings between a Microsoft Dynamics AX Application Object Server (AOS) instance and a Microsoft SQL Server Reporting Services instance.

Syntax

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

Detailed description

The Add-AXReportServerConfiguration cmdlet creates 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?

true

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?

true

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?

true

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

-SharePointIntegrated

Specifies whether the server that is running Reporting Services is running in SharePoint integrated mode. If the server is running in SharePoint integrated mode, this parameter is required.

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 https://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 an active configuration between the AOS1 AOS instance and the Reporting Services instance ReportServer. The configuration is set to the ID ReportServer01.

C:\PS>Add-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

Set-AXReportServerConfiguration

Test-AXReportServerConfiguration

Copyright Microsoft Corporation. All rights reserved.