cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Anonymous
Not applicable

Change Enterprise Gateway Spooler folder location to different drive

Hi,

 

Is there any ways that I could change the default Spooler location for Enterprise Gateway? The default location after installation is at C:\Users\PBIEgwService\AppData\Local\Microsoft\On-premises data gateway\Spooler

 

I wish to change this location path to another SSD drive to speed up the Enterprise Gateway data refresh but could not find where. I tried to reinstall the Gateway to the SSD drive but the spooler location does not change.

 

Any advise?

 

Thanks.

2 ACCEPTED SOLUTIONS
v-diye-msft
Community Support
Community Support

Hi @Anonymous 

 

Based on my research, it's not able to change the location after installation. 

 

I'd suggest you raising it to support team for further advice:

https://powerbi.microsoft.com/en-us/support/

Support Ticket.gif

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

View solution in original post

PowerDAX
Resolver III
Resolver III

FYI - if anyone comes across this, in the install director, this file:

Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config

 

has this setting configuration:

<setting name="SpoolerDirectory" serializeAs="String">
<value>%LOCALAPPDATA%\Microsoft\On-premises data gateway\Spooler</value>
</setting>

powerdax.com

View solution in original post

7 REPLIES 7
PowerDAX
Resolver III
Resolver III

FYI - if anyone comes across this, in the install director, this file:

Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config

 

has this setting configuration:

<setting name="SpoolerDirectory" serializeAs="String">
<value>%LOCALAPPDATA%\Microsoft\On-premises data gateway\Spooler</value>
</setting>

powerdax.com
Anonymous
Not applicable

Thanks man. It works and I managed to change the spooler location to my SSD drive.

 

Regards,

Max

Anonymous
Not applicable

Hi, @Anonymous I am facing a similar issue as this what changes did you make that helped you out of this disk full error? Thanks a lot.

Anonymous
Not applicable

Hi @Anonymous ,

 

Go to the installation folder of the On-premise Data Gateway. Look for the file Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config. Make a backup first, just in case.

 

Edit this file in Notepad, look for this part:
<setting name="SpoolerDirectory" serializeAs="String">
<value>%LOCALAPPDATA%\Microsoft\On-premises data gateway\Spooler</value>
</setting>

 

Change the value to your preferred folder location. For example:
<setting name="SpoolerDirectory" serializeAs="String">
<value>G:\Program Files\On-premises data gateway\Spooler</value>
</setting>

 

Open the On-premise Gateway app, then restart the service for this change to take effect. 

 

I made this change as I want the spooler process to be on a SSD drive. But this can also helps if you are running low on disk space in your current spooler drive. You may switch the spooler folder to a bigger disk drive.

 

Hope this helps.

 

Regards,
Max

Hi,

We are having an issue like this, in our case the disk keeps running out of space.
Waht was the impact on your proces when chaning this setting? Also, is there a safe way/ automatic way to clean-up this folder?

 

 

v-diye-msft
Community Support
Community Support

Hi @Anonymous 

 

Based on my research, it's not able to change the location after installation. 

 

I'd suggest you raising it to support team for further advice:

https://powerbi.microsoft.com/en-us/support/

Support Ticket.gif

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
Anonymous
Not applicable

Thanks for the reply.

But seriously, the spooler location should have been made configurable. Imagine this, most old setup would have their storage in HDD, but when SSD starts to get affordable or the data starts to grow larger, the spooler operation has to run in SSD to maximize its load potential.

Will raise this to support team and hope they would consider this as important in their near future release.

Thanks again

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors