
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2022 06:14 PM
I'm trying to copy a file from our mid server to an SFTP location using the flow designer STFP step "Copy file" action.
I need to know how to set up the source connection alias. Would that be the user and pw to connect to the mid server or my ServiceNow credentials?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2022 10:24 PM
Hi
The info which you are looking for is available in below ServiceNow doc link:
https://docs.servicenow.com/bundle/sandiego-application-development/page/administer/flow-designer/reference/copy-file-sftp-step.html
My suggestion here will be to follow below steps and check:
1. Navigate to module named "Flow Designer" and click on "Connections" tab as shown below:
2. Now select the block with say name might be in as SMTP or something and click on View Details and then click on Configure.
3. Now you need to define the Connections which is available in a Related list as shown below, so click on New button:
Here you need to define your HOST server URL and mid server selection as well. Also an important parameter to define is the Credential before you configure this.
Navigate to Credentials module using Application Navigator under Integration Hub Application Menu.
Click on new and select the type of credentials and enter the credentials details.
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2022 10:24 PM
Hi
The info which you are looking for is available in below ServiceNow doc link:
https://docs.servicenow.com/bundle/sandiego-application-development/page/administer/flow-designer/reference/copy-file-sftp-step.html
My suggestion here will be to follow below steps and check:
1. Navigate to module named "Flow Designer" and click on "Connections" tab as shown below:
2. Now select the block with say name might be in as SMTP or something and click on View Details and then click on Configure.
3. Now you need to define the Connections which is available in a Related list as shown below, so click on New button:
Here you need to define your HOST server URL and mid server selection as well. Also an important parameter to define is the Credential before you configure this.
Navigate to Credentials module using Application Navigator under Integration Hub Application Menu.
Click on new and select the type of credentials and enter the credentials details.
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke