Hi Experts,
I'm trying to deploy reports in management shell but getting error as displayed in the attached image. Kindly PFA image. Please help Waiting for your response.
Thanks and Regards
Hi Experts,
I'm trying to deploy reports in management shell but getting error as displayed in the attached image. Kindly PFA image. Please help Waiting for your response.
Thanks and Regards
It seems you used a wrong command to deploy SSRS reports. Try to use syntax suggested by MuthuKumaranAX.
Hi,
please try with the below command
For deploying all SSRS reports
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”
For deploying the specific report
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName <ReportName> -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”
(Replace <ReportName> with required report name such as RetailLabel.Report or *Retail* – this will deploy all reports containing ‘Retail’ in report name)
Hi,
Could you please share the command you used to deploy the report?
André Arnaud de Cal...
292,886
Super User 2025 Season 1
Martin Dráb
231,768
Most Valuable Professional
nmaenpaa
101,156
Moderator