dbms.asn

The dbms.asn file is a basic assignment file containing the DBMS assignment settings.

Default location: UnifaceAPSInstallDir\common\adm

Description

The dbms.asn file is included by other basic assignment files such as ide.asn and wasv.asn. It is created during installation of Uniface. You must modify the file to suit your own environment.

; Sample database assignment file
[DRIVER_SETTINGS]
SEQ U1.0
SYB U5.2
USYS$SYB_PARAMS = charset ISO_1
...
[PATHS]
$SYB SYB:sampledb.uniface|uniface|ten
$SYS $SYB
$UUU $SYS
$IDF $SYS
$DEF $SYS

iSeries

[DRIVER_SETTINGS]
DB2     U4.0
USYS$DB2_PARAMS  segmented fields:off

[PATHS]
; In the DB2 path below, replace RDBDIRE by the name of the local
; relational database. Use WRKRDBDIRE to obtain this name.
; Also replace LIBRARY with the name of the collection that the userver
; should use by default. Specify a username and password if you need
; the DB2(4.0) driver to run in Server mode, otherwise it runs in
; Normal mode. See the DB2 Connector information in the Uniface Library 
; for more information about Server mode.

$DB2 = DB2:RDBDIRE:LIBRARY||
$SYS    $DB2
$UUU    $SYS
$IDF    $SYS
$DEF    $SYS

Related Topics