# データソース管理

<div align="left"><figure><img src="/files/ejBZZeDrq5sOKCU38C1E" alt=""><figcaption></figcaption></figure></div>

* **データソース管理**は、マッピング設定に使用するデータソース(外部システムサービスやデータベース)への接続情報を管理します。
* 設定したデータソース情報は、マッピング設定時に選択可能になります。

<table><thead><tr><th>項目</th><th>説明</th><th data-hidden></th></tr></thead><tbody><tr><td>データソース名称</td><td>任意のデータソース名称を設定します。</td><td></td></tr><tr><td>データソース種別</td><td>kintone、Oracle 、SQL Server、PostgreSQL、MySQL、TPiCS Webhookの何れかを選択します。<br>選択した種別により以降の設定項目が変わります。<br>※選択できる種別は、今後のアップデートにて拡張を予定しています。</td><td></td></tr><tr><td>URL</td><td><p>連携先のkintoneのURLを設定します。</p><p>URLは、<strong>https://[サブドメイン名].cybozu.com</strong> までのパスを設定してください。</p><p></p><p>OK: <strong>https://[サブドメイン名].cybozu.com</strong></p><p>NG: <strong>[サブドメイン名].cybozu.com/login</strong></p></td><td></td></tr><tr><td>ユーザーID</td><td>連携先の外部システムのユーザーIDを設定します。</td><td></td></tr><tr><td>パスワード</td><td>連携先の外部システムのパスワードを設定します。</td><td></td></tr><tr><td>サーバー</td><td>SQL Server、PostgreSQL、Oracle、MySQLのホスト名を設定します。</td><td></td></tr><tr><td>インスタンス</td><td>SQL Serverのインスタンス名を設定します。</td><td></td></tr><tr><td>データベース</td><td>SQL Server、PostgreSQL、Oracle、MySQLのデータベース名を設定します。</td><td></td></tr><tr><td>ポート</td><td>PostgreSQL、Oracle、MySQLのポートを設定します。</td><td></td></tr><tr><td>接続テスト</td><td>データソースへの接続テストを実行します。<br>※保存後に実行できるようになります。</td><td></td></tr></tbody></table>

{% hint style="info" %}
選択したデータソース種別によって表示される項目が変わります。

* **kintone**：URL、ユーザーID、パスワード、接続情報４(未使用)、接続情報５(未使用)
* **SQL Server**：ユーザーID、パスワード、サーバー、インスタンス、データベース
  {% endhint %}

#### ■未保存時

<figure><img src="/files/nlj4YpQg6jGbnj0cMn64" alt=""><figcaption></figcaption></figure>

#### ■保存後

一度保存したのちに再度表示すると「Gatewayへ反映」ボタンが表示されます。

{% hint style="danger" %}
「Gatewayへ反映」ボタンは、下記ページの最下部の設定変更を実施した上で押してください。
{% endhint %}

{% content-ref url="/pages/j3pUvgktmFXnQz641Jhv" %}
[i-Repo Gateway設定/i-RepoLink Gateway設定](/i-repo-link-manual/system/2/3.md)
{% endcontent-ref %}

## kintoneデータソース設定例

<figure><img src="/files/Uadx0l47rMd3Bjy7CeyD" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cimtops.gitbook.io/i-repo-link-manual/system/2/1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
