The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Community,
I am currently using the On-premises Data Gateway, and I want to ensure that it continues running in the background without anyone accidentally closing it.
I've noticed that the gateway window is often left open, and there’s a risk that someone might close it by mistake. Is there a way to hide the gateway interface or keep it running as a background service to avoid this issue?
I would appreciate guidance on how to configure the gateway to run seamlessly without interruption.
Thanks in advance for your help!
Solved! Go to Solution.
Hi @manoj_0911 - When you install the On-premises Data Gateway, it’s set up to run as a Windows service or server by default. This means it starts automatically when the server boots up and runs in the background without requiring user intervention.
If the gateway isn’t currently running as a service, you can reinstall the gateway and make sure to select the option to run it as a service during the setup process in dedicated windows server or services.
Once the gateway is installed and running as a service, you don’t need to leave the application window open. You can safely close the UI since the service will continue running in the background.
Even if someone accidentally closes the gateway window, it will not affect the gateway’s functionality since the background service remains operational.
Reference links:
Install an on-premises data gateway | Microsoft Learn
Manage an on-premises data gateway | Microsoft Learn
Hope this helps.
Proud to be a Super User! | |
Your solution is so great lbendlin
Hi, @manoj_0911
Because personal gateways are typically installed on user computers, they are more difficult to manage and govern. If you do need to use a personal gateway, consider moving it to a centrally managed VM using a service account. This approach ensures that gateway availability is not dependent on the user's computer (which might be down) and improves gateway governance and management.
Power BI implementation planning: Data gateways - Power BI | Microsoft Learn
The on-premises data gateway (personal mode) can run only as an application. To run a gateway as a service or in admin mode, use the on-premises data gateway, which used to be called the Enterprise gateway.
Use a personal gateway in Power BI - Power BI | Microsoft Learn
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You seem to be running a Personal Gateway. Uninstall that and install an Enterprise/Standard Gateway.
Hi @manoj_0911 - When you install the On-premises Data Gateway, it’s set up to run as a Windows service or server by default. This means it starts automatically when the server boots up and runs in the background without requiring user intervention.
If the gateway isn’t currently running as a service, you can reinstall the gateway and make sure to select the option to run it as a service during the setup process in dedicated windows server or services.
Once the gateway is installed and running as a service, you don’t need to leave the application window open. You can safely close the UI since the service will continue running in the background.
Even if someone accidentally closes the gateway window, it will not affect the gateway’s functionality since the background service remains operational.
Reference links:
Install an on-premises data gateway | Microsoft Learn
Manage an on-premises data gateway | Microsoft Learn
Hope this helps.
Proud to be a Super User! | |
I checked the Windows Services Manager and confirm that the On-premises Data Gateway is running as a Windows service. Thanks for the guidance—it’s set up and running as expected!