Forum Discussion
UserErrorSourceNotSeekable
Hi Naveen_Yedla333,
This is a fairly clear error message, and it even includes a recommended workaround - I love to see the Fabric error messages getting better.
That error means the pipeline is trying to treat your HTTP source like a "seekable" file (able to jump around inside it), but most HTTP endpoints don’t allow that. A direct copy won’t work because the service needs to re-read parts of the file to process it.
You’ll need to stage the file before loading it:Create a first Copy Activity that downloads the ZIP file from HTTP and writes it to a staging location like a Lakehouse.
Create a second Copy Activity that reads the staged file and loads it into your target (using the same settings you already had).
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
5 Replies
- tayloramySuper User
Hi Naveen_Yedla333,
This is a fairly clear error message, and it even includes a recommended workaround - I love to see the Fabric error messages getting better.
That error means the pipeline is trying to treat your HTTP source like a "seekable" file (able to jump around inside it), but most HTTP endpoints don’t allow that. A direct copy won’t work because the service needs to re-read parts of the file to process it.
You’ll need to stage the file before loading it:Create a first Copy Activity that downloads the ZIP file from HTTP and writes it to a staging location like a Lakehouse.
Create a second Copy Activity that reads the staged file and loads it into your target (using the same settings you already had).
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- Naveen_Yedla333New Member
ok thanks
- v-ssriganeshCommunity Support
Hi Naveen_Yedla333,
Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to tayloramy for sharing valuable insights.
Could you please confirm if your query has been resolved by the provided solutions? This would be helpful for other members who may encounter similar issues.
Thank you for being part of the Microsoft Fabric Community.
- v-ssriganeshCommunity Support
Hello Naveen_Yedla333,
We hope you're doing well. Could you please confirm whether your issue has been resolved or if you're still facing challenges? Your update will be valuable to the community and may assist others with similar concerns.
Thank you.
- v-ssriganeshCommunity Support
Hello Naveen_Yedla333,
Hope everything’s going great with you. Just checking in has the issue been resolved or are you still running into problems? Sharing an update can really help others facing the same thing.
Thank you.