Forum Discussion

jamestieu's avatar
jamestieu
Frequent Visitor
5 years ago
Solved

DM_GWPipeline_Gateway_GatewayOutOfDiskSpaceError

Does anyone have any insight to why I may getting this error? We do an auto refresh of a PBI dashboard through a gateway hosted on a virtual machine. The data comes from a PostgreSQL database hosted ...
  • GilbertQ's avatar
    5 years ago

    Hi jamestieu 


    As per the error your Gateway Server has run out of disk space.

     

    If you could get someone to free up some disk space?

  • v-robertq-msft's avatar
    5 years ago

    Hi, jamestieu 

    According to your error message, I think the refresh failed because the virtual machine that runs the gateway has run out of disk space. It’s because of the spooling process in the gateway workflow. Here’s the introduction to the spooling, you can take a look:

     

    Queries like Power BI refreshes and Azure Analysis Services refreshes can return large amounts of data. For such queries, data is temporarily stored on the gateway machine. This data storage continues until all data is received from the data source. The data is then sent back to the cloud service. This process is called spooling. We recommend you use a solid-state drive (SSD) as the spooling storage.

     

    More info about On-premises data gateway architecture

     

    Therefore,I suggest you to try to expand the disk space in your virtual machine to avoid this data refresh problem. Please refer to this document:

    https://www.howtogeek.com/124622/how-to-enlarge-a-virtual-machines-disk-in-virtualbox-or-vmware/

     

    Best Regards,

    Community Support Team _Robert Qin

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