Blog

Keeping B2B transactions running through extreme weather conditions

A lot of people don't take business continuity initiatives seriously. But when a polar vortex in the US, a blizzard in the UK, and a heat wave in Australia all happen almost simultaneously AND cause massive disruptions to business operations, the importance of business continuity suddenly gets the attention it deserves.

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

How to schedule automated file uploads from your server to google storage

We've already showed you how to configure JSCAPE MFT Server to monitor a directory for newly added files and then upload those files to either Amazon S3 or Azure Files. So today, as we show you how to upload files to Google Storage, let's do something different. Instead of waiting for newly added files, let's try uploading files on a pre-defined schedule. You can try it by requesting a free trial of JSCAPE or keep reading below.

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

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