Delete a Report from the D365 Finance Server for Debugging Purposes
While developing SSRS report in Visual studio, we make some changes and expect them to reflect after deploying. Sometime these changes do not reflect.
To resolve this, we can delete the report from the Report server in two ways :
- Using Report server web service URL
- Using Powershell script
Using Report server web service URL
Here are the steps.
Step 1: Activate the Web portal by launching the Report server configuration manager
Step 2: Click on the URL and you can access all reports directory on the server.
Step 3: Right click on your report and delete then redeploy.
Using PowerShell script
An alternative way is to run a script to delete the report from the server.
Step 1: Navigate to K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask (Note: You may need to replace K: with the location of the AosService folder)
Step 2: Find the file called “RemoveAllReportsFromSsrs
Step 3: Open the duplicated file and edit the report name section
Run powerShell script and redeploy the report in Visual Studio.
Merci :).
Your comment is awaiting moderation.
I’m so in love with this. You did a great job!!