Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
On-premise SQL Server copy task remains in queued state indefinitely
Solved! Go to Solution.
I finally solved it myself:
For those who use proxies, in addition to the files:
- C:\Program Files\On-premises data gateway\enterprisegatewayconfigurator.exe.config
- C:\Program Files\On-premises data gateway\Microsoft.PowerBI.EnterpriseGateway.exe.config
- C:\Program Files\Local Data Gateway\m\Microsoft.Mashup.Container.NetFX45.exe.config
with proxy configuration:
<system.net>
<defaultProxy useDefaultCredentials="true">
<proxy
autoDetect="false"
proxyaddress="http://192.168.1.10:3128"
bypassonlocal="true"
usesystemdefault="false"
/>
</defaultProxy>
</system.net>
The 2 integration runtime files must also be updated:
- C:\Program Files\On-premises data gateway\FabricIntegrationRuntime\5.0\Shared\Fabrichost.exe.config
- C:\Program Files\On-premises data gateway\FabricIntegrationRuntime\5.0\Shared\Fabricworker.exe.config
Now it finally works
Hi @marcoG
Apologies for the issue you have been facing.
It's difficult to tell what could be the reason for this performance. Please reach out to our support team so they can do a more thorough investigation on why this it is happening: Link
After creating a Support ticket please provide the ticket number as it would help us to track for more information.
Thanks.
Hi @v-cboorla-msft ,
I have opened a support ticket regarding this issue: 2403280040003647.
Please let me know if you need any other details.
Thanks
is there any news?
Hey MarcoG,
No news yet from Microsoft. I have provided them (MS) with some details about the pipeline and am waiting to hear back.
I will let you know as soon as I have any infos.
Cheers
JFG
I have installed the latest version(3000.218.7) of the gateway but the pipeline always queues indefinitely
Hi @marcoG ,
Update: (hope it helps you), after working with MS support, a new version of the on-prem data gateway was released (on April 18th 2024 - 3000.218.8). As soon as I installed this new version, the pipelines started working.
For me it continues to remain in the queue forever even with the latest version of the gateway.
I use a proxy for the internet connection
I did install the on-prem data gateway was released (on April 18th 2024 - 3000.218.8) and it still does not work. The only difference with your observation, is, on my environment, the pipeline is stuck in the "in progress" status. After 20 minutes, (for a pretty small table of 9 rows, 15 columns), I cancelled it.
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Fabric update to learn about new features.
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
1 |
User | Count |
---|---|
17 | |
11 | |
9 | |
7 | |
6 |