March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am getting this error for big projects which have large number of rows -
Failed to save modifications to the server. Error returned: 'OLE DB or ODBC error: [DataSource.Error] ERROR [HY000] [Microsoft][BigQuery] (310) Storage API Error: Error: { code: UNKNOWN, message: Stream removed }. '.
And I am not using ODBC driver but Google Big Query connector to connect to GCP Big Query. Though I have ODBC Simba driver installed in my VM. What is the issue here?
I noticed one thing this error we are only facing in a shared vm(among 9 members). When I am working on a personal Azure vm then this error is not coming and data is also loading very fast. Both have same ram(32 GB) and cpu(xeon 8272cl vs 8370c) and are in same network zone. What can be issue here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @songogeta32 ,
The error message indicates a which suggests there might be an issue with the data sourceitself. It’s possible that the data you’re trying to access is too large or complex for the connection to handle. You might want to consider optimizing your queries or reducing the amount of data you’re trying to pull in at once.
The difference in behavior between the shared VM and the personal Azure VM could be due to a variety of factors. Shared VMs in Azure allow you to attach a managed disk to multiple virtual machines (VMs) simultaneously. This could potentially lead to issues if multiple users are trying to access or modify the same data at the same time. On the other hand, a personal VM is dedicated to a single user, which might explain why you’re not encountering the same issues there. Since the error only occurs on the shared VM, it’s possible that network issues could be causing the problem. If the shared VM is experiencing high network traffic or latency, it could be timing out before the data can be fully retrieved.
Some users have reported that clearing the data load cache and permissions can resolve similar issues. You can do this by going to , then save the file and load againFile -> Options and Settings -> Options -> Data Load -> Clear Cache.
Best regards.
Community Support Team_Caitlyn