前提条件
CData IP をホワイトリストに登録
SQL Server への接続を確立するには、CData のIP 経由でSQL Server へのアクセスを許可する必要があります。SQL Server をファイアウォールの内側でホスティングする場合は、これらのIP アドレスをファイアウォールの許可リストに登録する必要があります。- 範囲:
52.224.0.160~52.224.0.175および4.154.117.160~4.154.117.175 - CIDR 表記:
52.224.0.160/28および4.154.117.160/28
SQL Server が一般にアクセス可能であることを確認
パブリックフェイシングIP / ドメインを指定して、このデータソースに接続します。次のプライベートIP の範囲は機能しません。10.0.0.0to10.255.255.255172.16.0.0to172.31.255.255192.168.0.0to192.168.255.255127.0.0.1(aka ‘localhost’)
セットアップガイド
以下の手順で、SQL Server をConnect AI アカウントに接続します:Select an encryption method in Encrypt. You can select True (optional encryption), Strict (required encryption), or no encryption.
If your SQL Server connection is behind a firewall, enable the setting Use SSH and follow the instructions in SSH Tunnel Instructions. Then, continue with the authentication instructions. Otherwise, leave Use SSH off.
Authentication Methods
- Password
- AzurePassword
- AzureAD
- AzureServicePrincipal
- AzureServicePrincipalCert
Connect AI Add Connection ページ上部の、Save & Test をクリックします。
- 接続テストに成功すると、コネクションが作成されたことを示すConnection successfully saved というメッセージが表示されます。Edit Connection ページのStatus もAuthenticated に変わります。Edit Connection ページの右ペインにあるData Model タブで、成功したコネクションのデータモデルを表示します。
- 接続テストに失敗した場合は、入力したログイン情報に余分なスペースや文字がないかを確認してください。Connect AI は、データが不足している必須フィールドの下にエラーメッセージを表示します。一部のデータソースでは、ソースのWeb サイトに直接サインインする必要があります。サインインしていない場合は、Sign in ボタンの下にエラーメッセージが表示されます。エラーを修正し、もう一度試してください。
- 失敗したコネクションは下書きとして保存され、Status はNot Authenticated になります。後でコネクションに戻って認証することができます。
SSH Tunnel Instructions
If your SQL Server data source is behind a firewall, follow these instructions.Enter the following information:
- SSH Server–enter the name of the SSH server.
- SSH Port–enter the SSH port. The default value is 22.
- SSH Server Fingerprint–enter the fingerprint of the SSH server, which is the server’s digital Id badge. The fingerprint looks similar to the following:
SHA256:WzAxzZkQ2d5G9V45T2x4FQncpJjUEwEvRQpz+sy9TxY. - SSH Auth Mode–enter the authentication mode of Password or Public_Key.
- If Password, enter the SSH User name and SSH Password.
- If Public_Key, enter the following:
- SSH Client Cert–enter a valid private key.
- SSH Client Cert Type–select the certificate type.
- SSH Client Cert Password–(optional) enter if the SSH client certificate has a password.
- SSH Client Cert Subject–(optional) enter the subject. If the certificate subject is omitted, the first certificate in the certificate store is used.