Reports deployment issue

I have deploy my report by 3 different ways : **Through AOT,****Through Visual Studio,**Through PowerShell

but i have the same issue , i have make some solution but i get this error :

Lol…Could you just translate the error to English?

restart your sql server reporting services. and check weather ur system is in domain of server or not.

If this the error…then the user ID your using should be in the Admin Group…or you can deploy the reports with Admin account!

Hi ;

This is not the some error , i don’t have the broblem with the security or rule of account

this is the translate of error :

1.Verify that SQL Server Reporting Services is configured correctly. Check the configuration of the Web service URL and the URL of Report Manager in SQL Reporting Services Manager configurations.

  1. The deployment was canceled due to an error. On the report server, make sure:
  • SQL Server Reporting Services service is running.
  • SQL Server Reporting Services service is configured according to the instructions in the manual installation of Microsoft Dynamics AX (http://go.microsoft.com/fwlink/?LinkID=163796).
  • The remote administration functionality is allowed to communicate through the Windows Firewall.

Thank you

For this you need to check the SQL reporting service configuration manager.

Under web service URL, check if you can access the URL where the reports are deployed.

And also check the Report Manager URL. See if these URL’s are present in the Report servers form under Reporting services node in AX 2012.

HI thak for your quick replay,

here i can access to web service URL and i can get all report deployed and i can access to the Report Manager URL and is fonction correctly ,but the issue is when i want deploy the new report in visual studio or in AOT , i get the error message that i already montionned

thank you

HI thak for your quick replay,

here i can access to web service URL and i can get all report deployed and i can access to the Report Manager URL and is fonction correctly ,but the issue is when i want deploy the new report in visual studio or in AOT , i get the error message that i already montionned

thank you

Can you check with the Service account and Execution accounts in reporting server.

You might have reset the password for the account. Re-enter the password for the service and execution accounts.

It seems that you have to turn off UAC through the registry :

UAC has to be turned off via registry by changing the DWORD “EnableLUA” from 1 to 0 in “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system”. You will get a notification that a reboot is required. After the reboot, UAC is disabled.

Hi ,

@Vinothkumar.V after turn “EnableLUA” to 0 in , now i have 1 error message :

he deployment was canceled due to an error. On the report server, make sure:

  • SQL Server Reporting Services service is running.
  • SQL Server Reporting Services service is configured according to the instructions in the manual installation of Microsoft Dynamics AX (http://go.microsoft.com/fwlink/?LinkID=163796).
  • The remote administration functionality is allowed to communicate through the Windows Firewall.

@AnandMallavarapu7 :

i can’t reset the password , i dont have the original password

is ther a way to get the password?

Thank you all

Hi,

Change UAC on Server where SQL report service is running .

Run this command Test-AXReportServerConfiguration in AX power shell and paste the screen shot

Hi Ahmed,

Check “Remote registry” service…it has to be started.

Hi,

@Kedarnath I have already restar “Remote registry” but not resolved

@Vinothkumar : here the screen shot

2086.Untitled.png

I guess your SQL reporting Services is not started.

Can you check that in the services and start it?

Check this link for making the report server running.

Configuring report server

Hi,

I restarted several times the report server ,and when i go C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\Services it running

for the link, I have already seen but the problem when i want to do like him, i check what he do , but when i open the registry and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\RS i dont have in registr 3 entrie , i have only 1 " MSSQLSERVER"

I dont know how i can add the two remaining “POWERPIVOT”=“MSRS10_50.POWERPIVOT” and “AX”="MSRS10_50.AX"

thank you

Hi all,

I’m resolve the problem , it seems that it is a beast error

when i GO to SysAdmin Module setup->Business Intelligence->Report Services->Report Servers , i have the server name by lowercase , it should be to upercase

Finaly i can deploy my report

THank you