Quantcast
Channel: SCN: Message List - SAP Applications on SAP Adaptive Server Enterprise (SAP ASE)
Viewing all articles
Browse latest Browse all 3678

Re: TIME_OUT when try to schedule DB backup(database dump)

$
0
0

Can you please check the below logs during the same time you get "Connection Time out" error :

 

1) JS Agent errorg for any messages .

2) ASE SID Error log for any errors.

 

Please also check if JS agent is running . You can restart it as below :

 

use sybmgmtdb

go

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

go

 

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

go

 

 

 

Please check if this is helpful.

 

~Gaurav


Viewing all articles
Browse latest Browse all 3678

Trending Articles