Forum Discussion

andershh's avatar
andershh
Advocate I
9 years ago
Solved

On Premises Gateway utilizing many Oracle database connections (PBIEgwService)

Hi everyone

 

My workplace's IT department has been seeing a critical problem with the way our Power BI On-Premises Gateway connects to our Oracle database.

 

The problem is that it uses many connections, which it doesn't let go of - meaning that the number of active connections keep rising until the database can't handle anymore. 

 

From the database we have been seeing the following:

OSUSER                         ACTIVE_CONN_COUNT

------------------------------ -----------------

PBIEgwService                                  1948

 

I.e. the Power BI gateway service has been using 1948 connections, which is many times higher what our other business critical database connections use.

 

We have been using Power BI and the On-Premises Gateway since August 2016, and this is the first time we have been seeing this problem. We have approximately 10 reports which refresh their data once per day and we have about 5 DirectQuery reports with 2 users having the reports open all day and 3-6 users regularly checking them during a work day. Could this scenario really be generating 1948 active connections?

 

Or could the problem be that the Power BI On-Premises Gateway does not close the database connections it uses?

 

Many thanks beforehand!

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi andershh,

    In order for gateway to flush out its connections, you would need to periodically run a similar script suggested by brendan_w in the following thread to restart gateway.

    http://community.powerbi.com/t5/Integrations-with-Files-and/Possible-BUG-Power-BI-Personal-Gateway-Does-not-close-Database/m-p/76767

    Replace GWConfig.exe with EnterpriseGatewayConfigurator.exe in the script that brendan_w provides , and the EnterpriseGatewayConfigurator.exe locates in C:\Program Files\On-premises data gateway.


    Thanks,
    Lydia Zhang

    • irosenheim's avatar
      irosenheim
      New Member

      Hi Anonymous,

       

      I'm experiencing the same issue and think this solution may be able to help also.  However, the last line of the batch file will start the Gateway Config program which launches a dialog box that asks you to sign in and register the gateway.  If I want to schedule this batch job to run nightly, how do I avoid this?  I can't be logging into the server every day to click through the dialog boxes.

       

      Thanks in advance!

       

        - Ira

      • chuarkai's avatar
        chuarkai
        New Member

        I did the search and found that this DEFECT has been discussed in this forum since 2015, any permanent fixing or solution ?  Also the forum was closed with solved status which is not, it just the interim to restart or kill the process.