Migration Service Configuration

This table shows the Migration Service configuration variables and their configuration properties.

Data Source Configuration Default Tenant Configuration
Property Name Default Property Value
com.tibco.af.oms.databaseType postgres
com.tibco.af.oms.pooledDataSourceDfltTnt.driverClassName org.postgresql.Driver
com.tibco.af.oms.pooledDataSource.host localhost
com.tibco.af.oms.pooledDataSource.port 1521
com.tibco.af.oms.pooledDataSource.database orcl.apac.tibco.com
com.tibco.af.oms.pooledDataSourceDfltTnt.username tenantpdb
com.tibco.af.oms.pooledDataSourceDfltTnt.password tenantpdb
com.tibco.af.oms.pooledDataSource.postgres.schema fomschema
com.tibco.af.oms.pooledDataSourceDfltTnt.url jdbc:postgresql://${com.tibco.af.oms.pooledDataSource.host}:${com.tibco.af.oms.pooledDataSource.port}/${com.tibco.af.oms.pooledDataSource.database}?currentSchema=${com.tibco.af.oms.pooledDataSource.postgres.schema}
datasource.initial_size 10
datasource.max_idle 100
datasource.min_idle 100
datasource.max_active 100
datasource.max_wait 30000
com.tibco.af.oms.hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
com.tibco.af.oms.hibernate.cache.use_second_level_cache false
com.tibco.af.oms.hibernate.cache.provider_class org.hibernate.cache.ASCacheProvider
com.tibco.af.oms.hibernate.transaction.factory_class org.hibernate.transaction.JDBCTransactionFactory
com.tibco.af.oms.hibernate.jdbc.batch_size 30
com.tibco.af.oms.hibernate.show_sql false
datasource.validationQuery SELECT 1
datasource.testOnBorrow true
datasource.validationInterval 5000
Archival Database Configurations
Property Name Default Property Value
com.tibco.archival.datasource.driverClassName org.postgresql.Driver
com.tibco.archival.datasource.url jdbc:postgresql://localhost:5432/archivaldbll?currentSchema=archivalschemall
com.tibco.archival.datasource.username archivaluserll
com.tibco.archival.datasource.password archivaluserll
com.tibco.archival.hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
hibernate.temp.use_jdbc_metadata_defaults false
com.tibco.archival.datasource.validationQuery SELECT 1
com.tibco.archival.datasource.testOnBorrow true
com.tibco.archival.datasource.validationInterval 5000
Redis Database Configuration
Property Name Default Property Value
redisHost localhost
redisPort 6379
redisHostStat localhost
redisPortStat 6379
Miscellaneous Configuration
Property Name Default Property Value
com.tibco.oms.legacy.tenantId TIBCO
com.tibco.archival.ftl.order.udf.searchkeys OrderUDF
com.tibco.archival.ftl.orderline.udf.searchkeys test
com.tibco.offlineMigration.filterOrderInFinalState false
com.tibco.fom.orch.enableOrderSequencing false
logging.config config/logback_migration.xml
enableAuditTrail false
com.tibco.fom.orch.enableMilestoneReleaseDuringActivation true
Messaging Configuration
Property Name Default Property Value
com.tibco.af.oms.jms.jndi.ConnectionFactory GenericConnectionFactory
com.tibco.af.oms.jms.jndi.initialContextFactory com.tibco.tibjms.naming.TibjmsInitialContextFactory
com.tibco.af.oms.jms.jndi.url tibjmsnaming://localhost:7222
com.tibco.af.oms.jms.jndi.security.principal admin
com.tibco.af.oms.jms.jndi.security.credentials admin
com.tibco.tibjms.naming.security_protocol
com.tibco.tibjms.naming.ssl_enable_verify_host
tibco.aff.oms.ordersSequencer.submitOrder tibco.aff.oms.ordersSequencer.submitOrder
tibco.aff.oms.ordersSequencer.submitOrder.receive.timeout 1000
Redis Data Source Configuration Properties
Property Name Default Property Value
redis.catalogHost localhost
redis.catalogPort 6379
redis.testOnBorrow true
redis.testOnReturn true
redis.testWhileIdle true
redis.blockedWhenExhausted true
redis.jmxEnabled true
redis.lifo true
redis.maxIdle 64
redis.minIdle 16
redis.maxTotal 64
redis.numTestsPerEvictionRun 5
redis.softMinEvictableIdleTimeMillis 3000
redis.minEvictableIdleTimeMillis 6000
redis.timeBetweenEvictionRunsMillis 3000
Order Data Source Configuration Properties
Property Name Default Property Value
order.datasource.driverClassName org.postgresql.Driver
order.datasource.username aff_oms
order.datasource.password aff_oms
order.datasource.url jdbc:postgresql://localhost:5432/admindbll?currentSchema=adminschemall
order.datasource.initializeSize 2
order.datasource.maxIdle 11
order.datasource.minIdle 100
order.datasource.maxActive 12
order.datasource.maxWait 10000
order.datasource.validationQuery SELECT 1
order.datasource.testOnBorrow false
hibernate.temp.use_jdbc_metadata_defaults false
order.datasource.hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
order.datasource.hibernate.show_sql false
order.datasource.validationInterval 5000