Setting up the data source manually
To manually setup the Infor Expense Management Receipts database:
- Open extensity-appserver.properties in the xmconf/customerconfig using a text editor such as Notepad.
-
Add the appropriate properties to configure the receipts database
connectivity.
- Add these properties for a single
tenant or on-premise installations:
useServerReceiptDS= true
ExtnReceiptDataSource.dbName= dbname
ExtnReceiptDataSource.dbServer= dbhost:dbport
ExtnReceiptDataSource.dbPassword= dbpassword
ExtnReceiptDataSource.dbType= mssql
ExtnReceiptDataSource.dbUser= dbuser
- Multi-tenant deployments in AWS cloud are pre-configured with correct database configuration information. Hence no additional data source configuration is required.
- Add these properties for a single
tenant or on-premise installations: