cancel
Showing results for 
Search instead for 
Did you mean: 

PI message status

former_member308636
Participant
0 Kudos

Hi experts,

Could you please tell me what is the status named "Log version" in our PI7.4 message monitor?

Best Reggards,

Leo

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor

Hi Leo,

In java only version of PI system you can save the message version in two different ways, one is by staging and another one is by logging.

Staging: you can store asynchronous message at particular pipeline step for later editing or restart of the message from persisted version.

Logging: Store asynchronous or synchronous at particular pipeline step for later displaying of the logged message in message monitor, you cannot edit or restart the logged message.

Difference between logging and staging: The staged message persisted in the database and the message is put into the messaging system queue again and will be processed by another thread, but logged message will persist in the database and continue processing without puting the message into messaging system queue again.

Log Version in your screen shot are the stored message via logging as i said above, these version we cannot edit or restart we only just to display the version in message monitor.

Regards,

Praveen.

Answers (3)

Answers (3)

manoj_khavatkopp
Active Contributor

Hello Leo,

The log version just shows the message was logged/stored at different levels at PI before delivering it to the target system:

Like in my below scenario IDOC-->AS2 Async:

BI = Inbound payload from Sender

MS = At Reciever determination step

AM = After mapping step

Br,

Manoj

apu_das2
Active Contributor
0 Kudos

Hi Leo,

You will get logged version when in case of synchronous interfaces your request message is sent to the target system successfully, but you have not received the response from the target system.

You are getting log version logger of sync message is activated in your system.

Thanks,

Apu

former_member186851
Active Contributor
0 Kudos

Hello Leo,

Check the below discussion and notes mentioned in that,this usually happens in Sync scnerio while expectin response

https://archive.sap.com/discussions/thread/1789750