Upgrading Skybot (Automate Schedule) to 4.7.0 on Windows

Follow

Steps to update to Automate schedule 4.7 from previous version

If you are NOT using SSL (https) calls, please follow this guide.

Windows host server:

Stop the 3 Automate Schedule services:

Services.png

Exit the Agent Manager (from icon in taskbar)

Agent Manager.png

Right click and run setupAutomateSchedule.exe with administrator rights.  Follow prompts.

When setup is complete, verify the 3 services are started back up and go to URL of your Automate Schedule server and verify login.

All Done.

 

Windows agent updates.

Exit the Agent Manager (from icon in taskbar)

AgentUpdates.png

Right click and run setupAutomateScheduleAgent.exe with admin rights.  Follow Prompts. Verify the Agent service has started, and the agent is connected and updated in the main host server.

 

Windows host server if you ARE using SSL. 

 

The update to Automate Schedule 4.7 cannot convert the older Automate Schedule SSL settings to the newer Tomcat version in 4.7. 

Please backup your keystore file and make a copy of the server.xml file (to reference) to re-configure SSL after the update to 4.7

 

After Automate Schedule has been updated to 4.7, please stop Automate Schedule services, then edit the ../conf/server.xml file and change the connector file to look like: (using your keystore file name and password that you can get from your saved server.xml file)

 

<Connector
           protocol="org.apache.coyote.http11.Http11NioProtocol"
           port="8443" maxThreads="200"
           maxParameterCount="1000"
           scheme="https" secure="true" SSLEnabled="true"
           keystoreFile="conf/automateschedule.keystore" keystorePass="password"
           clientAuth="false" sslProtocol="TLSv1.3"/>

Start up the Automate Schedule services and verify the UI comes up.

 

 

 

 

 

 

Have more questions? Submit a request

Comments