Hi All,
i have upgraded AX 2012 to AX 2012 R3, now while i open SSRS reports it throws error for all reports (standard and customized)
when i tried to deploy single report it's working thorgh below command
Publish-AXReport -ReportName CustTransOpenPerDate
now when i try to deploy all reports using command
Publish-AXReport -ReportName *
it throws below error.
Publish-AXReport : System.Web.Services.Protocols.SoapException: The path of the item '/DynamicsAX/' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InvalidItemPathException: The path of the item '/DynamicsAX/' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.GetItemType(String Item, ItemTypeEnum& Type)
at Microsoft.ReportingServices.WebServer.ReportingService2005.GetItemType(String Item, ItemTypeEnum& Type)
At line:1 char:17
+ Publish-AXReport <<<< -ReportName *
+ CategoryInfo : OpenError: (Microsoft.Dynam...shReportCommand:Pu
blishReportCommand) [Publish-AXReport], SoapException
+ FullyQualifiedErrorId : System.Web.Services.Protocols.SoapException: The
path of the item '/DynamicsAX/' is not valid. The full path must be less
than 260 characters long; other restrictions apply. If the report server i
s in native mode, the path must start with slash. ---> Microsoft.Reporting
Services.Diagnostics.Utilities.InvalidItemPathException: The path of the i t
em '/DynamicsAX/' is not valid. The full path must be less than 260 chara ct
ers long; other restrictions apply. If the report server is in native mo de,
the path must start with slash.
at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.GetIt
emType(String Item, ItemTypeEnum& Type)
at Microsoft.ReportingServices.WebServer.ReportingService2005.GetItemTy
pe(String Item, ItemTypeEnum& Type),Microsoft.Dynamics.AX.Framework.Manage
ment.Reports.PublishReportCommand