How to Debug SSRS RDP based report in ax2012, Through VS or AX2012

Hi,

Please let me know how to debug the SSRS - RDP Based report in ax2012 or VS.

Thanks & Regards,

Eswar M

Isn’t MSDN article How to: Configure the Debugger to Debug a Report Data Provider Class exactly what you’re looking for?

If it is, wouldn’t it be easier to type “ax 2012 debug ssrs” to a search engine than composing the question here?

Hi Martin,

thank you for u r replay,

i configured SSRS report. unable to trace(debug) the SSRS DP class.

Another prob:

when i deploy the ssrs report through VS. i am getting two errors,

ERROR 1;

If User Account Control (UAC) is enabled on the machine, close the application,

right-click the application, and then click Run as administrator.

C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets

466 6 TestReports_JKT_eswar

Error 2

2 The deployment was aborted. You do not have privileges to deploy to server:

JKTSERBLR04. For deployment, you must have administrative rights to the SQL

Server Reporting Services (SSRS) server.

Contact your administrator to deploy.

C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools

\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets

466 6 TestReports_JKT_eswar

plz how i reach my solution.

Thanks

Eswar

Hi Martin,

thank you for u r replay,

i configured SSRS report. unable to trace(debug) the SSRS DP class.

Another prob:

when i deploy the ssrs report through VS. i am getting two errors,

ERROR 1;

If User Account Control (UAC) is enabled on the machine, close the application,

right-click the application, and then click Run as administrator.

C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets

466 6 TestReports_JKT_eswar

Error 2

2 The deployment was aborted. You do not have privileges to deploy to server:

JKTSERBLR04. For deployment, you must have administrative rights to the SQL

Server Reporting Services (SSRS) server.

Contact your administrator to deploy.

C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools

\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets

466 6 TestReports_JKT_eswar

plz how i reach my solution.

Thanks

Eswar

What exactly don’t you understand in “right-click the application, and then click Run as administrator” and “you must have administrative rights to the SQL Server Reporting Services (SSRS) server”?

That’s also the very first suggestion that your question is about report deployment and not RDP debugging. Please spend more time with describing a problem next time.

Hi,

In class declaration of your dp class give the below one.

Original:

public class classnameDP extends SRSReportDataProviderBase

{


}

you have to change this one to below :

public class classnameDP extends SrsReportDataProviderPreProcess

{


}

try this. after debug change to original