cancel
Showing results for 
Search instead for 
Did you mean: 

error while executing the transaction in sap mii

Former Member
0 Kudos

Hi All,

I have created a transaction(USING READ MESSAGE ACTION BLOCK FOLLOWING WITH TRACER BLOCK) which giveS a IDOC using the parameter MesssageUID.

While executing the trasactio I am getting the following error. Please help.

  • [INFO] Started Execution: '02/01/2018 15:21:08'
  • [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 '02/01/2018 15:21:09'
  • [INFO] Statistics [Load = 3 ms msec, Parse = 2 ms, Execution = 1298 ms, Total = 1307 ms]

thanks in adv.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi!

Maybe You forgot to enter input parameters for action of type Read Message? So, in runtime MII cannot find unspecified message.

Regards,

Petr

former_member453678
Participant
0 Kudos

Hello Petr

It could be anything. May be he changed the Action Block name and forgot to update the same in Tracer.

shravani.shrav : Please provide either more details or close this thread.

former_member453678
Participant
0 Kudos

Can you share more details about this issue