Difference between revisions of "Visimage3 Setup for Fiserv Online Clients"

From Vital Soft Wiki
Jump to: navigation, search
>Johno
(Created page with "=== Visimage3 Setup === After installing Visimage3, Fiserv Online Clients must also install stunnel which is used to encrypt all communication between Visimage3 and the host. ...")
 
>Johno
Line 2: Line 2:
 
After installing Visimage3, Fiserv Online Clients must also install stunnel which is used to encrypt all communication between Visimage3 and the host. A special Fiserv installation of stunnel can be downloaded here.
 
After installing Visimage3, Fiserv Online Clients must also install stunnel which is used to encrypt all communication between Visimage3 and the host. A special Fiserv installation of stunnel can be downloaded here.
 
=== Configuring Stunnel ===
 
=== Configuring Stunnel ===
Once stunnel has been installed you must edit the stunnel.conf file and edit the [Visimage Client] section.  By default, the stunnel.conf file is located in C:\Program Files\stunnel.
+
Once stunnel has been installed you must edit the stunnel.conf file and modify the [Visimage Client] section.  By default, the stunnel.conf file is located in C:\Program Files\stunnel.
  
 
Locate this section:
 
Locate this section:
Line 15: Line 15:
 
=== Visimage3 Server Configuration ===
 
=== Visimage3 Server Configuration ===
 
When creating a Visimage3 connection, use the following parameters:
 
When creating a Visimage3 connection, use the following parameters:
 +
  {| class="wikitable" style="border-spacing: 2,2,2,2;"
 +
    |'''Option''' ||'''Value'''
 +
    |-
 +
    | Host Address || localhost
 +
    |-
 +
    | Host Port || 30501
 +
    |-
 +
    | Host Profile Name || uname!live or uname!eom
 +
    |}
 +
* Where uname is the username assigned by Fiserv. For example, joverton.
 +
* The username is always followed by either '''!live''' (for the live databases) or '''!eom''' for the end of month (report) databases.

Revision as of 23:17, 8 July 2020

Visimage3 Setup

After installing Visimage3, Fiserv Online Clients must also install stunnel which is used to encrypt all communication between Visimage3 and the host. A special Fiserv installation of stunnel can be downloaded here.

Configuring Stunnel

Once stunnel has been installed you must edit the stunnel.conf file and modify the [Visimage Client] section. By default, the stunnel.conf file is located in C:\Program Files\stunnel.

Locate this section:

[VisImage Client]
client = yes
accept = 30501
connect = 192.168.1.64:30502
  • Modify the connect IP address to match the IP address of your UNIX host and save the file.
  • If you have already rebooted your PC since installing stunnel, stop and restart the stunnel service. Otherwise reboot.

Visimage3 Server Configuration

When creating a Visimage3 connection, use the following parameters:

Option Value
Host Address localhost
Host Port 30501
Host Profile Name uname!live or uname!eom
  • Where uname is the username assigned by Fiserv. For example, joverton.
  • The username is always followed by either !live (for the live databases) or !eom for the end of month (report) databases.