- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 06:03 AM
Hi All,
I am trying to connect to Oracle DB using JDBC from Data source to pull data from the DB. But I get the error as "'Cannot invoke "java.util.Map.keySet()" because "this.fImportSourceFields" is null' "after load and in ECC Queue i get this error. Network error could not establish the connection.
Can some one help me if this is ServiceNow mid server issue or Port issue? Credentials are fine ,no issues with credentials.
#ITSM #GRC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2025 12:23 AM
I had the firewall issue. After whitelisting the IP's Issue got sorted.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 04:05 PM
Your MID server is unable to communicate with the SQL database, this could be:
There is a firewall / routing policy issue which doesn't allow the MID to connect
The wrong port has been specified
The database isn't setup to listen to jdbc connections.
An authorised user should logon to the MID server and use command prompt/powershell to perform basic connectivity checks between the two compute devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2025 09:44 AM
Hi,
I have the similar issue, No firewal restrictions and I have mentioned the right port as well. Is there anything else I can check?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2025 12:23 AM
I had the firewall issue. After whitelisting the IP's Issue got sorted.