This custom trigger action is used to export the details of the trigger executions for a single trigger by name and custom date in excel format
Read MoreBlog
Generate Trigger Report By Custom Date Using TriggerReportByCustomDate Action
Updated by Hari Prasad on
Topics: JSCAPE MFT, Triggers, Actions
Replace Path Of All Users Using ReplaceUsersPath Action
Updated by Hari Prasad on
This custom trigger action is used to replace all users path.
Read MoreTopics: JSCAPE MFT, Triggers, Actions
Replace Root Path Of The Users Using ReplaceUsersPath Action
Updated by Hari Prasad on
This custom trigger action is used to replace the users default root path.
Read MoreTopics: JSCAPE MFT, Triggers, Actions
How to Generate A Trigger Report Using an Action | JSCAPE
Updated by Hari Prasad on
This custom trigger action is used to export the details of the trigger executions for a single trigger by name in excel format
Read MoreTopics: JSCAPE MFT, Triggers, Actions
Generate Failed Trigger Report Using FailedTriggerReport Action
Updated by Hari Prasad on
This custom trigger action is used to export the details of the Failed Trigger executions in excel format
Read MoreTopics: JSCAPE MFT, Triggers, Actions
Generate OFTP Messages Report Using OFTPMessagesReport Action
Updated by Hari Prasad on
This custom trigger action is used to export the details of the OFTP Message(s) which are received and
send from JSCAPE MFT Server.
Read MoreTopics: JSCAPE MFT, Triggers, Actions
Generate AS2 Messages Report Using AS2MessagesReport Action
Updated by Hari Prasad on
This custom trigger action is used to export the details of the AS2 Message(s) which are received and
send from JSCAPE MFT Server.
Read MoreTopics: JSCAPE MFT, Triggers, Actions
Get AvailableHeap Of Jscape MFT Server Using Custom Function
Updated by Hari Prasad on
This custom function helps to get the available heap statistics during too many user uploads/downloads or during trigger execution. The real use of the function comes when the servers responds slow. In order to get the available heap details need to use below two custom functions;
a.GetUsedHeapInMb b.GetMaximumHeapInMb
Downloads
Source code and build instructions
Read MoreTopics: JSCAPE MFT, Triggers, Functions, Heap Analysis
Get Max Heap Of Jscape MFT Server Using GetMaximumHeapInMb Function
Updated by Hari Prasad on
This custom trigger function helps to get the maximum heap in MB on run time. This custom function helps to get the statistics during too many user uploads/downloads or during trigger execution. This custom function is used along with other custom function GetUsedHeapInMb where both can be compared during server slowness.
Downloads
Source code and build instructions
Read MoreTopics: JSCAPE MFT, Triggers, Functions, Heap Analysis
Get UsedHeap Of Jscape MFT Server Using GetUsedHeapInMb Function
Updated by Hari Prasad on
This custom trigger function helps to get the used heap in MB on run time. This custom function helps to get the statistics during too many user uploads/downloads or during trigger execution. The real use of the function comes when the servers responds slow.
Downloads
Source code and build instructions
Read MoreTopics: JSCAPE MFT, Triggers, Functions, Heap Analysis