This article will help you locate the right log files needed for any analysis of Encompass activity. Each time Encompass interacts with the Blend service, Encompass creates a series of local text files on a per-session and per-loan basis. This means that you can import a loan and track the series of events generated during that process.
Find and collect the Encompass PAPI log files
- Open File Explorer for Windows.
- In the address bar, type %temp% to go to the user's TEMP folder in Windows.
- Open the EncompassSC folder.
- Find the session folder that corresponds date and time of when the loan was imported. For example, if you imported a loan on 10/10/2018 at 3:00 PM you'll want to find the corresponding folder for that date and time.
- Click through the menus to eventually land in Encompass > TEMP > PAPI > EM.PSBlend. This will take you to the logs for the API interactions.
- Click Date Modified to sort the documents by time created.
- The logs shown will show you the beginning-to-end story of the API requests Encompass made to Blend.
The PAPI files will now include additional event and error logging that is posted to Blend. The additional information includes loan ID, incident time, error message, action taken, LOS ID, and whether or not the error occurred in the integration or auto sync. See the sample below:
{
"type": "ERROR",
"loanId": "9cc7165c-6239-4b53-8a3b-d46cc8e40bad",
"incidentTime": "2019-03-06T22:59:43.282Z",
"message": "Blend System Error. Please contact support@blendlabs.com.",
"action": "GET loan mismo",
"losId": "{7e23db75-42da-40b1-88bb-f4b35a69ccd1}",
"system": "Integration"
}
This information will help our team, as well as Ellie Mae's support team, further troubleshoot errors that occur. Depending on the request from the Support team, one or more of these logs will be required.