Default values have been specified for most parameters. They can be changed if required. Parameters that must be adjusted to your system environment are written in red letters.
Section/Parameter | Description |
---|---|
[GLOBAL] | |
helplib= |
The name of the message file. |
Helpcache= |
The availability of the message and language dependent strings. Allowed values: "ALL" (default value), "NONE", "CONTROLS" "ALL" = The entire message file
is kept in the RAM. |
language= |
The language that the login window suggests by default. Allowed values: "E" (default), "D", "F" The language that you select when you log on affects the utility's interface and the log-file messages. When you select several languages here, the first language is used as the default language. |
docu_path= | The directory in which the help system is installed. |
logging= |
The path and the file name of the log file. The number characters are used as place holders for consecutive numbering. When you start the utility, the log files are renamed so that the current log file always shows the number "00". |
logcount= |
The number of stored log files. |
cmd= |
The command line command for starting the utility. |
path= |
The start path for the utility. |
title= |
This parameter serves internal purpose in the utility. The value must not be changed. |
alloc_size= |
The utility processes the data records block by block. This parameter specifies the block size (number of data records). Default value: 200 000 |
[ENVIRONMENT] |
|
classpath= |
The path and the file name of the archive for layout files. |
[REORG] |
|
no_archive_check= |
Archiving check. "0" = Checks if data has been archived
before. |
auto_reorg= |
The maximum age of the data records in days. Allowed values: "0" to "32767" All data records that are older than specified in this parameter are reorganized except the parameter no_archive_check= has been set to value "0". In this case, the utility only reorganizes the data records which have previously been archived. In both cases, auto_reorg= overrules the settings that are made in the utility's interface (such as the reorganization of messages that are older than n days) when fewer days are specified in the INI-file parameter. The lower value always overrules the higher value. For example: auto_reorg = 183 All data records will be reorganized when you use the value "0". |
[TRACE] |
|
file= |
The path and the file name of the trace file. The number characters are used as place holders for consecutive numbering. When you start the agent, the log files are renamed so that the current log file always shows the number "00". |
trccount= |
The number of the stored trace files. |
databaseA database is an organized collection of data including relevant data structures.= |
The trace flag for the utility's database access. Allowed values: "0" (default value) to "9" Trace flags must only be used in close cooperation with Automic Support. |
[ODBC] |
|
SQLDRIVERCONNECT= |
The connection for the database. ODBCVAR - Eight-digit command field for controlling database accesses 1. Position = N - Do not use server cursor. DSN - The alias name of the database connection. Only for
ORACLE:
Syntax: RECONNECT refers to the frequency that should be used to re-establish the database connection. This parameter is given priority even if a "D" is set in the 2nd digit of ODBCVAR (see above). Automic recommends using the parameter commit_write='BATCH,NOWAIT' in order to increase performance. For example: SQLDRIVERCONNECT=ODBCVAR=NNJNIORO,DSN=UC4;UID=uc4;PWD=--1037B2E22BF022EBE2; See also: Setting up ORACLE databases Only for DB2: Use "N" on the 6. position in the connection string, when the UID for database access is a domain user. |
See: Notes for Adjusting Configuration Files
[GLOBAL]
helplib=uc.msl
Helpcache=all
language=E
docu_path=C:\AUTOMIC\Documentation
logging=..\TEMP\UC_DBReorg_LOGG_##.TXT
logcount=10
cmd="javaw" -jar -cp .;.\UC4LAF.jar UCYBDBRE.jar
path=.
title=UC4 DB-
[ENVIRONMENT]
classpath=.;.\UC4LAF.jar
[REORG]
no_archive_check=0
auto_reorg=365
[TRACE]
file=..\TEMP\UC_DBReorg_TRACE_##.TXT
trccount=10
database=0
[ODBC]
; ODBCVAR xxxxxxxx
; |||||||+ type of SQL-Syntax N=SQL-SERVER O=ORACLE D=DB2
; ||||||+- R=compress messages and local memory
; |||||+-- O = with userid, N = without userid
; ||||+--- I=OCI/CLI N=ODBC
; |||+---- not used
; ||+----- J = compare fieldnames case-insensitive (in case of ORACLE !!)
; |+------ D = DB-Disconnect after 1000 commits (perhaps in case of Oracle memory leaks)
; +------- S = use Server-Cursor (SQL-SERVER)
;
; SNNNNNRN for SQL-Server 2000
; NNNNNNRN for SQL-Server 2005
; NNJNINRO for Oracle 8.x with OCI (Oracle Call Interface)
; NNJNIORD for DB2/NT/UNIX with CLI (Call Level Interface)
; SQL-Server 2000 with ODBC
SQLDRIVERCONNECT=ODBCVAR=SNNNNNRN,DSN=UC4;UID=uc4;PWD=10BFDC349F38156A22
; SQL-Server 2005 with ODBC
;SQLDRIVERCONNECT=ODBCVAR=SNNNNNRN,DSN=UC4;UID=uc4;PWD=UC4
; Oracle with OCI
;SQLDRIVERCONNECT=ODBCVAR=NNJNIORO,DSN=UC4;UID=scott;PWD=tiger
; DB2 with CLI
;SQLDRIVERCONNECT=ODBCVAR=NNJNIORD,DSN=UC4;UID=uc4;PWD=UC4
See also:
General Procedure - Database Maintenance
Reorganization