<?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: Data Pipeline Copy Data SQL to JSON data type error in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-Pipeline-Copy-Data-SQL-to-JSON-data-type-error/m-p/3878741#M2995</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="727233" data-lia-user-login="nashworth1234" class="lia-mention lia-mention-user"&gt;nashworth1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you've had a chance to submit a support ticket. If you have, a reference to the ticket number would be greatly appreciated. This will allow us to track the progress of your request and ensure you receive the most efficient support possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 09:31:31 GMT</pubDate>
    <dc:creator>v-cboorla-msft</dc:creator>
    <dc:date>2024-04-30T09:31:31Z</dc:date>
    <item>
      <title>Data Pipeline Copy Data SQL to JSON data type error</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-Pipeline-Copy-Data-SQL-to-JSON-data-type-error/m-p/3848671#M2699</link>
      <description>&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;I'm getting the same error for a numeric(14,0) datatype as well so this appears to be a bug. Anyone else seeing this?&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;I'm doing some testing on Data pipelines pulling data from on premise SQL. I'm getting the following error when trying to write data into JSON files. The error appears to an issue around data type. The source table uses a user defined data type of&amp;nbsp;[decimal](25, 10). The error I'm getting is the following, which indicates an issue with Decimal data type. Anyone know if this is a bug or a limitation?&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"dataRead": 530,&lt;BR /&gt;"dataWritten": 0,&lt;BR /&gt;"filesWritten": 0,&lt;BR /&gt;"sourcePeakConnections": 1,&lt;BR /&gt;"sinkPeakConnections": 1,&lt;BR /&gt;"rowsRead": 1,&lt;BR /&gt;"rowsCopied": 0,&lt;BR /&gt;"copyDuration": 7,&lt;BR /&gt;"throughput": 0.265,&lt;BR /&gt;"errors": [&lt;BR /&gt;{&lt;BR /&gt;"Code": 9011,&lt;BR /&gt;"Message": "ErrorCode=UserErrorFailedFileOperation,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The file operation is failed, upload file failed at path: 'a50b860a-309b-403c-87ff-fa2f674889c3/22515c8d-19f9-4cdb-8b29-bd74f38f46ee/Files/mess up/dbo.TAT_TIME.json'.,Source=Microsoft.DataTransfer.Common,''Type=System.ArgumentException,Message=&lt;STRONG&gt;Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.SqlBigDecimal.,Source=Newtonsoft.Json,'",&lt;/STRONG&gt;&lt;BR /&gt;"EventType": 0,&lt;BR /&gt;"Category": 5,&lt;BR /&gt;"Data": {},&lt;BR /&gt;"MsgId": null,&lt;BR /&gt;"ExceptionType": null,&lt;BR /&gt;"Source": null,&lt;BR /&gt;"StackTrace": null,&lt;BR /&gt;"InnerEventInfos": []&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"usedParallelCopies": 1,&lt;BR /&gt;"executionDetails": [&lt;BR /&gt;{&lt;BR /&gt;"source": {&lt;BR /&gt;"type": "SqlServer"&lt;BR /&gt;},&lt;BR /&gt;"sink": {&lt;BR /&gt;"type": "Lakehouse"&lt;BR /&gt;},&lt;BR /&gt;"status": "Failed",&lt;BR /&gt;"start": "4/18/2024, 9:25:59 AM",&lt;BR /&gt;"duration": 7,&lt;BR /&gt;"usedParallelCopies": 1,&lt;BR /&gt;"profile": {&lt;BR /&gt;"queue": {&lt;BR /&gt;"status": "Completed",&lt;BR /&gt;"duration": 0&lt;BR /&gt;},&lt;BR /&gt;"transfer": {&lt;BR /&gt;"status": "Completed",&lt;BR /&gt;"duration": 2,&lt;BR /&gt;"details": {&lt;BR /&gt;"readingFromSource": {&lt;BR /&gt;"type": "SqlServer",&lt;BR /&gt;"workingDuration": 0,&lt;BR /&gt;"timeToFirstByte": 0&lt;BR /&gt;},&lt;BR /&gt;"writingToSink": {&lt;BR /&gt;"type": "Lakehouse",&lt;BR /&gt;"workingDuration": 0&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"detailedDurations": {&lt;BR /&gt;"queuingDuration": 0,&lt;BR /&gt;"timeToFirstByte": 0,&lt;BR /&gt;"transferDuration": 2&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"dataConsistencyVerification": {&lt;BR /&gt;"VerificationResult": "NotVerified"&lt;BR /&gt;}&lt;BR /&gt;}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 13:45:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-Pipeline-Copy-Data-SQL-to-JSON-data-type-error/m-p/3848671#M2699</guid>
      <dc:creator>nashworth1234</dc:creator>
      <dc:date>2024-04-18T13:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data Pipeline Copy Data SQL to JSON data type error</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-Pipeline-Copy-Data-SQL-to-JSON-data-type-error/m-p/3850420#M2720</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="727233" data-lia-user-login="nashworth1234" class="lia-mention lia-mention-user"&gt;nashworth1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the issue you are facing.&lt;BR /&gt;At this time, we are reaching out to the internal team to get some help on this.&lt;BR /&gt;We will update you once we hear back from them.&lt;BR /&gt;Appreciate your patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:52:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-Pipeline-Copy-Data-SQL-to-JSON-data-type-error/m-p/3850420#M2720</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-04-18T14:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Pipeline Copy Data SQL to JSON data type error</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-Pipeline-Copy-Data-SQL-to-JSON-data-type-error/m-p/3867362#M2887</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="727233" data-lia-user-login="nashworth1234" class="lia-mention lia-mention-user"&gt;nashworth1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delay in response from my end.&lt;/P&gt;
&lt;P&gt;Please reach out to our support team to gain deeper insights and explore potential solutions. It's highly recommended that you reach out to our support team. Their expertise will be invaluable in suggesting the most appropriate approach.&lt;/P&gt;
&lt;P&gt;Please go ahead and raise a support ticket to reach our support team:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.fabric.microsoft.com/support" target="_blank"&gt;https://support.fabric.microsoft.com/support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;After creating a Support ticket please provide the ticket number as it would help us to track for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 06:39:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-Pipeline-Copy-Data-SQL-to-JSON-data-type-error/m-p/3867362#M2887</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-04-25T06:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data Pipeline Copy Data SQL to JSON data type error</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-Pipeline-Copy-Data-SQL-to-JSON-data-type-error/m-p/3878741#M2995</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="727233" data-lia-user-login="nashworth1234" class="lia-mention lia-mention-user"&gt;nashworth1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you've had a chance to submit a support ticket. If you have, a reference to the ticket number would be greatly appreciated. This will allow us to track the progress of your request and ensure you receive the most efficient support possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 09:31:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-Pipeline-Copy-Data-SQL-to-JSON-data-type-error/m-p/3878741#M2995</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-04-30T09:31:31Z</dc:date>
    </item>
  </channel>
</rss>

