
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 06:53 AM
Hi Community,
I have a requirement where we want to export an excel via SFTP in a Linux sever. I read few articles on community and ServiceNow docs. I saw we can user OOB Workflow for SFTP or JavascriptProbe to achieve my requirement. But I noticed, both of the ways were defined under Orchestration. My question:
1) Do we require Orchestration licence to use any of these functionalities? (We dont have this licence as of now)
2) If we require a licence, is there a way to achieve this without this licence
Let me know if any further details are required. TIA.
Cheers,
Hardit Singh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 10:30 PM
Hi Hardit,
if you have mid server setup then javascript probe I believe doesn't require any license
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 07:13 AM
Hi Hardit,
I believe Orchestration would require a licensing fee
If you want custom approach the you would require a mid server script include and invoke it
that mid server script include would get the file from ServiceNow and push to SFTP server
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 08:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 10:10 AM
Hi Hardit,
Orchestration would require some licensing cost; you can check below links which has custom code
https://community.servicenow.com/community?id=community_question&sys_id=e19b8b61db9cdbc01dcaf3231f96190b
https://community.servicenow.com/community?id=community_blog&sys_id=475eeaaddbd0dbc01dcaf3231f96198a
just noticed that I was able to activate the plugin for this pack in my PDI
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 09:41 PM
Hi Ankur,
I just want to confirm one thing, if JavascriptProbe class require any licence?
Cheers,
Hardit Singh