Skip to content

Latest commit

 

History

History
276 lines (207 loc) · 5.53 KB

install-axreportinstanceextensions.md

File metadata and controls

276 lines (207 loc) · 5.53 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version
Install-AXReportInstanceExtensions
Install-AXReportInstanceExtensions
AF5B6237-DC91-4824-8CB7-4996E817E8A9
59670214
tonyafehr
12/09/2013
v=AX.60

Install-AXReportInstanceExtensions

[!INCLUDEarchive-banner]

Install-AXReportInstanceExtensions

If multiple instances of Microsoft SQL Server Reporting Services are running on the same computer, automates the process of integrating those instances with Microsoft Dynamics AX.

Syntax

Parameter Set: Default
Install-AXReportInstanceExtensions [-Credential <PSCredential> ] [-ReportServerInstanceName <String> ] [-ServicesAOSName <String> ] [-ServicesAOSWSDLPort <Int32> ] [-ServicesFilePath <String> ] [ <CommonParameters>]

Detailed description

If multiple instances of Microsoft SQL Server Reporting Services are running on the same computer, the Install-AXReportInstanceExtensions cmdlet automates the process of integrating those instances with Microsoft Dynamics AX. The cmdlet installs Reporting Services extensions on secondary Reporting Services instances.

Parameters

-Credential<PSCredential>

The domain and user name of the Business Connector proxy account.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ReportServerInstanceName<String>

Name of the Reporting Services instance to deploy the extensions to.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServicesAOSName<String>

Specifies the name of a Microsoft Dynamics AX Application Object Server (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

<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

PS C:\>
                    

Related topics

Install Reporting Services extensions for Microsoft Dynamics AX

Copyright Microsoft Corporation. All rights reserved.