Post csv file in FTP server location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 10:20 PM
Hi All,
How can we extract data from ServiceNow and post in FTP server location. We have installed CrossFuze data extract, but we do not want to use mid-server, instead we need to use mid-server cluster.
Any other ideas apart from CrossFuze, or can we use mid-server clusters in CrossFuze data extract?
Appreciate your inputs.
Thanks.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 10:22 PM
Hi Lohith,
You would require mid server script include for this which is combination of java+javascript
check below links and they will help you:
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2022 08:41 PM
Hi Lohith,
Any update to this ?Any follow-up required? if not
Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 10:45 PM
Hi,
We have setup something like below in our instance. Its configured by someone else, so pardon me if I miss any point and it uses only one mid server
1) Create FTP connection using File builder FTP connections- here you have to mention details like end point, folder in mid server where data will be stored temporarily, used id and password to login
2) File Builder File Definitions- here you need to mention file name, type, file destination path, file parameters, ServiceNow table ...
3) Lastly you will need scheduled job- sample schedule job comes with plugin
https://<YOURINSTANCE>.service-now.com/sysauto_script.do?sys_id=dd976a54886b01007f44c37f5c73b843
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 11:00 PM
Thanks for response.
We do not want to use mid-server. can we achieve this without midserver ?