<?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: Copying from Auzre SQL Server to Lakehouse using DataPipeline in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3805284#M2365</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="714991" data-lia-user-login="TendaiQA" class="lia-mention lia-mention-user"&gt;TendaiQA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 14:33:38 GMT</pubDate>
    <dc:creator>v-cboorla-msft</dc:creator>
    <dc:date>2024-04-02T14:33:38Z</dc:date>
    <item>
      <title>Copying from Auzre SQL Server to Lakehouse using DataPipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3799911#M2320</link>
      <description>&lt;P&gt;Good day, Team&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed the steps here :&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-move-data-lakehouse-pipeline" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-move-data-lakehouse-pipeline&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The DB has 280 tables with multiple columns. From the lakehouse, I want to create BI reports.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the error below:&lt;/P&gt;&lt;P&gt;Activity failed because an inner activity failed; Inner activity name: Copy_b7h, Error: Failure happened on 'destination' side. ErrorCode=DeltaInvalidCharacterInColumnName,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Column name inactive contains invalid characters. ",;{}()\n\t=" are not supported.,Source=Microsoft.DataTransfer.ClientLibrary,'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How best can l resolve this . NB: Multiple tables&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 05:56:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3799911#M2320</guid>
      <dc:creator>TendaiQA</dc:creator>
      <dc:date>2024-03-30T05:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Copying from Auzre SQL Server to Lakehouse using DataPipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3801309#M2336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="714991" data-lia-user-login="TendaiQA" class="lia-mention lia-mention-user"&gt;TendaiQA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;The error message you are encountering in the Microsoft Fabric Pipeline copy activity is due to the presence of invalid characters in a column name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ErrorCode=DeltaInvalidCharacterInColumnName:&lt;/STRONG&gt; This code specifies the error is related to an invalid character in a column name.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Message=Column name inactive contains invalid characters. ",;{}()\n\t=" are not supported.:&lt;/STRONG&gt; This clarifies that the column named "inactive" has characters that aren't allowed in Fabric for column names. The specific characters listed are: ",;{}()\n\t="&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Troubleshooting steps:&amp;nbsp;&lt;/STRONG&gt;The column named "inactive" in your data has characters that aren't allowed in column names at the destination. The specific unsupported characters are ",", ";", "{", "}", "(", ")", "\n", "\t", and "=".&lt;/P&gt;
&lt;P&gt;Try to rename the "inactive" column in your destination table to remove the unsupported character. Adhere to your destination database's naming conventions. Consider using underscores (_) or hyphens (-) as separators if needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 05:13:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3801309#M2336</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-04-01T05:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Copying from Auzre SQL Server to Lakehouse using DataPipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3805035#M2361</link>
      <description>&lt;P&gt;Based on my experience, I would look for a column name with a whitespace in your source.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 12:27:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3805035#M2361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-02T12:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copying from Auzre SQL Server to Lakehouse using DataPipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3805284#M2365</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="714991" data-lia-user-login="TendaiQA" class="lia-mention lia-mention-user"&gt;TendaiQA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 14:33:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3805284#M2365</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-04-02T14:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copying from Auzre SQL Server to Lakehouse using DataPipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3807210#M2381</link>
      <description>&lt;P&gt;Thank you. I just picked it up. There were only a few column names with whitespace causing the error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;At DB level l ran this query&amp;nbsp;&lt;/P&gt;&lt;P&gt;USE [Target Db];&lt;/P&gt;&lt;P&gt;SELECT TABLE_SCHEMA, TABLE_NAME&lt;BR /&gt;FROM INFORMATION_SCHEMA.COLUMNS&lt;BR /&gt;WHERE COLUMN_NAME = 'Inactive';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then iterated getting the column names from the error logs. I wonder if there a way to prevent it in the near future.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 09:05:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-from-Auzre-SQL-Server-to-Lakehouse-using-DataPipeline/m-p/3807210#M2381</guid>
      <dc:creator>TendaiQA</dc:creator>
      <dc:date>2024-04-03T09:05:47Z</dc:date>
    </item>
  </channel>
</rss>

