cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error when executing Iflow

Bhargavakrishna
Active Contributor
0 Likes
4,433

Hi All,

I have created iflow to fetch exchange rates from the web service and use that in another integration process"Salesorder summary" for conversion. Exchange rates values, im writing to the Data store using write operation. Please refer the iflow screenshot for more information.

When i tried to execute the Iflow,integration process "Exchange Rates" is not creating Data store and the messages are getting failed with the below error.

Error Details:

Inbound processing in endpoint at /SIOA_SalesOrder_DS failed with message "Fault:org.apache.camel.CamelExchangeException:Sequential processing failed for number 1. Exchange[ID-vsa3679993-44639-1518877048481-25-6].Caused by: [org.apache.camel.RuntimeCamelException -com.sap.esb.datastore.MessageNotFoundException:

No message found for id USD in store CurrencyRate for integration flow CPI_DataStore_Test]", caused by "MessageNotFoundException:No message found for id USD in store CurrencyRate for integration flow CPI_DataStore_Test"

Can someone help me to fix this issue?

Regards

Bhargava Krishna

View Entire Topic
Former Member
0 Likes

Hello,

By looking at your iflow, you are missing a end event in the main process after the write.

This might be the reason of error.