Skip to content

Latest commit

 

History

History
319 lines (240 loc) · 5.99 KB

publish-axassembly.md

File metadata and controls

319 lines (240 loc) · 5.99 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version
Publish-AXAssembly
Publish-AXAssembly
546EF3DD-F572-4B86-ABA2-C92DB04957F5
49720047
tonyafehr
12/18/2012
v=AX.60

Publish-AXAssembly

[!INCLUDEarchive-banner]

Publish-AXAssembly

Deploys a business logic assembly from Microsoft Dynamics AX to Microsoft SQL Server Reporting Services.

Syntax

Parameter Set: Default
Publish-AXAssembly -Id <String> -VSProjectName <String> [-RestartReportServer] [-ServicesAOSName <String> ] [-ServicesAOSWSDLPort <Int32> ] [-ServicesFilePath <String> ] [ <CommonParameters>]

Detailed description

The Publish-AXAssembly cmdlet deploys a business logic assembly from Microsoft Dynamics AX to Reporting Services.

Parameters

-Id<String>

Specifies the identifier of the configuration to use to connect Microsoft Dynamics AX and Reporting Services.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-RestartReportServer

Forces the Reporting Services service to restart after the assembly is deployed.

Aliases

none

Required?

false

Position?

named

Default Value

FALSE

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

-VSProjectName<String>

Specifies the Visual Studio project name from the AOT to publish to SQL Server Reporting Services.

Aliases

none

Required?

true

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 deploys the assembly BusinessLogicAssembly to the report server configuration ReportServer01.

C:\PS>Publish-AXAssembly -VSProjectName BusinessLogicAssembly -Id ReportServer01

Related topics

Deploy the default reports

Copyright Microsoft Corporation. All rights reserved.