查找错误:不支持数据类型ByteArray

编程入门 行业动态 更新时间:2024-10-23 13:37:28
本文介绍了查找错误:不支持数据类型ByteArray的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在关注 文档以逐步从SQL Server的多个表中加载数据.

I'm following this documentation to Incrementally load data from multiple tables in SQL Server.

我们正在使用MS更改数据捕获(CDC),因此我们的高水位标记是最大lsn.查找运行:选择sys.fn_cdc_get_max_lsn()AS max_lsn

We are using MS Change Data Capture (CDC) so our high watermark is the max lsn. The lookup runs: select sys.fn_cdc_get_max_lsn() AS max_lsn

"

How can we use the lookup to get the high watermark for each of the tables processed?

以下是来自ADF的错误:

Below is the error from ADF:

消息":"ErrorCode = DataTypeNotSupported,类型= Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,消息=列:max_lsn,数据类型不支持ByteArray.,Source =,''', "ExceptionMessage":"ErrorCode = DataTypeNotSupported,'Type = Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message = Column:max_lsn,不支持数据类型ByteArray.,Source =,''', "ExceptionType":"Microsoft.DataTransfer.Execution.Core.ExecutionException", "StackTrace":在System.Web.Http.Filters.ActionFilterAttribute.d__1.MoveNext()\ r \ n ---从上一个引发异常的位置开始的堆栈结束跟踪

"Message": "ErrorCode=DataTypeNotSupported,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Column: max_lsn,The data type ByteArray is not supported.,Source=,'", "ExceptionMessage": "ErrorCode=DataTypeNotSupported,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Column: max_lsn,The data type ByteArray is not supported.,Source=,'", "ExceptionType": "Microsoft.DataTransfer.Execution.Core.ExecutionException", "StackTrace": " at System.Web.Http.Filters.ActionFilterAttribute.d__1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown

推荐答案

Lookup当前不支持ByteArray.您可以访问docs.microsoft/en-us/azure/data-factory/control-flow-lookup-activity

The ByteArray is currently not supported in Lookup. You may check limit atdocs.microsoft/en-us/azure/data-factory/control-flow-lookup-activity

更多推荐

查找错误:不支持数据类型ByteArray

本文发布于:2023-11-17 08:20:36,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1609444.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:不支持   数据类型   错误   ByteArray

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!