PDI環境でのタイプJDBCのインポートセットについて
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
7 時間前
お世話になっております。
下記についてご教示いただけますでしょうか。
PDI環境でJDBC接続でインポートセットを作成したいのですが、
テストロード時にエラーになります。
PDI環境ではJDBC接続のインポートセットは検証できないのでしょうか?
■エラーメッセージ
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
6 時間前
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 フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
6 時間前
(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 .
