F43: Cannot post solicited refresh to cache

Hello,

I'm getting the following error after an upgrade to TREP 2.6.10.

F43: Cannot post solicited refresh to cache

I'm using rfa7.2.1.L1.solaris.rrg C++. I can't find any reference to this error in the dev website.

The service getting the error receives it on the image but does not create the record until a subsequent update. Does anyone have any idea what this is?

Best Answer

  • The status text: “F43: Cannot post solicited refresh to cache”
    is generated by TREP-ADH component when ADH cache receives a post containing
    solicited refresh message.

    I believe that your application tried to insert Marketfeed image (340) to the ADH cache.

    If the insert contains Marketfeed image (340), the
    TREP will convert the insert to a post with OMM Solicited refresh message.
    However, ADH cache does not accept post which contains OMM solicited refresh, and
    will reject with the F43 error message you found.

    The solution is you have to change the Marketfeed data type of
    insert from image (340) to verify (318).

    TREP will convert verify message (318) to OMM unsolicited message which ADH
    accept.

Answers