For more information about this error navigate to the report server on the local server machine, or enable remote errors in AX 2012

Hi AX Technical,

Today, in this post we will share a very helpful trick to fight with below kind of error.

Error:

For more information about this error navigate to the report server on the local server machine, or enable remote errors.


Here, we see there is no such description of the error. So first we need to enable remote errors in AX 2012.

Solution:

Please follow the steps below.

Method 1:
  • Open SQL Server Management Studio (SSMS) and create a query.
  • Copy, paste the below query to check and update the value.
-- SQL Query written by Chirag Gupta
-- To Check the value
USE ReportServer
select * from ConfigurationInfo
where name = 'EnableRemoteErrors'

-- To Update the value if the value is false
USE ReportServer
GO
UPDATE ConfigurationInfo
SET Value = 'True'
WHERE Name = 'EnableRemoteErrors'


Method 2:

Follow below procedure to enable remote error in SSMS for SSRS

1) Open SQL Server Management Studio and log in with reporting services as the server type.


2) Right click on the instance and go to properties.

3) Click on Advanced tab and here you can find EnableRemoteError in Security fast tab.


After enabling remote error you can figure out actual error thrown by the database. Click on this link for more information about the error you may faced.

We hope this solution helped you to enable remote errors AX 2012 for SSRS Report. Please comment your valuable feedback for this article...

Author:
Chirag Gupta
Microsoft Dynamics D365/AX 2012
Senior Technical Consultant at IBM Bangalore

Date:
11-Apr-2020

Happy Learning !!

Comments

  1. For More Information About This Error Navigate To The Report Server On The Local Server Machine, Or Enable Remote Errors In Ax 2012 >>>>> Download Now

    >>>>> Download Full

    For More Information About This Error Navigate To The Report Server On The Local Server Machine, Or Enable Remote Errors In Ax 2012 >>>>> Download LINK

    >>>>> Download Now

    For More Information About This Error Navigate To The Report Server On The Local Server Machine, Or Enable Remote Errors In Ax 2012 >>>>> Download Full

    >>>>> Download LINK UO

    ReplyDelete

Post a Comment

Popular posts from this blog

[Solved] : Error: String or binary data would be truncated. Cannot execute a data definition language command on Vendor (VendLedgerReconciliationTmp)

AX 2012 - Command prompt compilation / AxBuild.exe for Parallel Compile on AOS of X++ to P-code / Parallel Compilation

AX 2012 - How to send SSRS report in email as an attachment using X++

AX 2012 - How to stop AOS when services got stuck at stopping status

AX 2012 - How to make a form field mandatory

Error: There was no endpoint listening at net.tcp://your_server_name:8201/Dynamics AX/Services…

Fetch vendor address using X++ in AX 2012

AX 2012 - How to print current date and time on SSRS Report

[Error] - Error in unit of amount in currency KES. Must be rounded to 0.01 | The unit of 37.563.5343100000000000 KES being posted to account 32710001-- is outside the current penny rounding threshold | Posting has been canceled

[Solved] : AX 2012 - No connection could be made because the target machine actively refused it 192.168.10.249:8201