Skip to main content

Power BI

New

Option to disable parallel loading or limit data source connections.

Vote (18) Share
Gabriela Mackay's profile image

Gabriela Mackay on 08 Dec 2017 03:45:23

Currently the on-premises gateway opens more Oracle connections that we have license for.

Comments (7)
Gabriela Mackay's profile image Profile Picture

b2b9291b 96ee-4d52-8079-fa49c2c6f1a8 on 06 Jul 2020 00:06:50

RE: Option to disable parallel loading or limit data source connections.

We're experiencing issue with accessing Oracle corp DWH - getting error SESSION_PER_USER limit. DBAs are not always able to adjust number of sessions due to infosec policies.

Gabriela Mackay's profile image Profile Picture

adb131f0 2080-4d36-ad80-2b97ae35fde9 on 06 Jul 2020 00:06:10

RE: Option to disable parallel loading or limit data source connections.

This is causing major issues for our reporting team

Gabriela Mackay's profile image Profile Picture

4bda56c5 8b12-495c-ab05-f0a2d9232593 on 05 Jul 2020 23:39:55

RE: Option to disable parallel loading or limit data source connections.

this is such a ball ache.
even in dev, without the gate way, it fails.
cant we get the option of doing one table at a time. in query editor, I do it that way. But close and apply tries to connett all at once.

Gabriela Mackay's profile image Profile Picture

ef1112a1 c8c9-421f-b924-26bdc5c6a0fc on 05 Jul 2020 23:38:48

RE: Option to disable parallel loading or limit data source connections.

I believe you can do this by modifying the gateway config file per this posting:
https://powerbi.microsoft.com/sv-se/blog/on-premises-data-gateway-january-update-is-now-available/

Summary:
Here are the steps to change this configuration:

On the gateway machine, open the file: [Program Files]\On-premises data gateway\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config
Find the “MashupDefaultPoolContainerMaxCount” setting.
Change its value to the desired value.
Save and restart the gateway.

Changing this property value to 1 means that all queries will run sequentially, which could be desired for specific data sources that don’t support or don’t perform well with concurrent requests.

Gabriela Mackay's profile image Profile Picture

0a581b05 ab87-4bcf-8e76-ac7b1cae3f0c on 05 Jul 2020 23:38:36

RE: Option to disable parallel loading or limit data source connections.

I am having the same issue with a TeraData database. System Admin said to see if there was a way to end sessions once query ended as sessions were remaining open for 20 minutes and causing connection limit to be reached.

Gabriela Mackay's profile image Profile Picture

ac643e7c e800-ea11-a811-000d3a4f1ebb on 05 Jul 2020 23:31:08

RE: Option to disable parallel loading or limit data source connections.

Wanted to share that one reason we haven't done this is the fact it would make Oracle connections slower...something that users have been very vocal about not wanting.

Gabriela Mackay's profile image Profile Picture

d45423f6 5b85-4c9e-917d-bb062d532094 on 05 Jul 2020 23:07:43

RE: Option to disable parallel loading or limit data source connections.

I have same issue.