Difference between revisions of "Configuration Files"

From Recital Documentation Wiki
Jump to: navigation, search
Line 4: Line 4:
 
==System-wide Configuration Files==
 
==System-wide Configuration Files==
 
The following configuration files are installed in the <path>/conf directory:
 
The following configuration files are installed in the <path>/conf directory:
 
  
 
====recital.conf====
 
====recital.conf====
 
Environment variables that apply to all Recital products.
 
Environment variables that apply to all Recital products.
 
  
 
====db.conf====
 
====db.conf====
 
Environment variables that apply to Recital Terminal Developer and supersede ones in recital.conf. If you are upgrading from an earlier version of Recital Terminal Developer which had custom settings in the profile.db file, these can be added here.
 
Environment variables that apply to Recital Terminal Developer and supersede ones in recital.conf. If you are upgrading from an earlier version of Recital Terminal Developer which had custom settings in the profile.db file, these can be added here.
 
  
 
====dbserver.conf====
 
====dbserver.conf====
 
Environment variables that apply to the Recital Server (RDS/UAS) and supersede ones in recital.conf. If you are upgrading from an earlier version of the Recital Server which had custom settings in the profile.uas file, these can be added here.
 
Environment variables that apply to the Recital Server (RDS/UAS) and supersede ones in recital.conf. If you are upgrading from an earlier version of the Recital Server which had custom settings in the profile.uas file, these can be added here.
 
  
 
====config.db====
 
====config.db====
Line 32: Line 28:
  
 
If you are upgrading from an earlier version of Recital Terminal Developer or the Recital Server which had custom settings in their respective config.db files, these can be added here.
 
If you are upgrading from an earlier version of Recital Terminal Developer or the Recital Server which had custom settings in their respective config.db files, these can be added here.
 
  
 
====compat.db====
 
====compat.db====

Revision as of 16:37, 25 March 2009

Recital products can be configured using Environment Variables and Recital SET COMMANDS.


System-wide Configuration Files

The following configuration files are installed in the <path>/conf directory:

recital.conf

Environment variables that apply to all Recital products.

db.conf

Environment variables that apply to Recital Terminal Developer and supersede ones in recital.conf. If you are upgrading from an earlier version of Recital Terminal Developer which had custom settings in the profile.db file, these can be added here.

dbserver.conf

Environment variables that apply to the Recital Server (RDS/UAS) and supersede ones in recital.conf. If you are upgrading from an earlier version of the Recital Server which had custom settings in the profile.uas file, these can be added here.

config.db

SET COMMANDS that apply to all Recital products. To allow different settings for the Recital Server (ISSERVER() = .T.) and Recital Terminal Developer (ISSERVER() = .F.), separate them in the IF block:


if isserver()
...
else
...
endif


If you are upgrading from an earlier version of Recital Terminal Developer or the Recital Server which had custom settings in their respective config.db files, these can be added here.

compat.db

SET FILETYPE and SET COMPATIBLE settings that apply to all Recital products. Similarly these can have different values for the Recital Server and Recital Terminal Developer if an 'IF ISSERVER(); ELSE; ENDIF' block is used. This combines the previous unixdeveloper/compat.db and uas/compat.db files.


Local configuration files

Recital Terminal Developer will also pick up the settings from files named config.db or profile.db in the session/application start directory.