Batch Job Log - EcoSys - Customization & Programming - Hexagon

EcoSys Gateway Web Service API Client

Language
English
Product
EcoSys
Search by Category
Customization & Programming
EcoSys Version
9.0

The results of a EcoSys Gateway run can also be recorded in the EcoSys Batch Job Log. This option applies to object writes.

Supported logging levels include:

  • SUMMARY (counts only)

  • FAIL (details for every failed record

  • DETAIL (details of every record result).

You can optionally specify the title of the batch job log to create.

For more information on the supported logging options and further debug options, refer to the general API documentation page on Batch Job Log. By default, no records are written to the batch job log for API calls.

The following are few example syntax for enabling batch job logging:

http://.../restxml/Sample/?_logLevel=SUMMARY

http://.../restxml/Sample/?_logLevel=FAIL&_logTitle=Import Project Costs

http://.../restxml/Sample/?_logLevel=DETAIL

The FAIL and DETAIL level logging may write one or more batch job log entries per input record, and this can add to the processing time for the API calls.