Open Windows PowerShell in Admin mode
Navigate to the PowerShell scripts
1
| cd K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\
|
Execute the below commands:
- For deploying all SSRS reports
1
| ./DeployAllReportsToSSRS.ps1 -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”
|
- For deploying the specific reports
1
| ./DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName <ReportName> -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”
|
Example:
1
| ./DeployAllReportsToSsrs.ps1 -Module MaxCustomization -ReportName MaxCheque_US.Report -PackageInstallLocation "K:\AosService\PackagesLocalDirectory"
|
1
| ./DeployAllReportsToSsrs.ps1 -Module ApplicatoinSuite -ReportName Cust* -PackageInstallLocation "C:\AosService\PackagesLocalDirectory"
|