SFTP File Transfer

Community Alums
Not applicable

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

1 ACCEPTED SOLUTION

Hi Hardit,

if you have mid server setup then javascript probe I believe doesn't require any license

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Community Alums
Not applicable
Hi Ankur, Thank you for your reply. I checked other articles on community and they were using JavascriptProbe class and it seems to be under Orchestration module, for which we don't have license. Please advise

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_question&sys_id=80b067cadbd79300d58ea345ca96...

https://community.servicenow.com/community?id=community_question&sys_id=30480baddb1cdbc01dcaf3231f96...

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Community Alums
Not applicable

Hi Ankur,

I just want to confirm one thing, if JavascriptProbe class require any licence?

Cheers,

Hardit Singh