.show ingestion failures コマンド
このコマンドは、データ インジェスト管理コマンドの使用に関連するインジェスト エラーに関する情報を返します。
このコマンドでは、データ インジェスト管理コマンドに関連するインジェスト エラーのみが表示され、インジェスト プロセスの他の段階からのエラーは含まれません。 インジェストのすべての段階からのエラーは、インジェスト メトリック および 診断ログに記録されます。
インジェスト エラーの保有期間は 14 日です。
構文
記録されたすべてのインジェスト エラーを返すには:
.show
ingestion
failures
フィルター処理されたインジェストエラーのセットを返すには:
.show
ingestion
failures
|
where
条件
特定の操作 ID のインジェスト エラーを返すには:
.show
ingestion
failures
with
(
OperationId
=
OperationId )
構文規則について詳しく知る。
パラメーター
件名 | タイプ | Required | 説明 |
---|---|---|---|
Condition | 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 | Boolean | 更新ポリシーの実行中にエラーが登録されたかどうかを示す |
ErrorCode | string |
インジェスト エラー コード |
プリンシパル | int |
資格情報がインジェストに使用されたプリンシパル |
User | int |
インジェストを実行したユーザー |
IngestionProperties | int |
インジェスト操作で送信されたインジェスト プロパティ |
NumberOfSources | int |
このエラー レコードによって表されるのがインジェスト ソースである場合、その数 |
ShouldRetry | Boolean | 内部使用のみ |
例
次の表は、 .show
ingestion
failures
コマンドからの出力例です。
OperationId | データベース | テーブル | 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... | Stream with ID '*****.csv' has a malformed CSV format* | 永久 | 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... | Stream with ID '*****.csv' has a malformed CSV format* | 永久 | 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... | Stream with ID '*****.csv' has a malformed CSV format* | 永久 | 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... | Unknown error occurred: Exception of type 'System.Exception' was thrown | 一時的 | 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... | Failed to download source from Azure storage - access forbidden | 永久 | 21fa0dd6-cd7d-4493-b6f7-78916ce0d617 | DataIngestPull | 0 | Download_Forbidden | aadapp=xxxxxx | Format=Csv | 1 |