question

Upvotes
Accepted
2 0 1 3

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?

treprfarfa-apirefreshrefresh-message
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

The client submitted a ticket to TRDC.
04829938

TRDC team is working on this issue.

1 Answer

· Write an Answer
Upvote
Accepted
4.4k 10 6 9

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks! This worked perfectly!

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.