cancel
Showing results for 
Search instead for 
Did you mean: 

Time mismatch in log of SXI_MONITOR

alejandro_gmez
Participant
0 Kudos

Hi gurus:

I need help. The time shown for all my XML messages in the log of the SXI_MONITOR transaction is incorrect: it appears one hour later. How could I change it?

Thanks to all in advance and best regards,

Alejandro Gomez.

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

that refers to zone time configured in your server. meet someone of basis team to manage this change.

alejandro_gmez
Participant
0 Kudos

Hi Rodrigo:

The time and the zone of this PI server is configured from our Microsoft Active Directory.

Do you know any option in SAP (ABAP or Java) where could I change the time and time zone of the system?

Thanks for your answer.

Regards,

Alejandro.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

You can change the time zone of the JVMs using the -Duser.timezone

parameter, add -Duser.timezone=<time zone> to all dispatcher and

server processes in your systems, using the configtool

1) open config tool

2) select yes

3) select "cluster-data->instanceXXX->serverXXX/Dispatcher"

4) in "Java parameters" add new line "-Duser.timezone=<timezone>"

5) click "Apply changes"

6) restart your instance

to change the time zone for abap instance i dont know but for basis team it should be easy.meet someone to manage it.

Thanks

Answers (1)

Answers (1)

Eoin_Kierans
Product and Topic Expert
Product and Topic Expert
0 Kudos

The timezone displayed in SXMB_MONI should refer to the timezone set for your specific user. Check in SU01 the timezone configured for the user with which you are logging into the system. Changing this to the desired timezone should ensure that the correct time is displayed in the StartTime and EndTime fields.