Document toolboxDocument toolbox

.ECM Environment Variables v13.3

Database Settings

DATABASE_ENGINEsqlserver, mysql
DB_URL

Database connection url

For example:

DB_USERdatabase user
DB_PASSdatabase password
DB_DRIVER net.sourceforge.jtds.jdbc.Driver, do not change for SQL Server
DB_DIALECTorg.hibernate.dialect.SQLServer2008Dialect, do not change for SQL Server

ECM Services 

Variable Name Description 
SYNC_ENABLEDYES
SYNC_INTERVAL

Interval in minutes between every sync job. The default is 5 minutes.

FEED_INTERVALInterval in minutes between every sync job. The default is 1 minute.
FETCH_DELAY2, do not change.

Cisco Settings 

Variable Name Description 
ECM_MODE

For ECM services and retrieving Cisco campaigns, provide the Cisco type here. Possible options are, i) CCX ii) CCE. 

UCCX_HRDB_PASSWORDUCCX reporting user database password; Only used in case of CCX deployments.
UCCE_SHARED_PATH_DOMAINDialer import folder machine domain
UCCE_SHARED_PATH_USERDialer import folder machine username
UCCE_SHARED_PATH_PASSWORDDialer import folder machine password
UCCE_SHARED_PATH_IPDialer import folder machine IP

PCS Settings 

Variable Name Description 
PCS_URL

HTTP://<MACHINE-IP or FQDN>: PORT

For Example

PCS_USERNAMEPCS username
PCS_PASSWORDPCS password

Other Settings

Variable Name Description 
TZ

Set timeZone according to region

For Example

  • TZ=Asia/Karachi
OUTDATED_INTERVAL24, this is the number of hours within which a campaign contact with Dangling status is closed if it is not synced.
REDUNDANT_DEPLOYMENTDetermines if the Synchronizer component is redundant. Holds strings "true" or "false". The default value is false. 
INSTANCE_NAMEUsed for differentiation of instances when deployed redundant, could be any string. It should be different on both machines.