Retail Point-of-Service Solutions (MOSC)

MOSC Banner

Suppress the event log entries from EventLogReplication

Hello Community,

We want to suppress/exclude a few error types from EventLogReplication. as far as we know, we need the class/DAO of the event to the following settings.

<service name="EventLogReplication" expireAfter="immediately">
 <condition class="dtv.data2.replication.dtximpl.condition.MethodCallResultCondition">
   <conditionParam key="methodName" value="getCriticalToDeliver" />
   <conditionParam key="result" value="false" />
  </condition>
  <destination type="DataSource" dataSourceName="Xcenter" />
  <subscriber name="dtv.xst.dao.ctl.impl.EventLogEntryDAO" />
  <subscriber exclude="true" name="example.we.want.to.exclude.from.Eventlog" />
 </service>

 However, we are struggling to know what DAO/class/packages are mapped with the error events we want to suppress.

e.g.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center