pub:iview8be
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
pub:iview8be [2025/09/07 16:44] – [F14=FTP Definition:] kkramer | pub:iview8be [2025/09/07 17:25] (current) – [F14=FTP Definition:] kkramer | ||
---|---|---|---|
Line 260: | Line 260: | ||
< | < | ||
- | 9/04/18 iView FTP Interface Definition | + | 9/04/25 iView FTP Interface Definition |
| | ||
| | ||
Line 300: | Line 300: | ||
* **.ZIP Name**: Option to use the *DEFAULT name or use a unique static name for the ZIP file. | * **.ZIP Name**: Option to use the *DEFAULT name or use a unique static name for the ZIP file. | ||
* **Post FTP Cmd**: | * **Post FTP Cmd**: | ||
+ | |||
+ | **Note:** 08/ | ||
+ | Below are the new Data Areas to control these values for the enhancements of iView FTP settings. | ||
+ | on. | ||
+ | |||
+ | **WRKDTAARA IVIEWLOOP** | ||
+ | IVIEWLOOP Used to configure the maximum number of files to be processed with iView' | ||
+ | |||
+ | **WRKDTAARA IVIEWINTV** | ||
+ | IVIEWINTV Used to set the interval parameters to close a ZIP file with iView' | ||
+ | |||
+ | The logic for how these two parameters work the iView Application’s FTP: | ||
+ | * The engine then checks the two parameters: IVIEWINTV and IVIEWLOOP. | ||
+ | * Example: if IVIEWINTV = 3, then one interval is 3 minutes. | ||
+ | * If IVIEWLOOP = 5, this means the system will count the number of merge operations. | ||
+ | * If the number of merges ≥ IVIEWLOOP, the engine will create the ZIP file and send it via FTP. | ||
+ | * If the number of merges is < IVIEWLOOP (e.g., only 4 merges), but the elapsed time has already exceeded the interval (3 minutes in this example), the engine will still create the ZIP file and send it. | ||
+ | |||
pub/iview8be.txt · Last modified: 2025/09/07 17:25 by kkramer