Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I'm trying to set an gateway wide overwrite for the Oracle FetchSize to increase the performance of loading data from Oracle.
Working of this community thread.
I setup a test gateway on the side to test it and everything worked fine.
When I set the same config on my production gateway (3 node cluster running in distribution mode) the Mashup container always fails to initalize for all refreshes comming in. This shows up in the event log as "Configuration system failed to initialize" errors.
The test gateway is the same version and running the same Oracle client.
The Microsoft.Mashup.Container.NetFX45.exe.config content
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
</startup>
<oracle.dataaccess.client>
<settings>
<add name="FetchSize" value="1000000"/>
</settings>
</oracle.dataaccess.client>
</configuration>
The error from the event viewer
Application: Microsoft.Mashup.Container.NetFX45.exe
Framework Version: v4.0.30319
Description: The application requested process termination through System.Environment.FailFast(string message).
Message: Configuration system failed to initialize
Stack:
at System.Environment.FailFast(System.String, System.Exception)
at Microsoft.Mashup.Container.EvaluationContainerMain+ExceptionHandler.TryHandleException(System.Exception)
at Microsoft.Mashup.Evaluator.SafeThread2.HandleException(System.Exception)
at Microsoft.Mashup.Evaluator.SafeThread2+<>c__DisplayClass9_0.<CreateAction>b__0(System.Object)
at Microsoft.Mashup.Container.EvaluationContainerMain.SafeRun(System.String[])
at Microsoft.Mashup.Container.EvaluationContainerMain.Main(System.String[])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Thor89 ,
Glad your problem was solved and thanks for your root solution sharing! Others who has the same problem will benefit from here. Then I will close the thread.
Best regards,
Community Support Team_yanjiang