Help with Postgresql data source

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 01:10 PM
I have created a Postgresql data source but I am having trouble accessing the table I'm after.
I get the message "JDBC connection string not specified" when I do a test load
My config is pictured below. I loaded the jar file to the mid server also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 11:58 PM
Hi Bunce,
It seems something you haven't given as parameter.
The jdbc connection name etc. Were you able to test the connection properly.
Is data coming into import set table?
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2018 06:15 AM
I added the connection string in the Connection URL box as jdbc:postgresql://<hostname>:<port>/<dbname>
and now I am getting the message "The connection attempt failed."
No data is loaded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2019 10:19 AM
Were you able to work out the Postgre Connection?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2019 11:32 AM
Yes, I had to add the server as an IP address instead of the server name, and added the JDBC connection as jdbc:postgresql://xxx.xxx.xxx.xx:<port>/<databasename>