Error 'Cannot invoke "java.util.Map.keySet()" because "this.fImportSourceFields" is null' in SN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 05:18 AM
Hi All,
i am getting the 'Cannot invoke "java.util.Map.keySet()" because "this.fImportSourceFields" is null' error in the data source.
Could you please help me with this? I am not sure if it is something related to SN or not and what I need to do here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 10:57 PM
I see same issue while connecting JDBC server via Data source which is connected to Mid-server
Also in Import Log
Initially i thought User cred are wrong but were actually correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 06:31 AM
I was able to resolve this issue by
1. Upgrade JDBC driver. Follow these steps:
2. Type the password again in case you imported the data source from another instance or cloned it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 05:12 AM
After updating the password in another instance it work for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 01:34 PM
Chiming in to say this fixed mine as well. The SQL login we were using got locked out somehow after pushing some imports from Dev to Test. Unlock account and reset password fixed it for us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 02:47 AM
Hello,
Did anyone find solution for this?