User Tools

Site Tools


pub:iview8be

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pub:iview8be [2025/09/07 16:44] – [F14=FTP Definition:] kkramerpub:iview8be [2025/09/07 17:25] (current) – [F14=FTP Definition:] kkramer
Line 260: Line 260:
  
 <html><pre> <html><pre>
-  9/04/18                iView FTP Interface Definition               IV1100D7  +  9/04/25                iView FTP Interface Definition               IV1100D7  
  18:11:54                   Add/Maintain FTP Target                   KKRAMER     18:11:54                   Add/Maintain FTP Target                   KKRAMER   
                                                                                                                                                                  
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**:  Optionally specify a command to execute upon completion of the ftp transactions. Remember that this job will have to manage its own library list.   * **Post FTP Cmd**:  Optionally specify a command to execute upon completion of the ftp transactions. Remember that this job will have to manage its own library list.
 +
 +**Note:** 08/04/2025,  New options to control the maximum number of files per ZIP file, and interval time to ZIP up files to send to the FTP site.
 +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's FTP ZIP file option.
 +
 +**WRKDTAARA IVIEWINTV**
 +IVIEWINTV Used to set the interval parameters to close a ZIP file with iView's FTP ZIP file option.
 +
 +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