Configure the Meridium Notification Service for AHM

For the Asset Health Indicator service to work correctly, you must configure the Meridium Notification Service by modifying the file Meridium.Service.Notification.exe.config on all GE Digital APM Servers.

Steps

  1. On the GE Digital APM Server, navigate to the folder where the Meridium Notification Service files are installed. If you installed the software in the default location, you can locate these files in the folder C:\Program Files\Meridium\Services.
  2. Open the file Meridium.Service.Notification.exe.config in an application that you can use to modify XML script (e.g., Notepad).
  3. If you have not done so already, complete any necessary basic configuration for the Meridium Notification Service.

  4. Within the <notification> tags, within the <notificationSettings> tags, uncomment the following text string (i.e., delete the <!-- and -->):

    <!-- <add key="server4" serverType="external" endPointName="ahmService"/> -->

  5. Within the <system.serviceModel> tags, within the <client> tags, uncomment the following text string (i.e., delete the <!-- and -->):

    <!-- <endpoint name="ahmService" address="net.tcp://localhost/Meridium/AHM/NotifyHandler" binding="netTcpBinding" contract="Meridium.Core.Common.Contracts.INotificationService" /> -->

  6. Save and close the file.

  7. Start or restart the Meridium Notification Service.

Copyright © 2018 General Electric Company. All rights reserved.