command-line for job server

Hello -

Is there a way to restart the job server via commandline? Is it just a matter of executing the al_jobserver.exe file? But I’d also like to perform a “resync” of the database for a specific job server. Are there some parameters to pass?

Thanks.


mea (BOB member since 2007-10-29)

https://wiki.sdn.sap.com/wiki/display/BOBJ/Using+other+schedulers

Export execution command is the answer.


Werner Daehn :de: (BOB member since 2004-12-17)

thanks for the info - however, instead of a specific job I want to restart the entire job server.

instead of going through the gui - Data Services Server Manager > Edit Job Server Config > Selecting the Job Server and selecting the “Resync with Repository” option and restarting the job server.

Is this possible in commandline?

Thanks


mea (BOB member since 2007-10-29)

net stop "BusinessObjects Data Services"
net start "BusinessObjects Data Services"

does job the service and restart it.


Werner Daehn :de: (BOB member since 2004-12-17)