External Reporting Database

View the "Setting Up the External Reporting Database" document

Use the External Reporting Database tool to create a database of the loan fields used most often in your reports.

Note: This tool is available with Encompass Banker Edition only. In order to use this tool, you must first open the Settings Manager and enable the External Reporting Database component. For more information, refer to the Setting Up the External Reporting Database document.

ClosedOpen the External Reporting Database

  1. On your Windows task bar, click the Start menu or Start icon, navigate to the Ellie Mae Encompass program folder, and then click Admin Tools.
  2. Double-click External Reporting Database.

ClosedEdit the External Reporting Database

  1. To add fields to the reporting database, select one or more fields from the tabs in the Fields section, and then click Add.

Note: Most of the fields on the Team Members, Milestones, Documents, Conditions, and Post-Conditions tabs will have more than one instance associated with each loan file. For example, if you select the Document Title field, a window will open from which you will select the name of a specific document.

  1. To remove a field, select a field in the Selected Fields section, and then click Remove.
  2. To edit a field, select a field in the Selected Fields section, and then click the Edit icon.

Note: For fields that you commonly use to filter reports, creating indexes for those fields can reduce report generation time. However, indexes also increase the size of the database and can increase the time required to save a loan file.

  1. When all selections and changes have been made, click Update to update your database.
  2. Click Yes to confirm the update and then click Yes to confirm the Encompass Server is stopped.
  3. When the database has been updated, click Yes to populate the database.
  4. Click OK in response to the completion message.
  5. To synchronize loan data with the new tables on the ERDB, you must rebuild the Pipeline: 

ClosedRetrieving Data From the ERDB via SDK

Ecompass Anywhere (EA) users who use the Encompass Software Developers Kit (SDK) to integrate their applications with Encompass can use the SDK’s Reports.OpenReportCursor() reporting method to retrieve data from the ERDB as follows:

OpenReportCursor(true,...)

When this method is set to false, data will be retrieved from the Encompass Database instead of the ERDB:

OpenReportCursor(false,...)

When the Enable External Reporting Database component is set to True in Encompass Admin Tools, the Reports.OpenReportCursor() method is automatically set to True as well.

Note: For more information about SDK reporting methods, refer to the SDK Programmer’s Guide