使用 “版本 ”下拉列表切换服务。 了解有关导航的详细信息。
适用于: ✅ Azure 数据资源管理器
此命令返回与使用数据引入管理命令相关的引入失败的信息。
引入失败的保留期为 14 天。
Syntax
返回所有记录的引入失败:
.show
ingestion
failures
若要返回筛选的引入失败集,
.show
ingestion
failures
|
where
条件
若要返回特定作 ID 的引入失败,请执行以下作:
.show
ingestion
failures
with
(
OperationId
=
OperationId)
详细了解语法约定。
参数
| 姓名 | 类型 | 必选 | Description |
|---|---|---|---|
| 条件 | string |
✔️ | 要匹配的条件,以便返回引入失败。 |
| *OperationId | guid |
✔️ | 引入失败的作 ID。 |
退货
| 输出参数 | 类型 | Description |
|---|---|---|
| OperationId | string |
可用于通过 .show operations 命令 |
| 数据库 | string |
发生失败的数据库 |
| Table | 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 | 布尔 | 供内部使用 |
Example
下表是命令的示例输出 .showingestionfailures 。
| OperationId | 数据库 | Table | 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”类型的异常 | Transient | 9b7bb017-471e-48f6-9c96-d16fcf938d2a | DataIngestPull | 0 | 未知 | 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 |