2021 Nov 16 10:04 AM
hello experts,
The start time of the background job is inconsistent with the local computer time.
How to adjust the start time of the job to be consistent with the local computer time?
Sometimes background jobs has a delay of more than 30 seconds. What caused this
hello experts,
The start time of the background job is inconsistent with the local computer time.
How to adjust the start time of the job to be consistent with the local computer time?
Sometimes background jobs has a delay of more than 30 seconds. What caused this
2021 Nov 16 3:36 PM
Why do you say it's inconsistent? The time of application server and time of local computer may vary because of different time zone. Or maybe Unix administrator didn't synchronize the time of application server with time servers.
Background jobs may not start immediately, as per SAP feature (a little bit complex to explain everything). I don't understand why it's a problem for you, could you explain?
2021 Nov 16 11:21 PM
The most important time zone in an SAP installation is the system time zone. Almost all technical date&time information like creation dates are based on the system time zone. And especially the background jobs need to be scheduled in system time zone. So if a user in for example EST time zone wants a background job to start at a certain point in time with their time zone in mind, he/she would need to convert that UTC point in time to EST time and enter that date/time as the start of the job.
2021 Nov 17 1:30 AM
In the same time zone, there will be a time gap between the local computer and sy-uzeit
2021 Nov 17 1:31 AM
Under special circumstances, I need to start the background job at a fixed computer time
2021 Nov 17 4:41 AM
You must use the server time. If the "now" time is 2pm at your laptop and you want to schedule at 3pm, but the server "now" time is 2:30pm, then schedule your job at server time 3:30pm.
If I don't understand your question, could you explain your issue with an actual example please?
2021 Nov 17 6:26 AM
If you need to have a time aligned perfectly, you have to setup a NTP server & use the client on every system : SAP & computers
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |