BPM Logging

Curious to know, where can i find the BPM Logs ? I am trying InfoMessage however, if there is any issue in BPM, it doesn’t throw any message, Not sure IF the BPM is being called or not,
I checked in the Event Viewer Logs, but nothing relatd to my BPM.

By default, BPM logging (as any other advanced logging) is disabled.
You can enable it in AppServer.config. The following item should be uncommented.

   <!--<add uri="trace://ice/fw/BPM" />-->

It works on prem.

1 Like

OK I will try it and will revert back, By the way, this is for Enabling, where can i see the actual log …

Event View on the server. Look for the log called “Epicor App Server”

By the way, this is for Enabling, where can i see the actual log …

In the file specified in AppServer.config. Definitely if logging is enabled in it.

My understanding is that enabling flags in the appserver.config file controls what gets logged into the “ServerLog.txt” file, which is located within the IIS directory (c:\inetpub\wwwroot\ERPAPPNAME\Server).

The PublishInfoMessage command within a BPM writes to the Event Viewer log, accessed through standard Microsoft MMC console. Look for the Epicor App Server node.