오류 메시지에서 프로젝트 관리 링크를 선택합니다. 그러면 LookML 프로젝트 페이지로 연결됩니다.
또한 URL https://<your_looker_domain.com>/projects를 사용하거나 왼쪽 탐색 패널의 개발 메뉴에서 프로젝트를 선택하여 LookML 프로젝트 페이지로 이동할 수도 있습니다.
LookML 프로젝트 페이지에서 오류를 트리거한 모델을 찾습니다. 이 예시에서는 l_ecommerce 프로젝트에 대해 lauren_ecommerce 모델을 찾습니다. 빨간색으로 표시된 치명적인 오류로 인해 모델이 더 잘 보입니다.
구성 버튼을 선택하여 모델 구성 수정 페이지를 엽니다.
허용된 연결 섹션에서 모델에 현재 선택된 연결을 검토합니다. 이 예시에서는 model 'lauren_ecommerce' is not allowed to use connection 'athena'.라는 오류가 표시됩니다. athena 연결은 모델의 허용된 연결에서 선택되지 않습니다. 이 경우에는 ecommerce_demo 연결이 실수로 선택되었습니다.
올바른 연결 옆의 상자(athena)를 선택합니다. 또는 모두 옵션을 선택하여 이후에 추가되는 새 연결을 포함하여 모든 연결에 대해 모델에 액세스 권한을 부여할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-31(UTC)"],[],[],null,["# How to fix model configuration errors\n\nOne of the errors you may encounter when you [validate](/looker/docs/lookml-validation#validating_your_lookml) your LookML is `Model \u003cmodel_name\u003e is not allowed to use connection \u003cconnection_name\u003e`.\n\n\nThis error means that you need to look at the LookML [project settings](/looker/docs/manage-projects#projects_with_only_a_configuration) and verify that the model has the necessary and correct permissions to reference the connections it needs.\n\n\nFor example, the following error indicates that the model `lauren_ecommerce` is not allowed to use the **athena** connection:\n\n\nThere are two ways to fix the error:\n\n- Changing the connection referenced in the model file's [`connection` parameter](/looker/docs/reference/param-model-connection)\n- Editing the project's configuration settings to provide access to the connection\n\n\nThis page provides instructions for editing the project's configuration settings.\n\n\u003cbr /\u003e\n\nEditing the model's configuration settings\n------------------------------------------\n\n\nTo edit the model's configuration settings:\n\n1. Expand the [validation error](/looker/docs/lookml-validation#lookml_errors) in the IDE.\n2. Select the **Manage Projects** link in the error message. This will take you to the LookML Projects page.\n\n \u003cbr /\u003e\n\n You can also navigate to the LookML Projects page by using the URL `https://\u003cyour_looker_domain.com\u003e/projects`, or by selecting **Projects** from the **Develop** menu in the left navigation panel.\n3. On the LookML Projects page, find the model that triggered the error. In this example, look for the `lauren_ecommerce` model for the **l_ecommerce** project. The model will be made more visible by a critical error in red:\n4. Select the **Configure** button to open the **Edit Model Configuration** page.\n5. Review the connections currently selected for the model in the **Allowed Connections** section. In this example, the error states that `model 'lauren_ecommerce' is not allowed to use connection 'athena'.` The connection **athena** is not selected in the model's **Allowed Connections** . The `ecommerce_demo` connection was selected by mistake in this case:\n\n \u003cbr /\u003e\n\n6. Check the box next to the correct connection --- in this case, **athena** . Alternatively, you can select the **All** option to grant the model access to all connections, including new connections added in the future.\n7. Adjust other connection selections as needed.\n8. Select **Save**.\n9. Navigate back to your LookML model and re-validate to verify that the model configuration error is no longer there:"]]