.show ingestion failures 命令
適用於: ✅Microsoft網狀架構✅Azure 數據總管
此命令會傳回與使用數據擷取管理命令相關聯的擷取失敗相關信息。
擷取失敗的保留期間為14天。
語法
若要傳回所有記錄的擷取失敗:
.show
ingestion
failures
若要傳回篩選的擷取失敗集:
.show
ingestion
failures
|
where
條件
若要傳回特定作業識別碼的擷取失敗:
.show
ingestion
failures
with
(
OperationId
=
OperationId )
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | 描述 |
---|---|---|---|
Condition | string |
✔️ | 要比對的條件,以便傳回擷取失敗。 |
*OperationId | guid |
✔️ | 傳回之擷取失敗的作業標識碼。 |
傳回
輸出參數 | 類型 | 描述 |
---|---|---|
OperationId | string |
可用來透過檢視其他作業詳細數據的作業標識碼 .show operations 命令 |
Database | string |
發生失敗的資料庫 |
Table | string |
發生失敗的數據表 |
FailedOn | dateTime |
註冊失敗時的日期/時間 (UTC) |
IngestionSourcePath | string |
識別擷取來源(通常是 Azure Blob URI) |
詳細資料 | string |
失敗詳細數據。 提供實際擷取失敗根本原因的深入解析 |
FailureKind | string |
失敗類型 (永久/暫時性) |
RootActivityId | string |
根活動標識碼。 |
OperationKind | string |
註冊失敗的擷取作業類型(階段) |
OriginatesFromUpdatePolicy | 布林值 | 指出執行 更新原則時是否註冊失敗 |
ErrorCode | string |
擷取錯誤碼 |
主體 | int |
用於擷取認證的主體 |
User | int |
執行擷取的使用者 |
IngestionProperties | int |
針對擷取作業傳送的擷取屬性 |
NumberOfSources | int |
如果擷取來源由這個失敗記錄表示的數位 |
ShouldRetry | 布林值 | 僅供內部使用 |
範例
下表是命令的 .show
ingestion
failures
範例輸出。
OperationId | Database | Table | FailedOn | IngestionSourcePath | 詳細資料 | FailureKind | RootActivityId | OperationKind | OriginatesFromUpdatePolicy | ErrorCode | 主體 | User | IngestionProperties | NumberOfSources |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3827def6-0773-4f2a-859e-c02cf395deaf | DB1 | 表格1 | 2017-02-14 22:25:03.1147331 | ...url... | 標識子為 '*****.csv' 的數據流格式不正確* | 持續性 | 3c883942-e446-4999-9b00-d4c664f06ef6 | DataIngestPull | 0 | Stream_ClosingQuoteMissing | aadapp=xxxxxx | Format=Csv | 1 | |
841fafa4-076a-4cba-9300-4836da0d9c75 | DB1 | 表格1 | 2017-02-14 22:34:11.2565943 | ...url... | 標識子為 '*****.csv' 的數據流格式不正確* | 持續性 | 48571bdb-b714-4f32-8ddc-4001838a956c | DataIngestPull | 0 | Stream_ClosingQuoteMissing | aadapp=xxxxxx | Format=Csv | 1 | |
e198c519-5263-4629-a158-8d68f7a1022f | DB1 | 表格1 | 2017-02-14 22:34:44.5824741 | ...url... | 標識子為 '*****.csv' 的數據流格式不正確* | 持續性 | 5e31ab3c-e2c7-489a-827e-e89d2d691ec4 | DataIngestPull | 0 | Stream_ClosingQuoteMissing | aadapp=xxxxxx | Format=Csv | 1 | |
a9f287a1-f3e6-4154-ad18-b86438da0929 | DB1 | 表格1 | 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 | 表格1 | 2017-02-14 23:52:31.5460071 | ...url... | 無法從 Azure 記憶體下載來源 - 禁止存取 | 持續性 | 21fa0dd6-cd7d-4493-b6f7-78916ce0d617 | DataIngestPull | 0 | Download_Forbidden | aadapp=xxxxxx | Format=Csv | 1 |