Import data from SFTP server ( hosted in Customer network) via MID server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 12:06 PM
Hi All,
We have a requirement where we need to import data into our ServiceNow instance using an import data source and with the following options:
Type is : 'File'
Format : 'CSV'
File retrieval method : SFTP
I know we have the option 'Server' where we can give domain name/IP address of server where file is stored, my question is can we pick up the file from SFTP server ( Customer Network) via Mid-Server ?
Can you guide me after this what steps we need to follow to import data if it is possible.
I can see MID server option only comes for JDBC type, can we use File type and use MID server in this case also?
Please help. @Mihir Mohanta @Chuck Tomasi
- Labels:
-
Orchestration (ITOM)
-
Service Mapping
- 2,103 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 12:09 PM
See if the below helps:
https://community.servicenow.com/community?id=community_blog&sys_id=475eeaaddbd0dbc01dcaf3231f96198a
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 01:06 PM
Thank you for your response. I actually found this but in this case, they are exporting data from ServiceNow using export set and MID server. I actually want to import data from SFTP server(located at customer location) via MID server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2021 11:20 PM
Hi Manika, did you get a solution to this? I have a similar scenario, if you could help me.
thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2021 01:32 AM
Liz,
I don't believe the sys_data_source for SFTP supports MID server use. Probably the best way is to use the SFTP Flow step to retrieve your file but that does require Integration Hub Professional licence.
If you don't have that licence then you might have to look at having something customer side send the file(s) you want to ServiceNow using the attachment API.
Hope this helps,
Richard