> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nintex

> このページではNintex をConnect AI の仮想SQL Server API に接続する手順の概要を示します。

## 前提条件

接続する前にまず以下を実行します。

* データソースをConnect AI アカウントに接続します。詳しくは、[Sources](/ja/Sources) を参照してください。
* [Settings](/ja/Settings#personal-access-tokens) ページでPersonal Access Token (PAT) を生成します。PAT をコピーし、認証時にパスワードとして使用します。

## Connect AI に接続する

Nintex からConnect AI の仮想SQL Server API へのコネクションを確立するには以下の手順に従います。

<Steps>
  <Step>
    Log in to Nintex Workflow Cloud.
  </Step>

  <Step>
    In the Connections tab, click **Add New**.
  </Step>

  <Step>
    Select **Microsoft SQL Server** as the **Connector** type.

    <Frame>
      <img src="https://mintcdn.com/cdata/0o_7a3Hya0sbnsUJ/ja/images/NintexClient01.png?fit=max&auto=format&n=0o_7a3Hya0sbnsUJ&q=85&s=08360811486fd3168ffc0d7962ada24a" alt="" width="1284" height="724" data-path="ja/images/NintexClient01.png" />
    </Frame>
  </Step>

  <Step>
    Click **Connect**. This opens the SQL Server connection wizard.

    <Frame>
      <img src="https://mintcdn.com/cdata/0o_7a3Hya0sbnsUJ/ja/images/NintexClient02.png?fit=max&auto=format&n=0o_7a3Hya0sbnsUJ&q=85&s=e4ec926a72eeb742340a518f9644e400" alt="" width="806" height="606" data-path="ja/images/NintexClient02.png" />
    </Frame>
  </Step>

  <Step>
    In the wizard, enter a **Connection Name**, such as *Connect AI Connection*.
  </Step>

  <Step>
    Enter your Connect AI **Username**.
  </Step>

  <Step>
    Enter your Connect AI PAT in the **Password** field.
  </Step>

  <Step>
    Enter *tds.cdata.com:14333* in **Database Host**.
  </Step>

  <Step>
    Enter the name of the **Database** to connect to.
  </Step>

  <Step>
    Click **Connect**.

    <Frame>
      <img src="https://mintcdn.com/cdata/0o_7a3Hya0sbnsUJ/ja/images/NintexClient03.png?fit=max&auto=format&n=0o_7a3Hya0sbnsUJ&q=85&s=9c4d5bff695798d6f95c3683d6db08b4" alt="" width="1284" height="724" data-path="ja/images/NintexClient03.png" />
    </Frame>
  </Step>

  <Step>
    Configure the Connect AI **Owner** and **User** permissions and click **Save Permissions** to complete the connection.
  </Step>
</Steps>
