Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9236

Re: Is there any sybase command or stored procedure to know the status of the job scheduler

$
0
0

Rajesh,

 

Please find the process to get ensured Job_Scheduler up and running.

 

use master

go

select * from sysprocesses where program_name like 'JS Agent%' or cmd = 'JOB SCHEDULER'

go

use sybmgmtdb

go

select * from js_jobs

go

select * from js_scheduledjobs

go

use saptools

go

select * from DBH_CONFIG

go

select * from ATM_CONFIG

go

 

 

 

To Start and Stop the Job Scheduler:

 

use sybmgmtdb

go

exec sp_sjobcontrol @name=NULL,@option="stop_js"

go

dbcc traceon(3605,3641)

go

exec sp_sjobcontrol @name=NULL,@option="start_js"

go

 

Regards

Kiran Kumar A


Viewing all articles
Browse latest Browse all 9236

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>