Test-AXReportServerConfiguration
Verifies that the Microsoft Dynamics AX Application Object Server (AOS), Microsoft SQL Server Reporting Services instance and the Report Manager URL in a specified configuration are all running and accessible.
Parameter Set: Default
Test-AXReportServerConfiguration [-Id <String> ] [-ServicesAOSName <String> ] [-ServicesAOSWSDLPort <Int32> ] [-ServicesFilePath <String> ] [ <CommonParameters>]
The Test-AXReportServerConfiguration cmdlet verifies that the AOS instance, Reporting Services instance, and the Report Manager URL in a specified configuration are all running and accessible.
Specifies the ID of the configuration to test.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
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 |
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 |
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 |
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
The input type is the type of the objects that you can pipe to the cmdlet.
None
You cannot pipe input to this cmdlet.
The output type is the type of the objects that the cmdlet emits.
VerifyReportServerConfigurationInfo
The cmdlet outputs a structured collection of Boolean flags to indicate whether the connection succeeded.
This example verifies that the AOS instance, SQL Server Reporting Services instance, and the Report Manager URL in the ReportServer01 configuration are all running and accessible.
C:\PS>Test-AXReportServerConfiguration -Id ReportServer01
Testing the report server configurations.
IsAOSRunning : True
IsCurrentUserAdminOnAOSServer : True
IsCurrentUserAdminOnSRSServer : True
IsReportManagerRunning : True
IsReportServerRunning : False
IsUACDisabledOnAOSServer : True
IsUACDisabledOnSRSServer : True
Add-AXReportServerConfiguration
Get-AXReportServerConfiguration
Set-AXReportServerConfiguration
Copyright Microsoft Corporation. All rights reserved.