The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Is there way to configure path for an specific temp folder. I meant temp folder the one that gateway uses to store the results from querys.
Solved! Go to Solution.
When you install the gateway you can choose the location. Choose the fastest drive or the drive with the most space.
or you can set the spooler folder
<setting name="SpoolerDirectory" serializeAs="String">
<value>%LOCALAPPDATA%\Microsoft\On-premises data gateway\Spooler</value>
</setting>
in the Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file
You may also want to read this article:
Monitor and optimize on-premises data gateway performance | Microsoft Docs
When you install the gateway you can choose the location. Choose the fastest drive or the drive with the most space.
or you can set the spooler folder
<setting name="SpoolerDirectory" serializeAs="String">
<value>%LOCALAPPDATA%\Microsoft\On-premises data gateway\Spooler</value>
</setting>
in the Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file
You may also want to read this article:
Monitor and optimize on-premises data gateway performance | Microsoft Docs
Thank you very much!!
User | Count |
---|---|
43 | |
15 | |
13 | |
13 | |
10 |
User | Count |
---|---|
50 | |
40 | |
24 | |
22 | |
18 |