cancel
Showing results for 
Search instead for 
Did you mean: 

Read Idoc error

0 Kudos

Hi all,

For reviewing the IDoc in SAP MII, I am using read the message in a transaction and linkng to a tracer action block's Message property to get the Idoc data i.e. xml file using Message UID.

But when i execute I am getting the below error. Please help me how to over come the error.

  • [INFO] Started Execution: 'dd/mm/yyyy 11:15:56'
  • [ERROR] Error found trying to execute action 'Read_Message_0' Exception: [Message Not Found]
  • [WARN] [Read_Message_0] Skipping execution of output links due to action failure. Exception: [java.lang.Exception: Message Not Found]
  • [ERROR] [Read_Message_0] Action: Runtime threw an exception. Exception: [java.lang.Exception: Message Not Found]
  • [ERROR] Uncaught exception from Read_Message_0, java.lang.Exception: Message Not Found
  • [INFO] Transaction Completed 'dd/mm/yyyy 11:16:00'
  • [INFO] Statistics [Load = 2 ms msec, Parse = 1 ms, Execution = 4476 ms, Total = 4487 ms
agentry_src
Active Contributor
0 Kudos

Can you show the actually configuration of the action block? Also the body of the IDoc xml. Kind of hard to tell what the problem could be just from the error log information.

Regards, Mike

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

Thank you for your reply 🙂

I am using Read_measage action block in which i gave Message UID as input from the MII Message monitor followed by tracer action block, i gave the expression as Read_Message_0.MessageDocumentXML. When I evaluate the blocks individually they are working fine but when i execute the whole transaction the error message is popping up.

let me know if you need any other info.

Regards,

Shravani

ankit12
Active Participant
0 Kudos

might be the case that it has completed its retention period and no longer available in the MII. Try to read a new IDOC and also if possible please share the action block configuration

Regards,

Ankit