Error 'Cannot invoke "java.util.Map.keySet()" because "this.fImportSourceFields" is null'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 02:54 PM
unable to import from SQL server on the midserver . firewall connectivity is ok. i am using xandu.
any idea how to fix this ?
Error 'Cannot invoke "java.util.Map.keySet()" because "this.fImportSourceFields" is null'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 01:51 AM
connectivity issue from mid server then
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 01:53 AM - edited 02-14-2025 01:58 AM
@Ankur Bawiskar The sql db is having port 50000 opened
here is the connection: jdbc:sqlserver://server:50000;selectMethod=cursor;databaseName=name

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 01:55 AM
Hey,
The key error part is "The login is from an untrusted domain".
Check with your infrastructure team on the following:
- Is the MID server domain joined?
- Is there multiple domains in the customers forest? Does the domain the MID server is bound to, trusted by the domain the SQL server is bound to
- Is the MID in the DMZ and not domain joined? If this is true, windows authentication can't be used and local credentials are needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 04:55 PM - edited 02-14-2025 06:12 PM
@Kieran Anson that server is in the same domain as the sql server and the mid server and the sql are using the same domain . both are on premise server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2025 06:41 PM
here is the connection string: jdbc:sqlserver://server:50000;selectMethod=cursor;databaseName=name