<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WebRequestTimeout When Importing Schema From ODBC Source in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/WebRequestTimeout-When-Importing-Schema-From-ODBC-Source/m-p/4627321#M8252</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;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 &lt;STRONG&gt;SELECT TOP 100 * from [table_name]&lt;/STRONG&gt;. This will allow the mapping within web time limit. Once mappings are done, change source query to source table name.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 10:56:47 GMT</pubDate>
    <dc:creator>Fabricator101</dc:creator>
    <dc:date>2025-03-27T10:56:47Z</dc:date>
    <item>
      <title>WebRequestTimeout When Importing Schema From ODBC Source</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/WebRequestTimeout-When-Importing-Schema-From-ODBC-Source/m-p/4620922#M8141</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;FONT face="helvetica"&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Error code&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;FONT face="helvetica"&gt;&lt;STRONG&gt;WebRequestTimeout&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT face="helvetica"&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Details&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;FONT face="helvetica"&gt;&lt;STRONG&gt;Failed to import source schema. A task was canceled. Activity ID:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;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.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Thanks&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 22 Mar 2025 14:29:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/WebRequestTimeout-When-Importing-Schema-From-ODBC-Source/m-p/4620922#M8141</guid>
      <dc:creator>Fabricator101</dc:creator>
      <dc:date>2025-03-22T14:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: WebRequestTimeout When Importing Schema From ODBC Source</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/WebRequestTimeout-When-Importing-Schema-From-ODBC-Source/m-p/4621669#M8153</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1243810"&gt;@Fabricator101&lt;/a&gt;&amp;nbsp;, Thank you for reaching out to the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helped solve the issue, please consider marking it&amp;nbsp;&lt;STRONG&gt;'Accept as Solution&lt;/STRONG&gt;' so others with similar queries may find it more easily. If not, please share the details, always happy to help.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 04:58:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/WebRequestTimeout-When-Importing-Schema-From-ODBC-Source/m-p/4621669#M8153</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-03-24T04:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: WebRequestTimeout When Importing Schema From ODBC Source</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/WebRequestTimeout-When-Importing-Schema-From-ODBC-Source/m-p/4627321#M8252</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;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 &lt;STRONG&gt;SELECT TOP 100 * from [table_name]&lt;/STRONG&gt;. This will allow the mapping within web time limit. Once mappings are done, change source query to source table name.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 10:56:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/WebRequestTimeout-When-Importing-Schema-From-ODBC-Source/m-p/4627321#M8252</guid>
      <dc:creator>Fabricator101</dc:creator>
      <dc:date>2025-03-27T10:56:47Z</dc:date>
    </item>
  </channel>
</rss>

