Getting Error while Test Load in Data Source
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2024 10:28 PM
I have made the Mid Server Connection.The status is Up.I have also stored the postgreSQL Jar file in the lib folder.
And also I have created a format choice field i.e postgreSql.But as I give all the parameters in Data Source and try to test load it gives me error Cannot invoke "java.util.Map.keySet()" because "this.fImportSourceFields" is null.
I also tried storing jar file in Midserver JAR Files.After that also its giving me error.
I have also attached the screenshots. Please check it out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 02:28 PM
Did you check the MID Server Java version to be sure it is compatible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi Prashant,
I stumbled upon your post yesterday evening. Hopefully you've been able to resolve this but if not, here's something that's helped me when I've received
Cannot invoke "java.util.Map.keySet()" because "this.fImportSourceFields" is null
Check the agent0.log on the MID Server your Postgres Data Source is configured to target. It might have some more information about what is causing an issue with loading your data, such as SQL Exceptions.
You can check out this KB. It gives steps on how to review the MID Server agent logs for errors.