Hi,
I got this situation whereby I've changed AXResource-PBIX file to a new one -> Build application -> Released. The newer PBIX file also uploaded into my LCS. Deploy Power BI files. But during open the Workspace in F&O, it looks like they still using the older PBIX.
To be more detail, like folwing:
1. Have an AX Resource element, using file TestA.pbix.
2. Build and Release the code
3. Upload TestA.pbix to LCS
4. From F&O > System Administration > Deploy Power BI, look for the Power BI model uploaded in LCS -> Deploy Power BI (succeeded)
5. Look at the Workspace, it is running.
6. Go back to Visual Studio, change AX Resource element, this time using TestB.pbix
7. Build and Release the code
8. Upload TestB.pbix tp LCS
9. From F&O, Deploy again, but this time for the latest uploaded TestB in LCS Power BI model list. (succeeded)
10. Look at the Workspace, it throw error
11. In the Event Viewer, Application and Service logs > Microsoft > Dynamics > AX-PowerBI > Operational
There are 2 line record that I recognized referring to that action :
- Task Category : PowerBIReportExecutionTask -> Message : Start running PowerBI report hosted in PowerBI.com, but the report name is still refer to TestA
- Task Category : PowerBIReportExecutionTask - > Message : Stop running PowerBI report, report name is TestA
I have reset IIS after step 9, but it seems it is not refresh. This is still in UAT environment, btw,
Anyone experienced this before, and what else do I need to do ?
Thanks,