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
Next revision
Previous revision
pub:iview8be [2025/09/07 16:44] – [F14=FTP Definition:] kkramerpub:iview8be [2025/10/09 12:31] (current) – [Menu IVIEW, option 10:iView Servers (Engines)] 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.
 +
  
  
Line 440: Line 458:
  
   * **Archive Original Spool File To**: This is the endpoint for the original spool file.   * **Archive Original Spool File To**: This is the endpoint for the original spool file.
-  * ** Data Queue**: Provide a name and library for the engine's data queue. This must be unique. The engine will create it if it is not present at engine startup. A dataqueue is a filesystem object.  +  * ** Data Queue**: Provide a name and library for the engine's data queue. This must be unique. The engine will create it if it is not present at engine startup. A data queue is a filesystem object.  
-  * **Originating Outqueue and Library**: This is the monitored outqueue. Note that you can not have multiple dataqueue engines monitoring one outqueue+  * **Originating Outqueue and Library**: This is the monitored output queue. Note that you can not have multiple data queue engines monitoring one output queue. A **9/26/25 enhancement** allows the iView Engine to also perform like a Polling Engine. When a spool file is already in the originating out queue that is being monitored by the iView Engine in RDY (Ready) status, the spool file will be picked up automatically and processed by the iView Engine without having to refresh (Hold/Release) the spool file. \\ This field determines whether the engine will operate as a Polling or Data Queue Engine. 
 +      * To use the iView Engine as a **Data Queue Engine**, insert a value in the Data Queue Fields for Library and Data Queue. 
 +      * To use the iView Engine as a **Polling Engine**, leave the values for the Data Queue Fields blank
   * **Spool Attribute**: Specify the external spool file attribute to test to recognize the spool file and select the correct archive application. Specify one of:   * **Spool Attribute**: Specify the external spool file attribute to test to recognize the spool file and select the correct archive application. Specify one of:
    
pub/iview8be.1757288695.txt.gz · Last modified: 2025/09/07 16:44 by kkramer