Monday, November 2, 2020

Deploy all the SSRS Report using power shell in D365FnO


Deploy all the SSRS Reports using power shell in D365FnO. Please follow below two steps:

1) Open Windows Power Shell
 Start > Run > Windows PowerShell

2) Run the below Power Shell command
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory"

No comments:

Post a Comment

using SQL Query in X++

 If you need to execute sql query inside your X++ code then below example can help you. To pass value to SQL query we need to use strfmt() f...