Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example for the install.options

Code Block
installDir=C:\DBINSTALLcore-service
serviceName=yuuvis_dms_oracore-service
serviceDisplayName=DMSyuuvis RAD Core-Service DB
dataDir=C:\ORACLEINSTALLcore-service\DATA
dbType=MSSQLPostgreSQL
dbServer=10.1.4.149
dbPort=15215432
dbName=yuuvisdb
dbUser=user
dbPassword=password
update=false
setupStartService=1

...

Option

Description

installDir

Installation directory

serviceName

Installierted technical service name (without blank)

serviceDisplayName

Display name for the service

dataDir

Data directory (WORK/CACHE)

dbType

Database-type, possible values : MSSQL , postgres or OraclePostgreSQL

dbServer

Database server (name or IP)

dbPort

Database port, defaults:
for MS-SQL Server: 1433
for PostgresSQL
for Oracle DB: 15215432

dbName

Database name

dbUser

Database user

dbPassword

Database password

update

If 'false' a new installation is always performed. Otherwise only the system files are updated.

setupStartService

If '1', the dms service will be started automatically after the setup.

...