During the configuration of our LES encountered the following error when attempting to start the MID Consumer "Cannot initialize consumer. MID Extension context not found"Issue During the configuration of LES, encountered the following error when attempting to start the MID Consumer:Error Message: Cannot initialize consumer. MID Extension context <SYS_ID>, not found. this sys_id will be whatever the sys_id of record you created after deleting the OOB record with sys_id "be2431364390211082b953c5abb8f2b4"Additionally, when inspecting the topic under the Hermes Topic Inspector, no messages are being displayed.ReleaseLES 2.2.3 This behavior will change from 2.3.3 LES versionCauseWhen we ship the LES we ship the ecc_agent_ext_context table with default LES Consumer context with sys_id be2431364390211082b953c5abb8f2b4, and if this record is deleted and new record is created we observe the errorResolutionAs per design, it is expected to have one LES Consumer context and which will be starting the LES consumers. Thats why that record is shipped with app with sys_d "be2431364390211082b953c5abb8f2b4" and that is what we hardcoded in the script include. If that record was deleted, then you will not be able to set up the consumer. To resolve the issue, you have to import the OBB record, please find the attached XML record named "ecc_agent_ext_context.xml" which is OOB record However, this approach will be changed in LES version 3.3, where you can create your own LES consumer context and map it to LES consumer. There will be no hard dependency with hard-coded/shipped consumer context.