Configures the Job Scheduler Agent.
sp_jsconfigure [option [, value]]
sp_jsconfigure "help" Usage: sp_jsconfigure [option [, value]] where option : 'interfaces path', ' errorlog ', 'help' value : value to set for the 'option'
sp_jsconfigure 'interfaces path', "/SAP_ASE/data"
1> sp_jsconfigure "errorlog", "/SAP_ASE/data/js.log"
sp_jsconfigure Parameter Name Config Value -------------------------------- ---------------------------------------------------------------------------------------------------------- interfaces path /SAP_ASE/data errorlog /SAP_ASE/data/js.log
You must have the js_admin_role to execute sp_jsconfigure.