Setting up the data source manually

To manually setup the Infor Expense Management Receipts database:

  1. Open extensity-appserver.properties in the xmconf/customerconfig using a text editor such as Notepad.
  2. 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.