User Tools

Site Tools


pub:iview8fe

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:iview8fe [2014/03/25 16:13] – [Setup] davispub:iview8fe [2022/06/25 17:02] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 ====== iView 8 Front End Use ====== ====== iView 8 Front End Use ======
 +===== Log-In Screen =====
 +{{:pub:iview:ivew8:iv8001.jpg?500|}} \\
  
-<html><span style="colorred;">This page is under construction and should not be deemed reliable or complete</span></html>+**Log-In Window:** 
 +   * Log-In credentials are set by the administrator under the User Manger option in the Administrator sectorion of iView 
 +   * Credential can be
 +  
 +|1| All active IBMi Profiles | 
 +|2| Individually assigned users | 
 +===== Screen Areas ===== 
 +{{:pub:iview:ivew8:iv8002.jpg?600|}} \\ 
 +===== Archive Screens ===== 
 +{{:pub:iview:ivew8:iv8003.jpg?600|}} \\ 
 +{{:pub:iview:ivew8:iv8005.jpg?600|}} \\ 
 +{{:pub:iview:ivew8:iv8006.jpg?600|}} \\
  
-===== iView Front End Setup =====+===== Import Documents via data lookup from an external file ===== 
 +In Archive Configuration, select the archive and define the mapping fields to lookup:
  
-This is the third option from the entrance page.+Define the library and name of the external lookup file, then for each INDEX field, define the mapping fields from external file as well as the Comparison type (= : exact match, <> : doesn’t match; LIKE : similar values) 
 +{{:pub:iview:ivew8:iv8100.png|}} \\ 
  
-The license key file is uploaded through a dialog at the top. The Zend Server ID that is licensed will appear in green. +Then, in the Import Document screenenter the searchable value in Index field and either click ‘Search in Metadata File’ which it will search from iView metadata file, or Search in External File’ which it will search from the file we defined in Archive Configuration screen
- +{{:pub:iview:ivew8:iv8101.png|}} \\ 
-  * **iView Schema**: The name of the iView librarynot infrequently IVIEW. +{{:pub:iview:ivew8:iv8102.png|}} \\ 
-  * **iView Archive Root**: The root directory of the document store. Usually /iview/. Use leading and trailing slashes. +{{:pub:iview:ivew8:iv8103.png|}} \\ 
-  * **iView Script URL**: The script directory relative to document root. Usually /iview/. Use leading and trailing slashes. +Then Click Submit to import file into the iView archive
-  * **Database**: Name of the DB2 database. Usually *LOCAL.  +
-  * **DB User Name**: Name of a user to connect to the DB2 database.  +
-  * **DB User Password**: User's password. +
-  * **IBM i5 Server IP:Port**: Use format 999.999.999.999:99999, or valid IPv6 equivalent.  +
-  * **iView Admin Profile**: *ANYONE or user profile. This profile can configure the archives and administer archive permissions. +
-  * **iMail Library**: library containing iMail, or blank if not present. +
-  * **Jobqueue library/name**: Job queue to submit emails to iMail, if present. A multi-threaded jobqueue is better. +
-  * **Log file library/name**: Usually the file is named WEBLOG and put in the iView library, as specified above. iView does not maintain or rotate this log. +
-  * **Maximum upload file size** ( bytes ): Used to set upload_max_filesize. Specify in bytes. +
-  * **Different File Access Profile**: *NONE or profile. If specified iView will adopt the authority of the profile before trying access the document store.  +
-  * **Number Of Row Per Page**: In search results the number of documents per page. +
-  * **Show Spool File Attributes** In Searching: If *YES will allow you to search on the external spool file attributes of spool files archived through the engine. Otherwise specify *NO. +
-  * **Required For Search**: Globally enables this featurewhich is then configured in the Archive Configuration.  +
-  * Default Search **Case Sensitivity**: Case insensitive or not. This is the default - you can change it in the search dialog. +
- +
- +
-===== Archive Configuration ===== +
- +
-This is option 4 from the entrance page. +
- +
-Select an archive to configure from the pull down list and let the definition load. +
- +
-  * **Search Results Setup**:  Specify here if you wish the contents of this meta data field to be displayed in the search results summary page as a search context hint. You can specify it also for display as the file name. If you do use it as a file name, the point and click delete function will not work.   +
- +
-  * **Related Document Setup:**  Specify data fields that two archives have in common to setup Related documents. These fields are used to do a SQL join. You must specify the join in both directions - both to another archive and from it.  So if there are two archives that have customer number in common, to setup related documents one would specify  +
- +
-<html><pre> +
-table1:customerNbr corresponds to table2:customerNbr +
-table2:customerNbr corresponds to table1:customerNbr +
-</pre></html> +
- +
- +
-===== User Manager ===== +
- +
-This is option 6 from the entrance page. +
- +
-You must configure access to an archive before anyone, including the administrator, can access it through the front end. +
- +
-==== iView User Authentication ==== +
- +
-iView uses the browser, and thus the Apache webserver, to authenticate.  This means that any mechanism for user authentication supported by Apache can be used to authenticate users.   +
- +
-Typically, we setup iView to authenticate against the IBM i user profile. This is accomplished by adding the following stanza to the Zend Server Apache configuration file: /www/zendsvr6/conf/httpd.conf+
- +
-<html><pre> +
- &lt;LocationMatch "/iview*"&gt; +
-          PasswdFile %%SYSTEM%% +
-          AuthType Basic +
-          AuthName "i5 User Profile" +
-          Satisfy All +
-          Require valid-user +
- &lt;/LocationMatch&gt; +
- </pre></html>  +
- +
-All this mechanism does is authenticate to the browser a particular user name. +
- +
-Please remember that password authentication alone is not adequate protection for a web application accessible from the general internet. +
- +
- +
-==== User Manager Profiles ==== +
- +
-The iView user manager matches the user name authenticated to the browser to a set of permissions. The user profile in iView is not per se connected to any profile object on any system. It is a user name that the browser authenticates.  +
- +
-In practice on an IBM i system, using the above Apache configuration with user names that exist on the IBM  i allows web users to authenticate using their greenscreen user profile and password. +
- +
-==== Work with Profiles ==== +
- +
-To create a profile, you may select a profile from the IBM i profile list (which may not be complete, depending on the access your current authenticated profile has to IBM i *USRPRF objects), or may type any name. You may optionally type a description, such as a full name, and press <update>.\\  {{:pub:iview6:iviewuser.png?400|}}   \\ The user will be added to the iView user table. +
- +
-==== Work with Groups ==== +
- +
-You may create a user group by typing the name and clicking the <update> button. +
- +
-Once the group and a user exists, you may add the user to the group by selecting the user from the pull downlist for the group and clicking <update>+
- +
-{{:pub:iview6:iviewgroup.png?400|}} +
- +
-A user can be removed from a group by mousing over the user name and clicking on the 'x'. The user name should strike through. At that point clicking <update> should remove the user from the group. You can strike through multiple users before clicking <update> to remove many users at once. +
- +
-You can delete a group by mousing over the group name and clicking on the 'x'+
- +
-===== Work with Access ===== +
- +
-The access section allows you to control access by users and groups to an archive. +
- +
-To add access, select the user or group from the pull down list and click <update>+
-To remove a user or group from access, mouse over the user/group name and click the 'x'. The name should strike through. You may then click <update> to remove the user/group from access to the archive. You may select multiple groups/users for removal at once. +
- +
-{{:pub:iview6:iviewaccess.png?400|}} +
- +
-Once a user/group has access to an archive, you may change the access to be read (r) or read/write (rw). Read/write access allows the user/group to delete single documents from the archive from the search results screen. +
- +
-===== Archive Maintenance ===== +
- +
-Select an archive to perform archive maintenance. The specific maintenance to traverse the archive annotation file and purge records that have no existing associated archived document. +
- +
-===== Content Manager ===== +
- +
-This feature provides configuration to iView that allows it to attempt to instruct the browser how to handle the archived document.  +
- +
-  * **File Extension**:  Specify the file type by extension.  +
-  * **Content Type**: Specify the **internet media type**. See [[http://en.wikipedia.org/wiki/Content_type#List_of_common_media_types | Wikipedia ]] for a list. +
-  * **Disposition**: **inline** or **attachment**. By default, most browsers will prompt the user to download a file object that it does not know how to open. This is the "attachment" disposition. If the browser has the capability, either builtin or through add-ons, to open a file in its own window then specifying the file type with the disposition "inline" may persuade the browser to open the document in its window. This of course works well with PDF documents. +
- +
-===== Searching for and Displaying Archived Documents ===== +
- +
-==== Search ==== +
- +
-To search for an archived document, take: +
- +
-Option 1:   Search the Archives +
- +
-Then **select the archive** from the list of archives to which you have read access. +
- +
-At the search screen, **specify search criteria** for the define meta data fields and/or the external spool file attributes. +
- +
-You may use a **wildcard** * (asterisk).{{:pub:iview6:wildcardsearch.png?125|}} +
- +
-Whether or not the search is **case sensitive** by default depends on the global setting in iView setup. You may toggle that setting using the {{:pub:iview6:iviewcasesensitivesearch.png?200|}} at the top left. +
- +
-If you wish to see the results in a particular order then select a sort sequence. You can select multiple sort fields.  If you do not select sort fields then the results will be presented in whatever order db2 returns them to the browser. +
- +
-==== Results ==== +
- +
-In the results listing, clicking on the file name should open the archived document in a separate browser tab. This behavior may vary per browser. +
- +
-Use the related documents link to execute the search just performed across all the archives defined as related to the current archive in the archive setup. If this has not been setup then the related document search should be empty. +
- +
-Use the email link to originate an email, with this document as an attachment, from the IBM i via iMail. The iMail library must be provided in iView Setup. iMail is a module of [[http://www.informdecisions.com/products/ | the iDocs Suite]] +
-===== Signing Documents Using Signature Capture =====+
  
 +====== Signing Documents Using Signature Capture ======
 +You can sign captured documents by using iSign 
 ==== Setup ==== ==== Setup ====
  
Line 161: Line 48:
   * **Navigate to the document**: Use the main page option 2, then search for the document. ( The search field(s) are the meta data fields with the **SIGTAG** switch set to Y ). The document should open in the signature capture app.   * **Navigate to the document**: Use the main page option 2, then search for the document. ( The search field(s) are the meta data fields with the **SIGTAG** switch set to Y ). The document should open in the signature capture app.
   * **Click on the 'sign'** link.    * **Click on the 'sign'** link. 
-  * Click the **sign**  {{:pub:iview6:iviewsignbutton.png?50|}} button.+  * Click {{:pub:iview6:iviewsignbutton.png?50|}}.
   * **Sign the document** with your mouse, stylus or finger.  {{:pub:iview6:200px-firma_napoleon_bonaparte.svg.png?200|}}   * **Sign the document** with your mouse, stylus or finger.  {{:pub:iview6:200px-firma_napoleon_bonaparte.svg.png?200|}}
-  * Click **save**  {{:pub:iview6:iviewsavebutton.png?75|}}.+  * Click {{:pub:iview6:iviewsavebutton.png?75|}}.
   * **Optionally print** the signed document by clicking {{:pub:iview6:iviewprintbutton.png?75|}}   * **Optionally print** the signed document by clicking {{:pub:iview6:iviewprintbutton.png?75|}}
   * **Optionally email** by clicking the {{:pub:iview6:iviewemailbutton.png?75|}} button. The iMail address book is used for addressing, or key the email addresses.   * **Optionally email** by clicking the {{:pub:iview6:iviewemailbutton.png?75|}} button. The iMail address book is used for addressing, or key the email addresses.
pub/iview8fe.1395789201.txt.gz · Last modified: 2022/06/25 17:02 (external edit)