Forum Discussion

hbao4's avatar
hbao4
Frequent Visitor
5 years ago
Solved

Click Refresh Now failed in Scheduled refresh - Jan 2021

Dear,   I downloaded Jan 2021 powerBI desktop and then deploy one pbix to server. The credential is succeed, but when I clicked "refresh now" in  "Scheduled refresh" failed.   The error message: ...
  • Icey's avatar
    5 years ago

    Hi hbao4 ,

     

    There is a fix in the upcoming May release that should help. And here is a workaround may help you:

     

    1.  Backup the config.json file (usually located in "C:\Program Files\Microsoft Power BI Report Server\PBIRS\RSHostingService\config.json") 

    2. Edit the config.json file and add this in the AS section (make sure to add the comma): 

      

                "name": "AS", 

                "launcher":"AnalysisServices", 

                "path": "ASEngine\\msmdsrv.exe", 

                "Config": 

                { 

                    "Workspaces.path": "ASEngine\\workspaces", 

                    "restartOnChangesTo": "Hosting-databaseValidationStatus,ASPort,Workspaces.path" 

                } 

    3. Save the config.json file and restart the Power BI Report Server service 

     

    Reference: Fix for "Datasource XXXXXX Not Found" PowerBI Refr... - Microsoft Power BI Community

     

     

     

    Best Regards,

    Icey

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.