Archival Service Configuration

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

Archival Engine Configuration
Property Name Default Property Value
logging.config config/logback_arch.xml
enablePurgeCompleteOrder false
com.tibco.archival.ftl.order.udf.searchkeys OrderUDF
com.tibco.archival.ftl.orderline.udf.searchkeys test
com.tibco.archival.ftl.order.states Execution
Blocked
Complete
Cancelled
Withdrawn
OPD
Suspended
Prequalificationfailed
Feasibility
Archival Database Configuration
Property Name Default Property Value
com.tibco.archival.datasource.driverClassName org.postgresql.Driver
datasource.url jdbc:postgresql://localhost:5432/archivaldbll?currentSchema=archivalschemall
com.tibco.archival.datasource.username archivaluserll
com.tibco.archival.datasource.password ENC(0yIDLwbMh07VvOWs4tFwDA==)
hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
hibernate.temp.use_jdbc_metadata_defaults false
hibernate.show_sql false
datasource.initial_size 10
datasource.max_wait 30000
datasource.max_active 100
datasource.max_idle 100
datasource.min_idle 10
datasource.validationQuery SELECT 1
datasource.testOnBorrow true
datasource.validationInterval 5000
FTL Server Configuration
Property Name Default Property Value
enableFTLNotifications true
realmHost localhost
realmPort 8080
realmAppName fom-orch
realmUsr guest
realmPswd ENC(vRKEFxUl43ZQ2CglCdilXg==)
realmAppIdentifier default
realmClientLabel fom-orch
realmNotificationEndpoint fom-orch
Orchestrator Configuration
Property Name Default Property Value
com.tibco.archival.order.archivalservice.url http://localhost:9093/v1/order/archival
com.tibco.archival.order.orchAmendOrder.url http://localhost:9093/v1/amend
com.tibco.archival.order.orchSuspendOrder.url http://localhost:9093/v1/order/suspend
com.tibco.archival.order.orchActivateOrder.url http://localhost:9093/v1/order/activate
com.tibco.archival.order.orchCancelOrder.url http://localhost:9093/v1/order/cancel
com.tibco.archival.order.orchWithdrawOrder.url http://localhost:9093/v1/order
com.tibco.archival.order.orchBulkAction.url http://localhost:9093/v1/orders/bulkaction
com.tibco.archival.order.orchPlanPreview.url http://localhost:9093/v1/planPreview
com.tibco.archival.order.purgeOrder.url http://localhost:9093/v1/order/purgeOrder
com.tibco.archival.order.errorHandlerreply.url http://localhost:9093/v1/planitem/errorHandlerreply
com.tibco.archival.order.bulkErrorHandlerreply.url http://localhost:9093/v1/planitem/bulkErrorHandlerreply
Application Security Configuration
Property Name Default Property Value
operation.roles.orderSummary ROLE_ADMIN,ROLE_USER
operation.roles.ordersByCriteria ROLE_ADMIN,ROLE_USER
operation.roles.orderByQueryFilter ROLE_ADMIN,ROLE_USER
operation.roles.orderDetails ROLE_ADMIN,ROLE_USER
operation.roles.executionPlanbyQueryFilter ROLE_ADMIN,ROLE_USER
operation.roles.enrichedPlanByPlanId ROLE_ADMIN,ROLE_USER
operation.roles.auditTrailForOrder ROLE_ADMIN,ROLE_USER
operation.roles.auditTrailForPlan ROLE_ADMIN,ROLE_USER
Authentication Server Configuration Properties Used for Swagger UI Configuration
Property Name Default Property Value
authorization.service.username apiUser
authorization.service.password apiUser
useAccessTokenFromProperty false