JobScheduler is able to login to MSSQL database using domain account, but JOC cannot. JOC can only login by local account. The main and report database are put in the same database. Both master and JOC are using the same hibernate config xml. Config xml: <?xml version="1.0" encoding="UTF-8"?> <hibernate-configuration> <session-factory> <property name="hibernate.connection.driver_class">net.sourceforge.jtds.jdbc.Driver</property> <property name="hibernate.connection.password"></property> <property...
For JobScheduler master server, is there any function that the server sends notification when failover happens? (primary server down and then secondary up)
Jobchain is triggered by file watching once the file appears in the watching folder. However, when the file is still being locked for writing, the jobchain is triggered and the imcomplete file is transferred. Any solution for the case?
Typo: It should be job chain. e.g. There are two JobScheduler agent servers (agent1 and agent2). My objective is to set the same file watcher and job chain (one set of job chain configuration files) for agent1 and agent2 respectively. The job chain triggered by agent1 should execute the job chain on agent1 and the same as agent2.
Any update for my question?
Can I set multiple agent servers in one process class, so that the join chain can be triggered by multiple agents and the jobs can be executed by the triggering agent?
Is there any existing jobchain which can be used to archive/delete jobchain history over certain days e.g. 60 days?
I set some environment variables in jobscheduler_environment_variables.cmd. How can I get the variables in job shell script? (not in powershell script)