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

PI message status

Former Member
0 Likes
1,946

Hi experts,

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

Best Reggards,

Leo

View Entire Topic
Former Member

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.