Report deployment issue in AX 2012 AOS Server

Hi,

Issue: Report deployment issue in AX 2012 AOS Server

Error: The deployment was aborted. you do not have privileges to deploy to server: . for deployment, you must have administrative rights to the sql server reporting services (ssrs) server. contact your administrator to deploy.

Techy cant deploy report in AOS


Solution:

SSRS Report Deployment Via AX 2012 Management Shell

Step 1; Open a Server and Right Click on  AX 2012 Management Shell and Run as Administrator


Step 2: To Deploy all reports run below script

publish-axreport -reportname * -skipreportserveradmincheck

Step 3: To Deploy Single report

Publish-axreport –reportname FreeTextInvoice –id Aosservername –servicesaosname Aosservicename –servicesaoswsdlport 8100


Comments

Post a Comment