cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to kill a job running under SAPSYS name.

Former Member
0 Kudos

Hi All,

In one of my Netweaver 2004s quality system one Dialog Process is occupied by some job under the SAPSYS user ID. I have tried to kill that job many times and it got killed also but again it starts. If I see the detailof the job

SELECT COMPCNT FROM "DDNTT"#

If I try to see the DDNTT table I get the message that the Table is not active in Dictionary.

Kindly suggest what is this job and how to take care of it.

Regards

Rajesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If that job gets killed and again starts then you need to see how that job is scheduled. It might have been said to be periodic and so you need to ensure that this is taken care.

SM36 can be used for the same.

Regards,

Mantosh Kumar

Former Member
0 Kudos

Hi,

On which OS are u working?

1.If you are working on windows,that service has to be stopped first in <b>services.msc</b>

and then got to <b>regedit</b> through command prompt n remove that entry manually.

2.If you are working on Linux ,use <b>kill -9 processid</b>.(yoy can get process id by doing ps -ef | grep job name).

reward points if helpful........

Former Member
0 Kudos

Hi Rajesh,

Did you try cancelling the process via SM50 transaction? If not please do that.Use cancel without core option.

If yes then simply kill the process at OS level.

Regards.

Ruchit.