Hi,
Can you paste the job logs ?
regards,
cryptosid
Main Topics
Browse All TopicsHello,
We have just had SAP installed, by a third-party, and we have two batch jobs that automatically cancel every night :
SAP_REORG_UPDATERECORDS
SAP_WP_CACHE_RELOAD_FULL
They seem to run for no more than 30 seconds and then cancel. I've checked SAP Notes, done various Google searches and tried many SAP help sites but have been unable to find anything relative to these batch jobs.
Thanks for any help you can offer,
Mark.
PS. I set new jobs up, for the above batch jobs, to run at earlier times but these cancelled as well.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Are these jobs trying to lock a table to allow background processing? Remember if SAP needs to lock a table and the table is in use it cannot lock it and will cancx the job.
Also look at the warnings below
SAP_REORG_UPDATERECORDS
Deletes old completed update records (automatic delete deactivated); deletes incomplete update records (automatic delete deactivated)
Run this job ONLY if:
· You have deactivated the default automatic deletion of update records once they have been processed. This function is controlled by the system profile parameter rdisp/vb_delete_after_exec
· You have deactivated the default automatic deletion of incomplete update records (records that are partially created when an update header is created and saved but the generating transaction then ends abnormally). This function is controlled by system profile parameter rdisp/vbreorg
· You have deactivated processing of V2 update components after the processing of the associated V1 updates. This function is controlled by system profile parameter rdisp/vb_v2_start.
Hello all,
Thanks for your replies. The job logs show as follows :
Date Time Message text
(SAP_RORG_UPDATERECORDS) Message class Message no
04.12.2006 00:33:14 Job started 00 516
04.12.2006 00:33:14 Step 001 started (program RSM_13002, variant SAP&001, user ID BATCHJOBS) 00 550
04.12.2006 00:33:14 Reorganization of Update Data in Batch not allowed 15 100
04.12.2006 00:33:14 Job cancelled 00 518
(SAP_WP_CACHE_RELOAD_FULL)
04.12.2006 00:34:14 Job started 00 516
04.12.2006 00:34:14 Step 001 started (program RWP_RUNTIME_CACHE_RELOAD, variant SAP&RELOAD_ALL, user ID BATCHJOBS) 00 550
04.12.2006 00:34:14 No component system chosen URL_GEN_MSGS 031
04.12.2006 00:34:14 Job cancelled after system exception ERROR_MESSAGE 00 564
Hi,
regarding the job SAP_WP_CACHE_RELOAD_FULL:
The job SAP_WP_CACHE_RELOAD_FULL is normally used to update data from the workplace component system to the workplace server.
This job can only be run on a workplace server, otherwise it will terminate. In the future, this job will no longer be delivered as a standard job.
If this job has been scheduled for your system, but you do not need it, delete the scheduled job in transaction sm37.
Regards,
Bert.
Hi,
Please note the following details:
SAP_REORG_UPDATERECORDS
Deletes old completed update records (automatic delete deactivated); deletes incomplete update records (automatic delete deactivated)
Caution
Run this job ONLY if:
· You have deactivated the default automatic deletion of update records once they have been processed. This function is controlled by the system profile parameter rdisp/vb_delete_after_exec
· You have deactivated the default automatic deletion of incomplete update records (records that are partially created when an update header is created and saved but the generating transaction then ends abnormally). This function is controlled by system profile parameter rdisp/vbreorg
· You have deactivated processing of V2 update components after the processing of the associated V1 updates. This function is controlled by system profile parameter rdisp/vb_v2_start.
Regards,
cryptosid
Business Accounts
Answer for Membership
by: jonvaughanPosted on 2006-12-01 at 05:07:20ID: 18053231
Is there anything in the job logs ?
We don't have those jobs so i can't find out what they do.
What are the programs that they run ?