【Azure 环境】Azure 流分析服务(Steam Analytics) 报出 OutputDataConversionError 错误引起延迟及超时

Azure,Steam,环境,分析 · 浏览次数 : 56

小编点评

**问题描述:** Azure Stream Analytics 报出 `OutputDataConversionError` 错误,引起延迟和超时。 **错误消息:** ``` Cannot write event(s) to SQL Database due to issues in the data. The given value of type SqlDecimal from the data source cannot be converted to type decimal of the specified target column. 数据源中 SqlDecimal 类型的给定值无法转换为指定目标列的十进制类型。 By default, Azure Stream Analytics retries writing the event indefinitely until the write succeeds. 默认情况下,Azure 流分析会无限期地重试写入事件,直到写入成功。 Consider choosing Drop Output Error Policy to skip such errors, so an error wouldn't block the job progress. 请考虑选择“数据错误处理策略”以跳过此类错误,使得错误不会阻止Azure流分析作业的进度。 ``` **解决方案:** 根据错误提示,可以选择以下两种解决方案: 1. **设置 Error Policy 为 Drop:** - 在 Azure Stream Analytics 中选择“数据错误处理策略”。 - 选择“Drop Output Error Policy”。 - 这将跳过 `OutputDataConversionError` 错误并继续写入事件。 2. **设置 Output Data Transformation 的精度:** - 在 Data Options 中设置 Output Data Transformation 的精度。 - 降低精度可以减少数据类型转换所需的精度,并可能解决该错误。 **注意:** - `Drop Output Error Policy` 会丢弃所有 `OutputDataConversionError` 错误的事件。 - `OutputDataTransformation` 的精度设置会影响数据的精度,可能影响结果的准确性。

正文

问题描述

Azure 流分析服务(Steam Analytics) 报出 OutputDataConversionError 错误引起延迟及超时。

查看详细错误:

 

 

问题解答

在错误消息中,有非常明确的提示:Cannot write event(s) to SQL Database due to issues in the data.

 

Detailed Error:

  1. The given value of type SqlDecimal from the data source cannot be converted to type decimal of the specified target column. 数据源中 SqlDecimal 类型的给定值无法转换为指定目标列的十进制类型。
  2. By default, Azure Stream Analytics retries writing the event indefinitely until the write succeeds. 默认情况下,Azure 流分析会无限期地重试写入事件,直到写入成功。
  3. Consider choosing Drop Output Error Policy to skip such errors, so an error wouldn't block the job progress. 请考虑选择“数据错误处理策略”以跳过此类错误,使得错误不会阻止Azure流分析作业的进度。

 

根据错误提示,在Azure Stream Analystic中选择“Drop”作为Error Policy的Action。如下:

 

 

参考资料

Azure 流分析的输出错误策略 : https://docs.azure.cn/zh-cn/stream-analytics/stream-analytics-output-error-policy

 

与【Azure 环境】Azure 流分析服务(Steam Analytics) 报出 OutputDataConversionError 错误引起延迟及超时相似的内容:

【Azure 环境】Azure 流分析服务(Steam Analytics) 报出 OutputDataConversionError 错误引起延迟及超时

问题描述 Azure 流分析服务(Steam Analytics) 报出 OutputDataConversionError 错误引起延迟及超时。 查看详细错误: 问题解答 在错误消息中,有非常明确的提示:Cannot write event(s) to SQL Database due to is

【Azure 环境】标准版 Logic App 如何查看 Workflow的执行成功数和失败数的指标呢?

问题描述 在Azure中创建逻辑应用(Logic App),有两种计划类型。一是消费型,另一种是标准型。 在消费型的Logic App Metrics页面中,我们可以看见Workflow的执行成功数指标和失败数指标。如: RunsCancelled 取消的运行数 Count 总计 已取消的工作流运行

【Azure 环境】Azure 云环境对于OpenSSL 3.x 的严重漏洞(CVE-2022-3602 和 CVE-2022-3786)的处理公告

问题描述 引用报告:(OpenSSL3.x曝出严重漏洞 : https://www.ctocio.com/ccnews/37529.html ) 最近OpenSSL 3.x 爆出了严重安全漏洞,分别是 CVE-2022-3602 和 CVE-2022-3786. CVE-2022-3602 缓冲区溢

【Azure 环境】Azure CLI 获取Access Token的脚本实例

问题描述 如何使用azure CLI命令获取到中国区的Access Token呢? 问题解答 首先,需要通过 az cloud set --name AzureChinaCloud 来设置登录中国区的环境 然后,通过 az login 登录成功 最后,就可以设定特定的订阅号(subscription

【Azure 环境】把OpenSSL生产的自签名证书导入到Azure Key Vault Certificate中报错

问题描述 通过本地生成的自签名证书导入到Azure Key Vault Certificate报错。 错误信息 the specified PEM X.509 certificate content can not be read. Please check if certificate is in

【Azure 环境】向Azure Key Vault中导入证书有输入密码,那么导出pfx证书的时候,为什么没有密码呢?

问题描述 将pfx证书导入Key Vault的证书时,这个PFX需要输入正确的密码导入成功。但是当需要导出时,生成的pfx证书则不需要密码。这是正常的情况吗? 问题解答 是的,这是Azure Key Vault 证书导入/导出 功能的设计使然。当一个PFX不需要密码的时候,也可以直接导入到Azure

【Azure 环境】使用 az ad group create 时候遇见 Insufficient privileges to complete the operation

问题描述 使用China Azure,通过Azure CLI 创建AAD组报错,提示权限不足 Insufficient privileges to complete the operation # 使用这个登录: az login --service-principal --username xxx

【Azure 环境】中国区Azure是否可以根据资源组的模板,生成一个可视化的架构图呢?

问题描述 这是一个国际版链接(https://docs.microsoft.com/en-us/answers/questions/370410/how-to-generate-architecture-diagram-from-azure-re.html), 介绍如何从 Azure 资源生成架构图

【Azure 环境】微软云上主机,服务的安全更新疑问

【问题一】微软云上的虚拟机,不论是Windows系统or Linux 系统,系统的安全补丁是由微软云平台 打上补丁进行修复,还是使用虚拟机的用户手动更新修复呢? 【答】这些补丁不会由平台来直接操作更新上去,而是由用户根据情况选择性安装修复。 【问题二】安全更新中提及的漏洞,是否会影响PaaS服务?

【Azure 环境】AAD 注册应用获取AAD Group权限接口遇 403 : Attempted to perform an unauthorized operation 错误

问题描述 通过Azure AD的注册应用获取到Token后,访问AAD Group并查看日志信息时候,遇见了 {"error":{"code":"UnauthorizedAccessException","message":"Attempted to perform an unauthorized