PDI環境でのタイプJDBCのインポートセットについて
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
04-03-2026 01:30 AM
お世話になっております。
下記についてご教示いただけますでしょうか。
PDI環境でJDBC接続でインポートセットを作成したいのですが、
テストロード時にエラーになります。
PDI環境ではJDBC接続のインポートセットは検証できないのでしょうか?
■エラーメッセージ
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
04-03-2026 02:00 AM
Hi Yamada,
Yes, you can use JDBC Import Sets in PDI, but the issue here is not PDI limitation — it’s a connection/authentication problem.
Root Cause
From your error:
This clearly means:
- Password is not being passed to JDBC connection
- Or credentials are not configured correctly in MID Server
What to check
1. Credentials
- Ensure username/password are correct
- Try same credentials directly in DB (MySQL client)
2. JDBC URL
- Verify format:
3. MID Server configuration
- MID Server must:
- Be Up & Validated
- Have network access to DB
- Check:
4. Credential usage in ServiceNow
Important:
- Don’t rely only on fields in Data Source
- Use Credential record (Discovery Credentials / JDBC Credentials)
- Associate it properly
5. DB access
- MySQL user must allow:
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
1ヶ月前
ご回答ありがとうございます。
連携いただいた手順で実施していますが、接続ができてない状況です。
デモインスタンスでは同様の設定でJDBC接続できることが確認できているため、
PDIではJDBC接続ができないのかと考えています。
agent.logは見てなかったので確認します。
ありがとうございました。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
04-03-2026 02:14 AM
(in English)
It seems this error might error due to
1. lack of Mid server ( confirm it is correctly configured)
If not , Do following thing:
2. Using a Mid Server with a PDI
2. Ensure username and password is correct
3. Ensure Connection details has been given correctly .
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
1ヶ月前
ご回答ありがとうございます。
連携いただいた手順で実施していますが、接続ができてない状況です。
デモインスタンスでは同様の設定でJDBC接続できることが確認できているため、
PDIではJDBC接続ができないのかと考えています。
