JFS Document Management System Documentation
Shared Information Files


Overview
Database
Access
Operation
Utilities
Controls
Shared Files
 

dataloc.txt
A shared text file that MUST contain the following information in the exact location described. It is used to describe connection strings and external utility locations.
Line 0 is the DSN info for working data
Line 1 is location of viewer utility located on a Middletown Server
Line 2 is location of viewer utility located on a Hamilton Server
Line 3 is the DSN info for an alternate, training database

header.txt
A common html header that contains title and formatting information that is shared by and provides the beginning html code for every page in the system.

footer.txt
A text file containing code that is that is shared by and provides the bottom of page ending html code for every page in the system.

x.txt
A shared text file that MUST contain the following information in the exact location described. It is used to detail security levels and permission groups.
Line 1 is default social security number defaultssn (currently 111-11-1111)
Line 3 is minimum caseworker access level mincwlevel= (currently 15)
Line 5 is maximum caseworker access level maxcwlevel= (currently 50)
Line 7 is minimum caseworker, used to define email list only mincw= (currently 15)
Line 9 is maxcaseworker, used to define email list only maxcw= (currently 50)
Line 11 is minimum case aid level caseaidsec (currently 10)
Line 13 is maximum level for any viewing application mostmaxsec (currently 90)
Line 15 is administrative support level ( superuser)adminsupsec (currently 50)
Line 17 is minimum confidential security level min_confidential (currently 30)
Line 19 is maximum confidential security level max_confidential (currently 44)
Line 21 is auditor level security auditorsec (currently 65)
Line 23 is a list of security codes that can use the delete feature and other management functions (currently 20, 36, 37, 50)
Line 25 is list of security codes that are allowed to change the database using the management tools (currently only 50)
Line 27 is a list of security codes that can use the fixssn tool.