Forum Discussion
Scheduled refresh fails occasionally
- 7 years ago
Hi devM
I would suggest you restart the gateway to check if the issue persists. If it still persists,you could try to open a support ticket. If you have a Pro account it is free. Go to https://support.powerbi.com. Scroll down and click "CREATE SUPPORT TICKET".
-
To stop the service, run this command:
''' net stop PBIEgwService '''
-
To start the service, run this command:
''' net start PBIEgwService
Regards,
-
Hi devM
I would suggest you restart the gateway to check if the issue persists. If it still persists,you could try to open a support ticket. If you have a Pro account it is free. Go to https://support.powerbi.com. Scroll down and click "CREATE SUPPORT TICKET".
-
To stop the service, run this command:
''' net stop PBIEgwService '''
-
To start the service, run this command:
''' net start PBIEgwService
Regards,
Thanks v-cherch-msft, that was it. Restarting the service solved issue with failing refresh.
Although I had to do it via services.msc window rather than console commands.