.show ingestion failures 命令
适用于:✅Azure 数据资源管理器
此命令返回与使用数据引入管理命令相关的引入失败的信息。
引入失败的保留期为 14 天。
语法
返回所有已记录的引入失败:
.show
ingestion
failures
返回一组筛选的引入失败:
.show
ingestion
failures
|
where
条件
返回特定操作 ID 的引入失败:
.show
ingestion
failures
with
(
OperationId
=
OperationId )
详细了解语法约定。
参数
客户 | 类型 | 必需 | 说明 |
---|---|---|---|
条件 | string |
✔️ | 要想返回引入失败,必须要匹配的条件。 |
*OperationId | guid |
✔️ | 要返回的引入失败的操作 ID。 |
返回
输出参数 | 类型 | 说明 |
---|---|---|
OperationId | string |
操作标识符,可用于通过 .show operations 命令 查看其他操作详细信息 |
数据库 | string |
发生失败的数据库 |
表 | string |
发生失败的表 |
FailedOn | dateTime |
对失败进行注册的日期/时间 (UTC) |
IngestionSourcePath | string |
标识引入源(通常为 Azure Blob URI) |
详细信息 | string |
失败详细信息。 提供对实际引入失败根本原因的见解 |
FailureKind | string |
失败类型(永久/暂时) |
RootActivityId | string |
根活动 ID。 |
OperationKind | string |
引入操作类型(阶段),在此期间已对失败进行注册 |
OriginatesFromUpdatePolicy | 布尔 | 指示在执行更新策略时是否注册了失败 |
ErrorCode | string |
引入错误代码 |
主体 | int |
其凭据已用于引入的主体 |
用户 | int |
执行了引入的用户 |
IngestionProperties | int |
已为引入操作发送的引入属性 |
NumberOfSources | int |
此失败记录所代表的引入源数 |
ShouldRetry | 布尔 | 供内部使用 |
示例
下表是 .show
ingestion
failures
命令的示例输出。
OperationId | 数据库 | 表 | FailedOn | IngestionSourcePath | 详细信息 | FailureKind | RootActivityId | OperationKind | OriginatesFromUpdatePolicy | ErrorCode | 主体 | 用户 | IngestionProperties | NumberOfSources |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3827def6-0773-4f2a-859e-c02cf395deaf | DB1 | Table1 | 2017-02-14 22:25:03.1147331 | ...url... | ID 为“*****.csv”的流出现 CSV 格式错误* | 永久性 | 3c883942-e446-4999-9b00-d4c664f06ef6 | DataIngestPull | 0 | Stream_ClosingQuoteMissing | aadapp=xxxxxx | Format=Csv | 1 | |
841fafa4-076a-4cba-9300-4836da0d9c75 | DB1 | Table1 | 2017-02-14 22:34:11.2565943 | ...url... | ID 为“*****.csv”的流出现 CSV 格式错误* | 永久性 | 48571bdb-b714-4f32-8ddc-4001838a956c | DataIngestPull | 0 | Stream_ClosingQuoteMissing | aadapp=xxxxxx | Format=Csv | 1 | |
e198c519-5263-4629-a158-8d68f7a1022f | DB1 | Table1 | 2017-02-14 22:34:44.5824741 | ...url... | ID 为“*****.csv”的流出现 CSV 格式错误* | 永久性 | 5e31ab3c-e2c7-489a-827e-e89d2d691ec4 | DataIngestPull | 0 | Stream_ClosingQuoteMissing | aadapp=xxxxxx | Format=Csv | 1 | |
a9f287a1-f3e6-4154-ad18-b86438da0929 | DB1 | Table1 | 2017-02-14 22:36:26.5525250 | ...url... | 发生了未知错误:引发了“System.Exception”类型的异常 | 暂时性 | 9b7bb017-471e-48f6-9c96-d16fcf938d2a | DataIngestPull | 0 | Unknown | aadapp=xxxxxx | Format=Csv | 10 | |
9edb3ecc-f4b4-4738-87e1-648eed2bd998 | DB1 | Table1 | 2017-02-14 23:52:31.5460071 | ...url... | 从 Azure 存储下载源失败 - 禁止访问 | 永久性 | 21fa0dd6-cd7d-4493-b6f7-78916ce0d617 | DataIngestPull | 0 | Download_Forbidden | aadapp=xxxxxx | Format=Csv | 1 |