기술 자료

Tableau Desktop이 Tableau Server에서 게시된 데이터 원본에 연결할 수 없고 오류 코드: 1076C501 및 HTTP Status 405 – Method Not Allowed(HTTP 상태 405 - 메서드 허용되지 않음) 메시지가 표시됨


게시 날짜: 14 Oct 2021
마지막 수정 날짜: 09 Dec 2022

문제

Tableau Server에 게시된 데이터 원본에 연결하려고 하면 Tableau Desktop에서 아래와 같은 오류가 발생할 수 있습니다.

An error occurred while communicating with Tableau Server(Tableau Server와 통신하는 동안 오류가 발생했습니다.)
Bad Connection: Tableau could not connect to the data source.(잘못된 연결: Tableau가 데이터 원본에 연결할 수 없습니다.)
Error Code: 
1076C501(오류 코드: 1076C501)
Error: Unable to connect to this Tableau Server data source.(오류: 이 Tableau Server 데이터 원본에 연결할 수 없습니다.)
HTTP 405: <!doctype html><html lang="en"><head><title>HTTP Status 405 – Method Not Allowed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 405 – Method Not Allowed</h1></body></html>(HTTP 405: <!doctype html><html lang="en"><head><title>HTTP 상태 405 – 메서드 허용되지 않음 </title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP 상태 405 – 메서드 허용되지 않음</h1></body></html>)
There was an error with the data source "xxxx". Verify that the data source is configured correctly.
("xxxx" 데이터 원본에 오류가 있었습니다. 데이터 원본이 올바르게 구성되어 있는지 확인하세요.)

 

환경

  • Tableau Server
  • Tableau Desktop
  • Windows Server 
  • 프록시 서버
  • F5 부하 분산 장치

해결 방법

1. F5 같은 외부 부하 분산 장치를 사용하는 경우, 네트워크 관리자에게 F5의 HTTP 프로필 설정 확인 및 수정에 대해 문의합니다. 

2. 그렇지 않은 경우 다음 TSM 명령을 Tableau Server에서 실행합니다. Tableau Server가 분산 환경에서 실행 중인 경우 클러스터의 초기 노드에서 명령을 실행하고 결과를 검사합니다.
  • tsm configuration get -k gateway.trusted
  • tsm configuration get -k gateway.public.host
  • tsm configuration get -k gateway.public.port
위 명령의 결과는 Tableau 도움말 문서 Tableau Server의 프록시 구성에서 설명하는 해당 tsm 구성 집합 옵션과 일치해야 합니다.

원인

Tableau Server가 프록시 서버 및/또는 부하 분산 장치와 함께 작동하도록 올바르게 구성되지 않았습니다.
또는
F5 부하 분산 장치 HTTP 프로필이 올바르게 구성되지 않았습니다.
이 문서로 문제가 해결되었습니까?