Delete messages from PI so that the same message ID can be sent to PI sever

Hi Experts,
for the automation of tsting on PI it would be great, if I could send messages with the same message IDs several times to PI.
I know, a message ID that allready exists cannot be send again. Therefore I am looking for a way to delete messgaes in such a way that sending of messages with the same ID is possible again.
Do you have any suggestions?
Thanks and Regards
Sebastian

Sebastian,
I don't know if you have any control over message ID, but I can tell you at least one table where the message ID info is stored -- sap<SID>db.xi_af_msg. SAP may not store all parts of message in a single table. You have to find the rest of them and delete the entries pertaining to the Message ID that you want want to clear up.
The best way to find that out may be is to suspend all communication channels but one. Send a message across and see what tables are updated.
I hope you are doing this on a sandbox. Do share your results.
regards,
Roshni

Similar Messages

Maybe you are looking for