Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Fabricator101
Frequent Visitor

WebRequestTimeout When Importing Schema From ODBC Source

Hi

 

We are trying to migrate our tables from Sybase database. While creating copy activity for some of the tables, during import schema in table mappings, we get the following error:

 

Error code
WebRequestTimeout
 
Details
Failed to import source schema. A task was canceled. Activity ID: 
 
Any idea why this timeout is happening or how to increase the amount of time for the import schema option to complete? It will be very time consuming for us to manually create each column mapping with 70+ columns for many tables. Please advise.
 
Thanks
1 ACCEPTED SOLUTION
Fabricator101
Frequent Visitor

Hi

The import schema source table has large amount of rows. Due to this fact, import scema fails to gather/sample data types of columns. This in-turn gives web timeout. The solution, that I have found is to use query instead of table name in the source parameter. And do a SELECT TOP 100 * from [table_name]. This will allow the mapping within web time limit. Once mappings are done, change source query to source table name.

View solution in original post

2 REPLIES 2
Fabricator101
Frequent Visitor

Hi

The import schema source table has large amount of rows. Due to this fact, import scema fails to gather/sample data types of columns. This in-turn gives web timeout. The solution, that I have found is to use query instead of table name in the source parameter. And do a SELECT TOP 100 * from [table_name]. This will allow the mapping within web time limit. Once mappings are done, change source query to source table name.

v-hashadapu
Community Support
Community Support

Hi @Fabricator101 , Thank you for reaching out to the Microsoft Community Forum.

 

The timeout issue during schema import from your Sybase database could be due to network latency, large schema size, inefficient queries, or insufficient timeout settings. To address this, increase timeout settings in Microsoft Fabric Pipelines and Linked Service for Sybase, use schema mapping export/import to avoid repeated imports, switch to Dataflow Gen2 for large tables, use Fabric Spark Notebooks for complex migrations, and optimize Sybase performance by rebuilding indexes and updating statistics.

 

If this helped solve the issue, please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If not, please share the details, always happy to help.
Thank you.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Fabric Update Carousel

Fabric Monthly Update - September 2025

Check out the September 2025 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors