Event log error - The specified channel could not be found. Check channel configuration (15007)

From Notes_Wiki

Home > Windows > Microsoft Exchange Server > Event log error - The specified channel could not be found. Check channel configuration (15007)

It is possible then on Exchange Server event log export does not works and throws error:

The specified channel could not be found. Check channel configuration (15007)

especially for "Microsoft Exchange with Database Availability Group Events"

To solve the issue use following steps:

  1. Note down existing Custom view properties such as: Name, Description, XML Value
  2. Delete existing custom view showing the error
  3. Recreate the same custom view with same values. Perhaps XML Value would be:
    <QueryList>
      <Query Id="0" Path="Application">
        <Select Path="Application">*</Select>
        <Select Path="System">*</Select>
      </Query>
    </QueryList>
  4. Reopen the event log custom view and it should perhaps work properly.


Refer:


Home > Windows > Microsoft Exchange Server > Event log error - The specified channel could not be found. Check channel configuration (15007)