ifx_removeTrickleFeed() function
The ifx_removeTrickleFeed() function stops trickle feed so that data in the data mart is no longer continuously refreshed.
Syntax
- accelerator_name
- The name of the accelerator that contains the data mart.
- data_mart_name
- The name of the data mart.
Usage
If trickle feed is enabled, the ifx_removeTrickleFeed() function disables it. The ifx_removeTrickleFeed() function removes the ifx_TrickleFeed_load_ID task for the specified data mart in the Scheduler.
Return value
The ifx_removeTrickleFeed() function returns the text string "The operation was completed successfully." or an error message.
Examples
The following statement stops the automatic refreshing of data for a data mart named Datamart1 in an accelerator named MyAccelerator:
EXECUTE FUNCTION ifx_removeTrickleFeed('MyAccelerator', 'Datamart1');