Hi Experts,
In our landscape, we are using PI 7.31 AEX-SP05.
Implemented netweaver BPM in our interface,
NW BPM will post the xml to SAP PI which generates IDOCs xml using graphical Mapping. IDOCs are then posted to ECC system.
To generate IDOC, we would need some of the values from the ECC Tables. So in the mapping, RFC call is being performed to lookup for values and then IDOC xml is generated.
If a particular record doesn't exist then fail the message in PI and try processing the failed message on the next day.
Issue I am facinig is whenever I am trying to reprocess the failed message the next day, I am getting below exception.
Transmitting the message to endpoint <local> using connection JPR failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message is no longer valid.
Note:
Interface works fine at runtime and reprocessing of the failed message works fine if I have tried reprocessing failed message within few hrs but not on the next day
Any pointers would be really helpful.
Thanks & Regards
Ram