Blog

How to generate a trigger report using an action

This custom trigger action is used to export the details of the trigger executions for a single trigger by name in excel format

Topics: JSCAPE MFT, Triggers, Actions

Generate failed trigger report using FailedTriggerReport action

This custom trigger action is used to export the details of the Failed Trigger executions in excel format

Topics: JSCAPE MFT, Triggers, Actions

How to connect & upload files to azure storage

In this tutorial, we're going to show you a simple method that will enable you to connect your server to a Microsoft Azure File Share and then automatically upload files to that share.

Topics: JSCAPE MFT, Managed File Transfer, Business Process Automation, Tutorials, Triggers

Generate OFTP messages report using OFTPMessagesReport action

This custom trigger action is used to export the details of the OFTP Message(s) which are received and send from JSCAPE MFT Server.

Topics: JSCAPE MFT, Triggers, Actions

Generate AS2 messages report using AS2MessagesReport action

This custom trigger action is used to export the details of the AS2 Message(s) which are received and send from JSCAPE MFT Server.

Topics: JSCAPE MFT, Triggers, Actions

Get AvailableHeap of jscape MFT server using custom function

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

Topics: JSCAPE MFT, Triggers, Functions, Heap Analysis

Get max heap of jscape MFT server using GetMaximumHeapInMb function

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.

Topics: JSCAPE MFT, Triggers, Functions, Heap Analysis

Get UsedHeap of jscape MFT server using GetUsedHeapInMb function

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

Topics: JSCAPE MFT, Triggers, Functions, Heap Analysis

TPG continues to streamline data transfer processes with JSCAPE MFT server

Customer Profile Santa Barbara Tax Products Group (TPG) operates from San Diego, California, where it serves consumers nationwide with tax-related financial products and services that provide value, are fairly priced, and satisfy consumer need. TPG offers these products through a network of tax preparation franchises, independent tax professionals and online tax preparation providers.

Topics: JSCAPE MFT, Managed File Transfer, Business Process Automation, Triggers

Download file from url using CopyUrlToFile action

This custom trigger action helps to download a file from a given Url to a custom location. It also helps to download the files easily without any manual effort. Downloads Source code and build instructions

Topics: JSCAPE MFT, Triggers, Actions