VISULOX 4 Documentation

How to customize values in the database


Overview

VISULOX has several standard files in /opt/visulox/setup/database for the messages, views, applications etc.

The installation order is imported. The files can not be changed. If any special customizations are needed,
new files can be put into that directory and the extension must be ".cust".

This allows to modify or add parameters after applying.

Modifications must be applied on any node with the command

 /opt/visulox/setup/loadconfig.tcl -config <custfile>

The VISULOX update process loads these files automatically.


Configuration

{
    presql {
		-- ANY SQL STATEMENT BEFORE DATA
    }   
    <tablename> {
        columns {<list of columns>}
        rows  {
                {<list of values>}
              }
    }   
    postsql {
		-- ANY SQL STATMENT AFTER DATA   
    }   
}


{
    textcatalog {
        columns {lang var icon shorttext description}
        rows  {
                {en {WrongOtp} {sign_warning} {OTP not valid!} {The OTP entered is not correct}}
                {de {WrongOtp} {sign_warning} {OTP nicht gültig!} {Der eingegebene OTP ist falsch}}
              }
    }   
}


{
 textcatalog {
   columns {lang var icon shorttext description}
   rows    {
            {de {loginscripterror} {} {Wenden Sie sich bitte an Ihren Administrator} {}}
            {en {loginscripterror} {} {Call Administrator} {}}
   			}
	}
}

warning After change, a total service reboot is needed warning .


Before such a modification is applied we recommend:

  • to ask support@visulox.com for assistance

  • to make a backup of the database

  • no changings are done, when the environment is online

Related information

How to configure alternate mappings for datasources