cancel
Showing results for 
Search instead for 
Did you mean: 

Transacation log in 2 client after Change PI default client (Note 940309)

Former Member
0 Kudos

Hi,

I have changed the PI default client follow the SAP note 940309, and then all the transaction working fine, but then i realize that the xml transaction log save in both client. (001 and new client(220)).

SXMB_MONI

- Monitor for Processed XML Messages (Got data both client).

- Processing Statistics (Only new client 220).

I used PI 7.0 SP 11.

Anybody have same problem with me, Please advise

Regards

Fernand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fernand,

You mean XML messages?

If Yes

then you see the XML messages in both the clients.

Since the program which selects the messages RSXMB_SELECT_MESSAGES

doesnt take the client into consideration.

If we see the code inside..we will find the following..

LOOP AT rt_mandt INTO rs_mandt.

SELECT *

FROM (lv_master) CLIENT SPECIFIED

APPENDING TABLE ex_msgtab

WHERE (where_clause)

AND mandt = rs_mandt-low

AND pid IN rt_pid

..........................

Correct me if i am wrong.

Cheers,

Sumit

ps : award points if the solution helped u ..

Message was edited by:

Sumit Khetawat

Former Member
0 Kudos

Thank you Sumit,

But then I am still have question, This problem because of RSXMB_SELECT_MESSAGE doesn't take client into selection or I did wrong configuration so the XML messages still store in both client.

is this nomaly scenarion happening in PI 7.0 ?

If yes that's should be fine, because i want to use client 001 to become my original source client. I don't want to have any data inside client 001.

Regards

Fernand

Former Member
0 Kudos

Hi Fernand,

You havent done anything wrong. Itz perfectly alright..

I have modified my earlier message.

You can see XML messages in all the clients.

Since if we see the code first in selects XML messages from all the clients and then shows.

<i>yes this is normal in PI 7.0 .</i>

If you got any more doubts do post the same else you can close the thread ..

Regards,

Sumit

Message was edited by:

Sumit Khetawat

Answers (0)