This custom trigger action is used to export the details of the AS2 Message(s) which are received and
send from JSCAPE MFT Server.
Let me now show you how to implement that.
1. Make sure you have AS2MessagesReport Action installed
Before creating a custom trigger to export the details of AS2 Messages, you need to have build installed
in the server where JSCAPE MFT Server is running. Refer the below section for the build.
Downloads
Source code and build instructions
2. Create a Trigger to export the AS2 Messages
Login into admin console of JSCAPE MFT Server > Triggers and Click Add to create a Trigger
Give the trigger a Name and then select the Current Time event type from the drop-down list.
Click Next to Step 2 where a condition can be set to execute the trigger. Consider an example that we
need to have this report ready on each day after 22 hours and 30 minutes. For generating the report
after 22 hours and 30 minutes, set the condition as below;
"Hour=22 AND Minute=30"
On Step 3 an action has to be added, in order to add an action click Add button and select the action
"AS2 Messages Report" from drop down list and Click OK
If the action not listed then you need to have build installed in the server.
On OK there would be a file parameter for AS2MessagesReport Action;
- File (Where the data needs to be saved)
Click OK to save the settings. That's it. Now you know how to export the AS2 Messages using
AS2MessagesReport action.