Forum Discussion
Power BI dataset refresh failing
- Anonymous9 years ago
Hi jderekc,
Based on your screenshot, I found the timeout error, it may related to your network or data volume.
You can check your local gateway log or use fiddler to trace the operation logs.Reference link:
Troubleshooting Power BI Gateway - Personal
Fiddler Trace
Fiddler is a free tool from Telerik that monitors HTTP traffic. You can see the back and forth with the Power BI service from the client machine. This may show errors and other related information.
Setup Logs
If the Personal Gateway, fails to install, you will see a link to show the setup log. This could show you details about the failure. These are Windows Install logs, or also knows as MSI logs. They can be fairly complex and hard to read. Typically the resulting error will be at the bottom, but determining the cause of the error is not trivial. It could be a result of errors in a different log, or be a result of an error higher up in the log.
Alternatively, you can go to your Temp folder (%temp%) and look for files that start with Power_BI_.
Note:
Going to %temp% may take you to a subfolder of temp. The Power_BI_ files will be in the root of the temp directory. You may need to go up a level or two.
Regards,
Xiaoxin Sheng
I realize this is an old topic but i have the exact same problem as jderekc.
Timeouts on /powerbi/refresh/subscribe.
Issues are severe;
- During phases of issue i cannot publish anything from desktop
- Reports do not normally load or hardly
Above fiddler snipper was obtained when looking to a report in internet explorer, that did not load anything. Extremely frustrating.
Did you get your issue resolved and if yes, what was the culprit?