Diagnosis The background processing system was unable to delete the job log of thejob named in the message. The most probable cause of this error is a problem in the TEMSE databasecomponent of the SAP system. The background processing system storesjob logs as small sequential files in this database (TEMporarySEquential objects). System Response If the FORCEDMODE parameter was set in the call to the BP_JOB_DELETEfunction module, then the background processing system ignores thiserror and deletes all other components of the job. Otherwise, the deletion is terminated. The job has not been deleted. Procedure You can delete the job again using "forced mode" to ignore the error.This option is available in the programming interface in theBP_JOB_DELETE function module and interactively in report RSBTCDEL.Failure to delete a job log is not a critical problem. You should in any case also use the analysis functions inthe TEMSE database management facility> to check thedatabase and delete "orphaned" objects that no longer have any use tothe System. |