cancel
Showing results for 
Search instead for 
Did you mean: 

HCI Datastore exception com.sap.esb.datastore.Message NotFoundException:

0 Kudos

Hi Team,

After fetching the data from the data store, which is not existing, the below mentioned error message is generated. In my use case I want that the interface processing proceeds in stead of creating an exception, and stops the process. The daily batch-job interface must be triggered again.

Are there any options to proceed when the exception is occurred?

Thank you.

Kr,

MAssarrar

Error Details

org.apache.camel.CamelExchangeException: Sequential processing failed for number 0. Exchange[ID-vsa3644329-45402-1521345317442-907-5]. Caused by: [org.apache.camel.RuntimeCamelException - org.apache.camel.CamelExchangeException: Sequential processing failed for number 0. Exchange[ID-vsa3644329-45402-1521345317442-907-8]. Caused by: [com.sap.esb.datastore.MessageNotFoundException - No message found for id 850|nl_NL in store Beroep]], cause: com.sap.esb.datastore.MessageNotFoundException: No message found for id 850|nl_NL in store Beroep

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

I've created an SAP ticket.

0 Kudos

Hi Team,

Is there no possibility to read entry id's from HCI datastore without exception?

KR,Massarrar

0 Kudos

hI Sriprasad Shivaram Bhat,


The situation is as follows.

For an huge interface we have some performance issues. Instead of calling continuously the SuccessFactors Odata API, we have filled the SCP - datastore with objects that we can use in the interface. When calling the Datastore with GET operation we provide the datastore name and entry id. This works fine!

However there are some entry id's that aren't available in the datastore, which is also good, but on the other hand, the interface or the SCP flow is crashed/ dumped and does not proceed if an exception is occurred. In our case we want that the flow is processed instead of a failure.

KR,

MAssarrar

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Asarrar,

Could you please provide more information about Iflow which you are using and in which step you are getting this error.

Regards,

Sriprasad Shivaram Bhat