Cause for items/RIC drop from subscription "Cancelling" on EMA client

kiran-k.kumar
kiran-k.kumar Newcomer
edited March 27 in EMA

What could be triggering or causing these item drops from subscription?

When this occurred, there is no channel disconnect between the client and server ads. The connection is persistent but the RICs drops and resubscribed multiple times.

2025-03-24T08:00:31.061Z :  INFO: Subscribing IDN_SELECTFEED~STXE58500R5.EX~MARKET_SUMMARY

2025-03-24T08:00:31.126Z :  INFO: IDN_SELECTFEED~STXE58500R5.EX~MARKET_SUMMARY: img State: OK - *All is well

025.03.24.log:2025-03-24T08:05:31.130Z :  INFO: Cancelling: IDN_SELECTFEED~STXE58500R5.EX~MARKET_SUMMARY

2025.03.24.log:2025-03-24T08:05:31.130Z :  INFO: IDN_SELECTFEED~STXE58500R5.EX~MARKET_SUMMARY: sts State: CLOSED - Channel Completed

Tagged:

Answers

  • Hello @kiran-k.kumar

    Can you please provide more details about this application and the issue. Is this a persistent problem? What do you see in the ADS and EMA debugging logs.

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @kiran-k.kumar

    Typically, there are two scenarios for items to be dropped.

    1. The server dropped items by sending the stream closes status in the status or refresh messages.
    2. The client dropped items by calling the unregister method or un-initializing a consumer

    The provided log looks like to be an application log. You may need to enable the debug log in the EMA to verify what the problem is.

    Please let me know the EMA version (C++, Java, CSharp) that you are using.