Multidomain MDM
- Multidomain MDM 10.3 HotFix 2
- All Products
Property
| Description
|
---|---|
avos.jdbc.database.driver.jar
| Path to the JAR file that contains the JDBC driver for ActiveVOS database.
This parameter is populated during the Hub Server installation without the avos prefix in <infamdm installation directory>\conf\avos.install.properties.
|
avos.jdbc.database.driver.class
| JDBC driver class for ActiveVOS database.
This parameter is populated during the Hub Server installation without the avos prefix in <infamdm installation directory>\conf\avos.install.properties.
|
avos.jdbc.database.url
| ActiveVOS database connection URL.
This parameter is populated during the Hub Server installation without the avos prefix in <infamdm installation directory>\conf\avos.install.properties.
|
avos.jdbc.database.username
| ActiveVOS database user name.
This parameter is populated during the Hub Server installation without the avos prefix in <infamdm installation directory>\conf\avos.install.properties.
|
avos.jdbc.database.password
| ActiveVOS database password.
|
avos.ws.protocol
| The protocol for the ActiveVOS server connection. Can be http or https.
|
avos.ws.host
| Host name of the application server where ActiveVOS runs.
|
avos.ws.port
| Port number of the application server connection.
|
avos.ws.trusted.username
| User name of the trusted user.
The trusted user is created as part of the
Multidomain MDM installation and upgrade process.
|
avos.ws.trusted.password
| Password for the trusted user.
The trusted user is created as part of the
Multidomain MDM installation and upgrade process.
|
avos.hub.username
| MDM Hub user that belongs to all roles involved in task management. The out-of-the-box roles are DataSteward, Manager, and SrManager.
|
avos.ws.pagesize
| Number of tasks processed in one database transaction and batch-loaded from ActiveVOS.
|
avos.ws.statuses
| Optional. Comma-separated list of ActiveVOS task statuses to be processed. For example, READY or IN_PROGRESS. By default all tasks are processed.
|
sip_ant.sh migrate-avos-sa-tasks -Davos.jdbc.database.password=!!cmx!! -Davos.ws.protocol=http -Davos.ws.host=localhost -Davos.ws.port=8080 -Davos.ws.pagesize=100 -Davos.ws.trusted.username=avos -Davos.ws.trusted.password=avos -Davos.hub.username=admin
sip_ant.bat migrate-avos-sa-tasks -Davos.jdbc.database.password=!!cmx!! -Davos.ws.protocol=http -Davos.ws.host=localhost -Davos.ws.port=8080 -Davos.ws.pagesize=100 -Davos.ws.trusted.username=avos -Davos.ws.trusted.password=avos -Davos.hub.username=admin