New Easymorph Server command

Hi Rykie,

The results of task runs are recorded in the Server journal. The journal is a database. By default it’s located as explained here: Where is the embedded journal DB?

Currently, there is no dedicated action or command to retrieve journal records. However, since the journal is just s simple SQLite database, it is possible to configure an ODBC connector on the Server and extract information from the journal using EasyMorph actions for databases, e.g. “Import from database”.

The journal database table structure isn’t documented yet, but it’s a single table and the column names are descriptive so it’s relatively easy to understand what is stored in what column in the database table.

1 Like