下表は、Looker でよく表示されるエラー メッセージ、その根本原因と発生場所、トラブルシューティング リソースをまとめたものです。エラーは、Looker サポートに報告される頻度の高いものから順に(サポート リクエストの数が多い順に)表示されています。
[場所] 列は、Looker 内でエラー メッセージが表示されている場所を示しており、次のオプションがあります(一部のエラーはプロダクト内の複数の場所に表示されることがあります)。
IDE = LookML バリデータ / IDE
Ex = Explore
SQL = SQL Runner
LD = LookML ダッシュボード
D = ダッシュボード
S = スケジュール
エラー メッセージ | ロケーション | 考えられる原因 | トラブルシューティング リソース |
---|---|---|---|
Variable not found (?).
|
IDE |
|
|
Inaccessible view (?). (?) is not accessible in explore (?). Check for missing joins in explore (?).
|
IDE |
|
|
Unknown or inaccessible field (?). Check for typos or append a timeframe to the name if the field is type time.
|
IDE |
エラー Inaccessible view (?). (?) is not accessible in explore (?). Check for missing joins in explore (?). についての考えられる原因に加えて、次の原因が考えられます。
|
|
Unknown view (?).
|
IDE Ex SQL |
|
|
Unknown view (?). View does not exist in model (?). Check for typos or missing include statements.
|
IDE Ex SQL |
|
|
Unknown field (?) in filter
|
IDE |
|
|
Measures with Looker aggregations (sum, average, min, max, list types) may not reference other measures.
|
IDE | メジャーは、別の集計タイプのメジャーの SQL 定義内で参照されます。 | |
Unknown view (?). View (?) does not exist in model (?). Check for typos or missing include statements in (?).
|
IDE | ビューがモデルファイルに含まれていないか、ビューに含まれているものの、スペルが間違っていいます。 | |
Can't construct persistent derived table (?), connection (?) could not be registered
|
IDE Ex |
|
|
Unknown or excluded suggest_dimension (?) in field (?)
|
IDE |
|
|
A view named (?) has been defined multiple times. Each view in a model must have a unique name.
|
IDE | 同じ名前のビューは、プロジェクトにインポートされたビューを含む同じモデルで参照されます。ビュー名は、モデル内で一意であることが必要です。 |
view パラメータのリファレンス
|
This include does not match any files
|
IDE |
|
|
SQL Dialect does not support Symmetric Aggregates with percentiles, field ignored.
|
Ex |
データベース言語は、対称集計による type: median または type: percentile のメジャーをサポートしていません。 |
|
Using project_name or local_dependency in manifest.lkml without Local Project Import enabled is not supported. Params ignored.
|
IDE | ローカル プロジェクトのインポート パラメータはマニフェスト ファイルで使用されますが、ローカル プロジェクト インポートの Labs 機能は無効になっています。ローカル プロジェクトのインポートの Labs 機能が有効になっていない限り、ローカル プロジェクトのインポート パラメータをマニフェスト ファイルでは使用できません。 | |
Cannot use native derived table (?) with bind_all_filters outside of its source explore (?)
|
IDE Ex |
bind_all_filters パラメータを持つネイティブ派生テーブル(NDT)が、explore_source パラメータで定義された Explore 以外の 1 つ以上の Explore に結合されています。
|
bind_all_filters の使用
|
Measures of type count do not use the sql parameter. Use count_distinct to count by something other than the primary key, or remove the sql parameter.
|
IDE |
sql パラメータは、type: count のメジャーで使用されます。カウントタイプのメジャーでは、ビューファイルで宣言された主キーによってカウントが行われます。sql パラメータは必要ありません。
|
|
An explore named (?) has been defined multiple times. Each explore in a model must have a unique name.
|
IDE LD |
|
|
Unknown view '(?)' --> Did you '- include: (?)' in (?).model.lookml?
|
IDE |
|
|
Unknown field '(?)'
|
IDE Ex |
|
|
Cannot use (?) as access filter since any user can edit their own value.
|
Ex |
[ユーザー アクセス] オプションを [編集] に設定したユーザー属性が、Explore の access_filter パラメータで使用されています。
|
|
label_from_parameter of (?) must refer to a parameter.
|
IDE Ex |
|
|
Cannot use user-editable attribute (?) for access_grant (?)
|
IDE Ex |
[ユーザー アクセス] オプションを [編集] に設定したユーザー属性が、Explore の access_grant パラメータで使用されています。
|
|
datagroup (?) has a sql_trigger. This is not allowed in models with a parameterized connection.
|
IDE | データベース接続でデータベース ログイン認証情報のユーザー属性が使用されており、PDT プロセス用に別のデータベース ユーザーに対して PDT オーバーライド列が構成されていません。 | |
relationship missing, assumed to be many_to_one.
|
IDE |
結合の relationship が定義されてません。relationship が指定されていない場合、Looker はデフォルトで many-to-one 関係を想定します。 |
relationship パラメータのリファレンス
|
No distribution_style specified in persistent derived table (?). Using default distribution style (?).
|
IDE |
Redshift 接続の PDT で、derived_table の定義に distribution_style パラメータが指定されていません。distribution_style が指定されていない場合、Looker はデフォルトで ALL を使用します。
|
distribution_style パラメータのリファレンス
|
always_filter: unknown filter field '(?)'
|
IDE |
|
|
The location field type requires both sql_latitude and sql_longitude.
|
IDE |
type: location のフィールドに sql_latitude または sql_longitude サブパラメータがありません。ロケーション タイプ フィールドには両方が必要です。
|
location フィールド タイプ リファレンス
|
Missing required sql_step in create_process of derived table '(?)'.
|
IDE |
|
create_process パラメータのリファレンス
|
Can't construct aggregate table (?), temporary schema for (?) is unset.
|
IDE Ex | [管理者] パネルの [接続設定] ページで、接続に対して [永続的な派生テーブル] が設定されていないか、[一時データベース] 設定に一時データベースが指定されていません。 | |
Can't construct aggregate table (?), connection (?) could not be registered.
|
IDE Ex | [管理者] パネルの接続の [接続設定] ページで [一時データベース] が設定されていないか、Looker には 一時データベース] 設定で指定された一時データベースに対する適切な権限がありません。 | |
Unknown view (?) referenced by explore (?)
|
IDE |
|
|
The location field type does not use the sql parameter. Please use sql_latitude and sql_longitude instead.
|
IDE |
sql パラメータは、type: location のフィールドで使用されます。ロケーション型のフィールドには、sql パラメータの代わりに sql_latitude と sql_longitude のサブパラメータが必要です。
|
location フィールド タイプ リファレンス
|
A list_field must be defined for measures of type list.
|
IDE Ex |
フィールドからリストを生成するには、そのフィールドを type: list のメジャーに指定する必要があります。 |
list フィールド タイプ リファレンス
|
Query failed with unexpected exception (?)
|
IDE Ex SQL LD D S |
|
|
Looker is having trouble connecting to your database.
|
Ex SQL | 接続の最大接続プール上限に到達し、接続プール タイムアウト時間枠が経過してからキューに格納されたクエリがタイムアウトしました。 | |
Missing dates/values for '(?)' were not filled.
|
Ex |
|
欠けている日付と値の入力 |
filters: ` is not supported for measures of non-aggregate type '(?)'
|
IDE Ex |
filters パラメータが、count 、sum 、average 、count_distinct 以外のメジャー タイプで使用されました。 |
|
Unknown source explore (?) in lookml test (?) declaration.
|
IDE |
|
|
filter_expression: is not supported for measures of non-aggregate type '(?)'
|
IDE Ex |
filters_expression パラメータが、count 、sum 、average 、count_distinct 以外のメジャー タイプで使用されました。 |
|
Field references an aggregate but is specified as a dimension. If you want to use aggregations such as sum, average, count, use a measure type instead.
|
IDE Ex |
ディメンションは、sql パラメータでメジャーやその他の集計を参照している |
|
Cannot specify both sql_table_name and derived_table for view (?)
|
IDE |
ビューには sql_table_name パラメータと derived_table パラメータの両方が定義でされています。ビューは 1 つのテーブル(sql_table_name とのデータベース接続内の既存のスキーマ、または derived_table を含む新しいテーブル)のみを参照できます。
|
|
Persistent Native Derived Table for view (?) has an explore source (?) that has access filters. Persisting this table may result in unexpected behavior.
|
IDE |
永続的な NDT は、ユーザー属性を参照する access_filter パラメータを持つ Explore に基づいています。
|
|
Unknown or unexpected parameter "(?)" in (?).
|
IDE |
|
|
Could not find the constant
|
IDE | 定数は、インポートしたプロジェクト内でインポートしたプロジェクトから参照され、インポートしたプロジェクトでのみ定義されます。定数は、定義されているプロジェクトでのみ参照できます。定数はマニフェスト ファイルで再定義する必要があります。 | インポートしたプロジェクトのファイルで定数を使用する |
Multiple primary key definitions for view '(?)': '(?)' and '(?)'
|
IDE |
ビューファイルに複数の主キーが存在します。primary_key: yes を使用して主キーとして複数のディメンションが指定されているか、拡張ビューによって primary_key: yes を使用して新しいディメンションが主キーとして指定されています。
|
|
Persistent Native Derived Table for view (?) references user attributes. Persisting this table may result in unexpected behavior.
|
IDE |
永続的な NDT テーブルまたは集計認識テーブルは、ユーザー属性を参照する access_filter または sql_always_where パラメータを持つ explore に基づいています。
|
|
No map layer named (?) is defined. Must be one of countries, uk_postcode_areas, us_counties_fips, us_states, us_zipcode_tabulation_areas
|
IDE |
フィールドのビューが含まれているすべてのモデルに地図のレイヤが定義されていない場合、ディメンションは map_layer_name で地図のレイヤを参照します。たとえば、ビューが複数のモデルに含まれている場合でも、マップレイヤは 1 つのモデルでのみ定義されています。
|
|
Persistent derived table (?) should include at least one index
|
IDE |
PDT または集計テーブル定義には、PDT または集計テーブル列が指定されていない index があります。
|
|
The x database encountered an error while running this query.
|
Ex SQL |
データベースは、フィールドの sql パラメータによって参照される列を見つけることができません。この原因としては次のいずれか状態が考えられます。
|
Looker でのよくある SQL エラーのトラブルシューティングのヒント(コミュニティ投稿) |
Render job (?) failed [orphaned job]
|
S | スケジュールされたジョブが実行された期間中に Looker インスタンスが利用できませんでした。これは、バージョンの更新と定期メンテナンス中に発生することがあります。 | Looker がホストするサービスの Google メンテナンス ポリシー |