<?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 Error mirroring tables on Prem SQL to Fabric in SQL database</title>
    <link>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4739196#M366</link>
    <description>&lt;P&gt;We have 3 different databases on prem that I am trying to mirror to Fabric.&amp;nbsp; Twenty of the tables sync with no issues but in all 3 instances there are 2 tables ( all the same tables) that are having issues syncing.&amp;nbsp; It cannot be a data issue since the data is different in all 3 instances but the error makes me think it is a data / database issue.&amp;nbsp; The error is below.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We encountered an error while parsing data file being used, please fix the file and try again. The error is: Exception reading the data file. Exception: Index was outside the bounds of the array., ErrorCode: InternalError, ErrorCode: InputValidationError&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jun 2025 21:06:05 GMT</pubDate>
    <dc:creator>cseajs</dc:creator>
    <dc:date>2025-06-20T21:06:05Z</dc:date>
    <item>
      <title>Error mirroring tables on Prem SQL to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4739196#M366</link>
      <description>&lt;P&gt;We have 3 different databases on prem that I am trying to mirror to Fabric.&amp;nbsp; Twenty of the tables sync with no issues but in all 3 instances there are 2 tables ( all the same tables) that are having issues syncing.&amp;nbsp; It cannot be a data issue since the data is different in all 3 instances but the error makes me think it is a data / database issue.&amp;nbsp; The error is below.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We encountered an error while parsing data file being used, please fix the file and try again. The error is: Exception reading the data file. Exception: Index was outside the bounds of the array., ErrorCode: InternalError, ErrorCode: InputValidationError&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 21:06:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4739196#M366</guid>
      <dc:creator>cseajs</dc:creator>
      <dc:date>2025-06-20T21:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error mirroring tables on Prem SQL to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4741786#M371</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1293000" data-lia-user-login="cseajs" class="lia-mention lia-mention-user"&gt;cseajs&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;The issue is likely due to unsupported or mismatched data types in those two specific tables; especially in primary keys or indexed columns. Even though the data is different, the table structure might include types like geometery, hierarchyid, or datetime2(7) that Fabric doesn't support well. Double-check the schema and data types across all three databases for those tables, clean up any null-only columns, and try syncing again.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;A title="LinkedIn" href="https://www.linkedin.com/in/mehrdad-abdollahi-730250131/" target="_blank" rel="noopener"&gt;Mehrdad Abdollahi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 06:40:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4741786#M371</guid>
      <dc:creator>mabdollahi</dc:creator>
      <dc:date>2025-06-24T06:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error mirroring tables on Prem SQL to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4744798#M377</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1293000" data-lia-user-login="cseajs" class="lia-mention lia-mention-user"&gt;cseajs&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error suggests that the issue is likely related to how the data is being parsed—possibly due to malformed or inconsistent structure in the source files or tables&amp;nbsp; you can follow the checks suggested by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="742413" data-lia-user-login="mabdollahi" class="lia-mention lia-mention-user"&gt;mabdollahi&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Additonally, you can&lt;BR /&gt;1.Try loading the tables manually&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;into OneLake and use the “Load to Table” option to see if the issue reproduces.&lt;BR /&gt;2.&amp;nbsp;Enable raw data preview&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in your pipeline to inspect malformed rows.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;If the response has addressed your query, please accept it as a solution so other members can easily find it.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 09:51:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4744798#M377</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-06-26T09:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error mirroring tables on Prem SQL to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4748181#M385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1293000" data-lia-user-login="cseajs" class="lia-mention lia-mention-user"&gt;cseajs&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just wanted to check if you had the opportunity to review the information provided.&amp;nbsp; If the response has addressed your query, please accept it as a solution&amp;nbsp; so other members can easily find it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN data-teams="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 09:37:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4748181#M385</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-06-30T09:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error mirroring tables on Prem SQL to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4754961#M388</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1293000" target="_blank"&gt;@cseajs&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just wanted to check if you had the opportunity to review the information provided.&amp;nbsp; &lt;BR /&gt;If any of the responses has addressed your query, please accept it as a solution&amp;nbsp; so that other members can fint it easily.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 09:38:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4754961#M388</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-07T09:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error mirroring tables on Prem SQL to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4755955#M389</link>
      <description>&lt;UL&gt;&lt;LI&gt;The “Index was outside the bounds of the array” error affecting the same two tables across all three database instances suggests a schema-related issue rather than a data problem. This typically occurs when Fabric mirroring encounters unsupported data types, complex column structures, or special characters in column names that the parsing engine cannot handle properly.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;To resolve this, examine the schema of the failing tables compared to successful ones - look for unusual data types (like XML, geography, or deprecated types), special characters in column names, or complex constraints. You can also try testing individual columns by creating a subset table to isolate which specific columns are causing the parsing failure. Since the same tables fail consistently across different environments, the issue is likely in the table structure or metadata rather than the actual data content.​​​​​​​​​​​​​​​​&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 08 Jul 2025 04:47:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4755955#M389</guid>
      <dc:creator>Adityakumar</dc:creator>
      <dc:date>2025-07-08T04:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error mirroring tables on Prem SQL to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4758592#M395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1293000" data-lia-user-login="cseajs" class="lia-mention lia-mention-user"&gt;cseajs&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to check if you had the opportunity to review the information provided.&amp;nbsp;&lt;BR /&gt;If you still face any issues feel free to reach out, we would be happy to address your query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 07:49:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Error-mirroring-tables-on-Prem-SQL-to-Fabric/m-p/4758592#M395</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-10T07:49:11Z</dc:date>
    </item>
  </channel>
</rss>

