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 [2018/09/06 10:31] – [Menu IVIEW, option 10:iView Servers (Engines)] 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 273: Line 273:
    Directory:                                                                       Directory:                                                                   
                                                                                                                                                                  
-   System Type:              *UNIX, *AS400, *WINDOWS                            +   System Type:              *UNIX, *AS400, *WINDOWS FTP Type:       *FTP, *SFTP                           
    AS/400 Namefmt Type:       0, 1                                                  AS/400 Namefmt Type:       0, 1                                              
-   Log Lib/File:            /                                                    +   Export Index File:        *TXTCSV   Sep. Char    Include Field Name:    Y/N                                     
-   Log Level:                *SUMMARY*DETAIL, *NONE                            +   FLD Separator:   Y/N One Line per Field   Y/N Include File Path:   Y/                    
-   Job Queue:                Export Index File:       *YES *NO Sep. Char         +   Output To .ZIP file  Y/N  .ZIP Name                            *DEFAULT, Name       
-   Include Field Name:   Y/N FLD Separator:   Y/N One Line per Field   Y/      +    
-   Include File Path:   Y/                                                    +                                                    
    Post FTP Cmd:                                                                    Post FTP Cmd:                                                                
                                                                                                                                                                  
Line 289: Line 289:
   * **Directory**: Directory into which to upload the file.   * **Directory**: Directory into which to upload the file.
   * **System Type**:  O/S type of remote system.   * **System Type**:  O/S type of remote system.
 +  * **FTP Type**: FTP connections can be done using *FTP or *SFTP protocols.
   * **AS/400 Namefmt**: 0 for the DB2/400 file system and 1 for the Integrated File System format.   * **AS/400 Namefmt**: 0 for the DB2/400 file system and 1 for the Integrated File System format.
-  * **Log Lib/File**:  If logging specify a library and file name for a log file. This file must either be FTPLOG or a duplicate of it. If logging you must specify a log file and library+  * **Export Index File**: Export file for index field values can now the in *TXT and *CSV formats.  
-  * **Log Level**:  Logging levelIf *NONE the log file need not be entered. This logging is separate from iView engine logging, which is into the job log+  * **Sep. Char**:  Configure index field value separator for your Export Index File. 
-  * **Job Queue**:  System i job queueIf entered iView will submit to this job queue all of the ftp commands and the Post FTP Command specified below it. If not specified it will simply run these commands as part of the archive engine job stream+  **Include Field Name**:  Option to include or exclude the Index Field Name in the Export Index File
-  * **Export Index File**: If *YES specified iView will create a text file containing the iView archive fields and their values for the document separated by a space, and will ftp this file to the same target with the archived documentThe file name is the same as the archived document except that the file extension is **.txt**. This file is not retained on the System i.+  * **FLD Separator**:  Option to include or exclude Field Separator. 
 +  * **One Line Per Field**:  Option to have a one line per field or multiple lines.  
 +  * **Include File Path**:  Option to include the PDF file’s path in the Export Index File. 
 +  * **Output To .ZIP file**:  Option to wrap the output being sent to the FTP site in a 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.1536255082.txt.gz · Last modified: 2022/06/25 17:02 (external edit)