I tried to deploy via powershell like that. it's standard report. all reports fail with the same error
PS C:\windows\system32> C:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps
1 -Module ApplicationSuite -ReportName BankPaymAdviceVendV2.Report -PackageInstallLocation “C:\AosService\PackagesLocalD
IN powershell I get this error
Publish-AXReport : An error occurred while deploying the report BankPaymAdviceVendV2.Report, ApplicationSuite.
This might be because the SQL Server Reporting Services has not been installed, or is not configured correctly.
At C:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\Reporting.psm1:504 char:9
Publish-AXReport -MaxDegreeOfParallelism 1 -ErrorAction Conti ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : NotSpecified: (Microsoft.Dynam...shReportCommand:PublishReportCommand) [Publish-AXReport
], InvalidOperationException
FullyQualifiedErrorId : Error,Microsoft.Dynamics.AX.Framework.Management.Reports.PublishReportCommand
Publish-AXReport : System.Web.Services.Protocols.SoapException: Error while loading code module:
'Microsoft.Dynamics.ApplicationSuite.Reporting.BusinessLogic, Version=7.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'. Details: Could not load file or assembly
'Microsoft.Dynamics.ApplicationSuite.Reporting.BusinessLogic, Version=7.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateReport(String Report, String Parent, Boolean
Overwrite, Byte[] Definition, Property[] Properties, Guid batchId, Warning[]& Warnings)
at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateReport(String Report, String Parent, Boolean
Overwrite, Byte[] Definition, Property[] Properties, Warning[]& Warnings)
At C:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\Reporting.psm1:504 char:9
Publish-AXReport -MaxDegreeOfParallelism 1 -ErrorAction Conti ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : NotSpecified: (Microsoft.Dynam...shReportCommand:PublishReportCommand) [Publish-AXReport
], SoapException
FullyQualifiedErrorId : Error,Microsoft.Dynamics.AX.Framework.Management.Reports.PublishReportCommand
ReportName Status
---------- ------
BankPaymAdviceVendV2.Report, ApplicationSuite Error
Deployment completed.
2.5001176 Seconds.
C:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 :
System.Management.Automation.RuntimeException: Errors occured during report deployment.
At line:1 char:1
C:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTas ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,DeployAllReportsToSSRS.ps1
also I tried by opening Report Server Configuration Manager and clicking on Web Portal URL and clicking upload button there(the very first screenshot)

In powershell and in web portal the error is the same as I posted in the first post