- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 04:08 AM
Hi everyone,
I am trying to connect a table inside phpMyAdmin to ServiceNow. I have tried this with a JDBC Data Source but I got the error Cannot invoke "java.util.Map.keySet()" because "this.fImportSourceFields" is null. Can someone tell me how to fix this? Many thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 02:47 AM
Hello @pratiksha5 ,
No, turns out it was not needed for my project. The program that uses the database had a REST API on further research. So what I ended up using was a Rest Message of which I called its http method inside a custom (Load by script) data source with a MID server as the intermediary.
This led me load my data as an import set. I don't know if this method can help you but good luck anyways.
Kind regards,
Jens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 02:32 AM
Did you find solution for it? I am getting the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 02:47 AM
Hello @pratiksha5 ,
No, turns out it was not needed for my project. The program that uses the database had a REST API on further research. So what I ended up using was a Rest Message of which I called its http method inside a custom (Load by script) data source with a MID server as the intermediary.
This led me load my data as an import set. I don't know if this method can help you but good luck anyways.
Kind regards,
Jens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 03:00 AM
Thanks, That we do when we build custom integrations. I am wondering why it is getting authenticated when the creds are right.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 07:44 AM
Hi, I'm getting the same message trying to connect SQLServer to ServiceNow for Import tables (Cannot invoke "java.util.Map.keySet()" because "this.fImportSourceFields" is null) after upgrading from Utah Patch 10 to Washington DC Patch 1. Prior to the upgrade this process was working in Utah. Does anyone know how to fix this?