cancel
Showing results for 
Search instead for 
Did you mean: 

SAP_CCMS_MONI_BATCH_STARTUP_DP Job Step

matthew_vincent
Explorer
0 Kudos

Hi All

When we restart one of our systems this job runs "SAP_CCMS_MONI_BATCH_STARTUP_DP" but the job fails as the job step is running as the wrong user. Lets call them USERX.

How can I change this job to run as a different user?

Job Name: SAP_CCMS_MONI_BATCH_STARTUP_DP

Event: SAP_MONITORING_STARTUP_DISPATCH

Job frequency: Event periodic

Job Step

Program: RSAL_BATCH_TOOL_STARTUPDISP

Type: ABAP

User: USERX

Lang: EN

Any help appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

srinivasan_vinayagam
Active Contributor
0 Kudos

Hi Matthew,

Logon with user which wants the job to be triggered.

From SM37 search job with extended search.

Specify event name as dependent. It will list the job name.

Copy the job with and confirm dependent event, step user

Regards,

V Srinivasan

matthew_vincent
Explorer
0 Kudos

That did the job thanks!

Used extended search and I was able to then change the job as normal.

srinivasan_vinayagam
Active Contributor
0 Kudos

Hi Matthew,

Good to resolved

Regards,

V Srinivasan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

the job SAP_CCMS_MONI_BATCH_STARTUP_DP is an event triggered job and it is started automatically by the background dispatcher.

You should not schedule it, and the user SAPSYS should also not start it. It is running under the same user, under which the background dispatcher SAP_CCMS_MONI_BATCH_DP is running, and it is started only once at the system startup.

In the transaction SM50 when this job is running for a long time again, which program or tables are used by the background process. In this way we can try to find out which method is causing the long runtime. #1317328 - 'SAP_CCMS_MONI_BATCH_DP - long runtime due to'

You can deschedule it in "RZ21   > Technical Infrastructure  > Local Method Execution   > Deactivate Background Dispatching",

and after that  logon to the client XXX and schedule it again in "RZ21   > Technical Infrastructure   > Local Method Execution   > Activate Background Dispatching".

After that please reset the monitoring segment in the WARMUP status in RZ21. This will start all startup methods like at the system start and it will also release the job SAP_CCMS_MONI_BATCH_STARTUP_DP.
Please check, if the job is released in client XXX now. It will be released under the user, with which you was logged on, it should have enough authorizations to start methods in RZ20.

BR

Tamas