Last updated
Last updated
Share point --> SFG --> AMF -->CD
Use Case: We run Schedule to get files from PartnerA (Sender) folder to SFG via Share point Protocol, we use Actions EOL Conversion, Zip and Deliver those files to the PartnerB (Receiver) via CD Protocol using AMF.
Sequence Diagram:
Steps:
A. Onboard PartnerA and PartnerB in SFG using AMF.
B. Create PartnerA Share Point receive profile in SFG using AMF (MFT Initiated Communication Profile (Inbound)).
C. Create Communication Rule with Sender, Receiver, Message Type and Comm Profile Name. Select Delivery Type as Schedule.
D. Create PartnerB Connect Direct Node in SFG using AMF (Customer Initiated Communication Profile (Inbound)).
E. Create Message Types or use the existing one in AMF.
F. Create Message Mapping with Sender, Receiver and Message Type with a file pattern.
G. Create EOL Conversion Action as Action Type.
H. Create Zip as Action Type.
I. Create Deliver Action or use the predefined one (Deliver As is)
J. Create Workflow Definition and add Actions (Created in step G, step H, step I) as step1, step2 and step3 respectively.
K. Create Workflow Rule with Sender, Receiver, Message Type and Workflow Definition Name (Created in step J).
L. Create MFT Initiated profile for outbound delivery in PartnerB with CD Protocol.
M. Create Communication Rule with Sender, Receiver, Message Type and Comm profile Name.
N. Verify the Message Activity in AMF once the PartnerA uploads the file to SFG via Share Point Protocol. If everything was configured correctly, the file will be delivered to Partner B via CD Protocol using AMF.
Process:
A. Onboard PartnerA in SFG and PartnerB using AMF:
Login to AMF
Go to Onboarding -> Users
Click on + icon at the top right corner
Note: For convenience we will use the below users instead of PartnerA and PartnerB
PartnerA = Partner45
PartnerB = Partner46
Select Customer and give details of Partner45, select User Type, Authentication Type and click next.
User Type: Which Zone does the Partner belong to send or receive files? (DMZ or Trusted)
Authentication Type: Where we store the Partner credentials? (LDAP or local (SFG/AMF) or Both)
Select the provider the Partner belongs to and click next
AMF: AMF provider is used to onboard Partners which use UFA
IBM: This will come from the providers’ config. We can choose several types based on the provider's config.
Open Ldap: We need to select this if we selected the Authentication Type as LDAP in the step -2.
Verify the Partner details and click Onboard User.
Repeat the above steps for Partner46. Use AMF Provider for UFA User.
C. Create Partne45 Share Point Protocol in SFG using AMF (MFT Initiated Communication Profile (Inbound)).
Double click on the Partner45
Click on + icon in the top right corner
Give details of the Share point MFT Initiated Profile details and click save.
OAuth URL: URL to get the OAuth token
Grant Type: Grant type to get token
Client ID: Client ID of the user
Client Secret: Secret of the user
Application ID: Application of the user share point where we get files
Resource ID: Resource ID of user share point
Share point Domain: SharePoint Domain of user
Site Name: Site name of the share point user
Sub Folder: Sub folder if any to get files
Message to Process: Option to process the original or current message
Proxy Required: Option to open connections via proxy server
Proxy URL: Proxy server URL (If proxy was enabled)
Proxy User Name: Proxy user name (If proxy was enabled)
Proxy Password: Proxy password (If proxy was enabled)
Regex: Regular expression to filter the files.
File Pattern: File pattern to filter the files
Once the onboarding was done, we can see the status.
D. Create Communication Rule with Sender, Receiver, Message Type and Comm. Profile Name. Select Delivery Type as Schedule.
Go to Rules under onboarding-> Communication
Click on + icon at top right corner
Select Delivery Type as Scheduled, Sender, Receiver, Message Type, Comm. Profile name and click on save
E. Create PartnerB Connect Direct Node in SFG using AMF (Customer Initiated Communication Profile (Inbound)).
Double click on the Partner46
Click on + icon in the top right corner
Give details of the CD Customer Initiated Profile and click save
Operating System: Operating system of the Partner46
SPOE: Option to enable/disable Secure point of entry
Node Name: Node name of Partner46CDNode
Host Name/IP: Host/IP of the Partner46CDNode
Port: Port of the Partner46CDNode
Alternate IPs: we can give there are any alternate IPs for this CD node
Secure+: Option to enable/disable secure+ for SSL
Cert File: Public cert of the Partner46CDNode (In txt format with no headers)
Common Name: Common name of the CD_PARTNER46
TLS Version: TLS version to be used in the Communication
Ciphers: Ciphers to be used in the Communication
Once the on boarding was done, we can see the status as completed.
F. Create Message Type or use the existing one in AMF:
Go to Message Types under Onboarding
Click on + icon in the right corner to add a new Message Type
Note: In this scenario we will use the existing Message Type (GENERIC)
G. Create Message Mapping with Sender, Receiver and Message Type with a file pattern:
Go to Message Mapping under Onboarding
Click on +icon at the top right corner
Select Sender, Receiver, and Message Type give pattern of the files that Partner45 will send and clicks save.
H. Create EOL Conversion Action as Action type.
Go to Actions under Onboarding->Workflow
Click on + icon to create new action
Give Action Name, Action Type EOL Conversion and clicks save.
I. Create Zip Action as Action Type.
Go to Actions under Onboarding->Workflow
Click on + icon to create new Action
Give Action Name, Action Type ZIP and clicks save.
J. Create Deliver Action or use the predefined one (Deliver As is)
Go to Actions under Onboarding->Workflow
Click on + icon to create new action
Give Action Name, Action Type Deliver and clicks save.
K. Create Workflow Definition and add Actions (Created in step G, step H and step I) as step1, step2 and step3.
Go to Definitions under onboarding->Workflow
Click on + icon at the top right corner
Give Workflow Name, Description and click save
Double click on the Workflow Definition Name
Click on the + icon at the top right corner
Select the EOL Conversion Action that we created in step G as step1 and click save.
Select the Zip Action that we created in step H as step2 and click save.
Select the Deliver Action that we created in step I as step3 and click save.
K. Create Workflow Rule with Sender, Receiver, Message Type and Workflow Definition Name (Created in step J).
Go to Rules under Onboarding -> Workflow
Click on + icon at the top right
Give Sender, Receiver, Message Type and Workflow (Created in step J) and click save.
L. Create MFT Initiated Profile (Outbound) Delivery in PartnerB with CD Protocol.
Double click on the Partner46
Click on + icon in the top right corner
SPOE: Option to know if user will use SPOE or not (If SPOE was not used then we need to give Remote user ID and Remote Password)
Submitter User ID: Option to pass submitter user ID
Remote User ID: Remote User ID in the user node
Use Source File Name: Option to use source filename.
Remote File Name: Remote file name if you disabled the Use Source File Name in the 3-iv.
Remote Path: Path for the file to be placed.
Disposition: Dropdown to select disposition of the file
Binary mode: Option to enable or disable binary mode for file transfer
Copy Statement Sys opts: Option to execute copy step Sys opts. If we enable that we need to give the Sys opts to run
Run Task: Option to execute run task Sys opts. If we enable that we need to give the Sys opts to run
Run Job: Option to execute run job Sys opts. If we enable that we need to give the Sys opts to run
Send Email Notifications: Option to send email notifications for successful delivery
Receivers Mail Ids: Recipients mail addresses if we enable Send Email Notifications.
Clean-up on Delivery: Option to clean the file in file system after the file was delivered (Once the file is cleaned, we cannot redeliver the file again)
M .Create Communication Rule with Sender, Receiver, Message Type and Comm. Profile Name
Go to Rules under on boarding -> Communication
Click on + icon at top right corner
Select Sender, Receiver, Message Type and Comm. Profile Name and click save.
N. Verify the Message Activity in AMF once the Partner45 uploads the file to SFG via Share Point Protocol. If everything was configured correctly, the file will be delivered to Partner 46 via S3 Protocol using AMF.
Go to Message Activity under Track N Trace.
To see more details of the Delivery double click on the record.
Here we can see the Process Name, Process Number, Message ID, DDSN etc. for the file delivered to the Partner46.