Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

sm36,sm37

Former Member
0 Kudos

In sm37 log I find two errors

1.Job has exceeded its latest start date.

2.oblect requested is locked by some user.

what can Ido .

6 REPLIES 6

Former Member
0 Kudos

Hi,

Job has exceeded its latest start date is a warning. this mean that the job did not started due to the objects defined in the job is locked by some other user.

check in sm12 and db01 for any locks. you can delete any old locks in sm12.

if you find any exclusive locks in db01 then make sure that the job holding locks on the objects is cleared.

Former Member
0 Kudos

1.Job has exceeded its latest start date.

2.object requested is locked by some user.

above two are different errors due to which some background jobs are cancelling.

I

0 Kudos

Hi

Please check whether RDD* jobs are ruunig properly or not. Try to exectue the jobs from SE38 and see whether the job completes sucessfully.

Cheers,

Shyam.

0 Kudos

Hi Venkat

first error is comming as you scheduled the job with no start after option in sm36

just go and change the timming of no start after option in sm36

second error will come due to some background jobs is running at that time and they lock the table or may be check any database lock is on that table

Regrads / Paresh

0 Kudos

Hi Paresh,

how to check any database lock is on that table ?

how to know which table?

what to do if we see lock on a certain table?

Regards & Thanks

venkatesh.

Former Member
0 Kudos

Hi Venkatesh,

You can check the locks in DB01 & SM12

Cheers,

Shyam.