Difference between revisions of "Vsigns srv.ini"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
(Created page with "== Custom Settings for the Vital Signs Listener == <pre> # vsigns_srv.ini # # This file configures the startup settings used by one instance # of a Vital Signs Listener proce...")
 
>Johno
(Custom Settings for the Vital Signs Listener)
Line 1: Line 1:
 
== Custom Settings for the Vital Signs Listener ==
 
== Custom Settings for the Vital Signs Listener ==
 +
 +
In version 1.7 of Vital Signs, this file was moved from the <u>vitalsigns/bin</u> directory to <u>vitalsigns/CUNAME/bin</u> and the config file was also moved from <u>data/config</u> to the local bin directory.
 +
 +
  
 
<pre>
 
<pre>

Revision as of 00:48, 2 December 2015

Custom Settings for the Vital Signs Listener

In version 1.7 of Vital Signs, this file was moved from the vitalsigns/bin directory to vitalsigns/CUNAME/bin and the config file was also moved from data/config to the local bin directory.


# vsigns_srv.ini
#
# This file configures the startup settings used by one instance
# of a Vital Signs Listener process.  This file is normally stored
# in the vitalsigns/bin directory, but can be specified as a parameter
# when launching the vsigns_srv listener.
#
# Name       Default Value                Purpose
# ---------  ---------------------------  ----------------------------------
# VS_PATH    "c:\vitalsigns\CUNAME"       Path to the Vital Signs directory
#                                         for this client.
# VS_PORT    "30601"                      Port that the Vital Signs server is using.
# VS_LOG     "vsigns_srv.log"             Name of the Vital Server log file.
# QV_PATH    "c:\program files\qlikview"  Path to the QlikView installation directory.
# QV_NAME    "qv.exe"                     Name of the QlikView executible.
# CLEANUP    "delete"                     Must be one of: delete or archive.
# 
# varname    "value"                      Any other variable.
#
#VS_SNAP_PATH          "G:/Data/vs_snapshots"

VS_PATH      "E:\vitalsigns\CU1"
VS_PORT      30601
VS_LOG       "vsigns_srv.log"
QV_PATH      "c:\program files\qlikview"
QV_NAME      "qv.exe"
CLEANUP      "archive"
LOG_ARCHIVE_DAYS          20
ASD_ARCHIVE_DAYS          30