> ## Content Index
> Fetch the complete content index at: https://kr.vizney.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# 태블로 데스크탑에서 개발 중인 커넥터 실행하기
- URL: https://kr.vizney.com/run-your-under-development-connector-in-tableau-desktop/
- Published: 2025-03-04T03:00:00.000Z
- Updated: 2025-03-04T03:13:57.000Z
- Description: 새로운 데이터 소스에 연결하기 위해 태블로 커넥터를 개발하는 과정에서 서명 검증 없이 태블로 데스크탑을 실행할 수 있는 방법입니다.
- Author: 황예환
- Tags: Knowledge Base

태블로 커넥터를 개발하여 TACO 파일을 실행하기 위해서는 `jarsigner`를 통한 서명이 완료되어야 합니다. 하지만 개발 과정에서 테스트를 위해 아직 서명되지 않은 TACO 파일을 실행해야 하는 경우가 발생하는데, 이런 상황에서 서명 검증 없이 태블로 데스크탑을 실행할 수 있는 3가지 방법을 소개 드립니다. 

[Run Your ConnectorBuild connectors to connect to ODBC and JDBC data sources in Tableau.![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/icon/logo-1.png)Tableau Connector SDK![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/thumbnail/logo-2.png)](https://tableau.github.io/connector-plugin-sdk/docs/run-taco?ref=kr.vizney.com)

### 방법 1\. CLI에서 실행하기

1. 명령줄을 실행합니다.

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/03/Run-cmd.png)

1. 태블로 데스크탑 설치 경로로 이동 후, **서명 검증 비활성화 옵션**을 추가하여 tableau.exe 파일을 실행합니다.  
    
`tableau.exe **-DDisableVerifyConnectorPluginSignature=true**`

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/03/Run-tableau.png)

### 방법 2\. 바로가기 만들기

1. 바탕화면 또는 파일 탐색기에서 마우스 우클릭하여 `새로 만들기 → 바로가기`를 실행합니다.
2. 태블로 데스크탑이 설치된 위치와 **서명 검증 비활성화 옵션**을 추가하여 바로가기를 생성합니다.  
    
`*<Install Path>*\bin\tableau.exe **-DDisableVerifyConnectorPluginSignature=true**`

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/03/Create-shortcut.png)

### 방법 3\. 레지스트리 수정하기

1. 레지스트리 명령을 실행합니다.

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/03/Run-regedit.png)

1. `.twb` 확장자와 `.twbx` 확장자를 실행하는 2개 경로의 값 데이터에 **서명 검증 비활성화 옵션**을 추가합니다.
- `HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Tableau.Workbook.2\shell\open\command`
- `HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Tableau.PackagedWorkbook.2\shell\open\command`

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/03/Edit-regedit.png)

💡

태블로 데스크탑 버전 업그레이드 진행 시, 설정 값은 초기화 될 수 있습니다.