Parameter: TRANSPORT_SCHEDULER_RECURRENCE

Definition

The recurrence period related to the execution of the scheduler in charge of executing the transport requests

Description and Use

This system parameter gives the possibility to configure the recurrence period of the scheduler in charge of executing the transport requests. The default value of this parameter corresponds to an execution of the scheduler every day at midnight.

Syntax and Constraints

The value of the parameter is made up with a sequence of fields separated by a "/" delimiter. The grammar to use is based on the UNIX CRON grammar (minute/hour/day of the month/month/weekday) where:

  • "-" is used as the delimiter for value intervals, e.g. 0-59
  • "," is used as the delimiter for values, e.g. 0,12
  • "/" is used as the delimiter for fields, e.g. 0h/0m/sun
  • "m" is used as the symbol for minutes (0 to 59), e.g. 32m
  • "h" is used as the symbol for hours (0 to 23), e.g. 12h
  • No symbol is used for the day of the month (1-31). Note that "$" corresponds to the last day of the month
  • "jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec" are used to indicate the month of the year
  • "sun", "mon", "tue", "wed", "thu", "fri", "sat" are used to indicate the day of the week

Note

A field which is not set in the recurrence pattern is equivalent to "every", except for the "seconds" fields which is equivalent to 0 second.

Examples

  • "6h/0m" corresponds to: every day at 6AM
  • "0h/0m/0s" corresponds to: every day at midnight
  • "14h/0,30m/0s/mon-fri" corresponds to: Monday to Friday at 2:00 p.m. and 2:30 p.m.
  • "0-23h/0-59m/0,10,20,30,40,50s" corresponds to: every 10 seconds
  • "0h/0m/1,15,$" corresponds to: the 1st, the 15th, and the last day of each month at midnight

Additional Information

See the TRANSPORT_SCHEDULER_ENABLED parameter for more information and user assistance.

Technical Details

For more information, consult this section.

Name TRANSPORT_SCHEDULER_RECURRENCE

The recurrence period related to the execution of the scheduler in charge of executing the transport requests

Category Parameter
Type String
Access (RO/RW)

RW(+): Dynamic Read / Static and Dynamic Write

An immediate change is possible but is temporary. When it is relevant, change the permanent settings used by the SAP CC Core Server system when it restarts.

Use the Admin+ user interface to change the runtime values or the permanent values of this system parameter in an instance of the SAP CC Core Server system or in multiple instances.

Groups
Instance Type This system parameter is only available in the following type of instances in a running SAP CC Core Server system:
  • updater
Default Value (Factory Settings)

The predefined default value is:

Instance Type Value
Updater 0h/0m/0s/

You can use a default value to reset the runtime value or the restart value (persistent) in the Admin+ user interface.

Note

A default value is part of the factory settings of the SAP CC Core Server systems. It differs from the original value set during the installation or after the Customizing activities.

In Admin+, you can reset a parameter value to this default value, but it is not recommended:

  • This value may differ from the original value set during the installation of your SAP CC system.
  • Note that it may also differ from the value defined by the implementation project team and set during the Implementation Phase of the integration project.
Verify the values in your running SAP CC systems before to use the reset command.