How to fetch error messages from SXMB_MONI
Hi Experts, My requirement is to fetch the error messages from sxmb_moni. i have searched sdn and found some tables like SXMSPERROR etc . But it does not have any information about the service...
View ArticleRe: How to fetch error messages from SXMB_MONI
Hi, did you try this blog: http://scn.sap.com/blogs/gourav.khare2/2007/12/12/interesting-abap-tables-in-xi-part-i Regards,Michal Krawczyk
View ArticleRe: How to fetch error messages from SXMB_MONI
Hi Soumya,if you want to fetch the errors produced in Pi i recommend you to use the alert monitoring, you can find several step by step documentation in the scn. If PI has an standard way to monitor...
View ArticleRe: How to fetch error messages from SXMB_MONI
Hi Soumya, SXMB_MONI itself is a report for status reporting. You can choose your own layout, create variants based on client requirement. You can also use Adapter monitoring for this. However, if...
View ArticleRe: How to fetch error messages from SXMB_MONI
Hi Soumya,To get a report on error messages, you have to check two tables. First is SXMSPMAST. You can get message ids of error messages. There is a status field. every status has a unique number(3 is...
View ArticleRe: How to fetch error messages from SXMB_MONI
Thanks for the reply every one. I am looking to extract all the error messages from PI with Message Id and interface details and its respective error message. with the tables SXMSPERROR, SXMSPMAST i...
View ArticleRe: How to fetch error messages from SXMB_MONI
Hi Soumya,As I mentioned before, you can use SXMSPMAST table to get message ids of error messages and then use SXMSPEMAS table to get the sender+receiver information based on those message ids.
View ArticleRe: How to fetch error messages from SXMB_MONI
Hi Gavaksh, I'm trying to fetch data from SXMSPMAST and SXMSPEMAS but for my specific OB_NAME there is no data for successful executions but yes there is information for them with error. I've talked...
View Article