When running Publish-AXReport we see the below error:
Publish-AXReport : Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 46, position 8.
At line:1 char:17
+ Publish-AXReport <<<< -ReportName "*" -RestartReportServer
+ CategoryInfo : ParserError: (:) [Publish-AXReport], XmlException
+ FullyQualifiedErrorId : Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 46, position 8.,Microsoft.Dynamics.AX.Framework.Management.Reports.PublishReportCommand
The error only occurs on those reports which have a related assembly. The same error (only with Publish-AXAssembly instead of (only with Publish-AXReport) can be produced with this more targeted statement:
Publish-AXAssembly -id 'SSRSNLBAOS2' -vsprojectname 'assetAcquisitionDocumentPL.BusinessLogic' -verbose
(also logged here: http://serverfault.com/questions/740406/publish-axreport-gives-error-name-cannot-begin-with-the-character)
*This post is locked for comments
I have the same question (0)