Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hi, I installed Knowage 7.1.5 on Windows Server 2012 R2 and tried to add the execution of the .bat file to the planning activities for the startup and shutdown of the server but they do not go.
How should you schedule this run?
Environment Knowage version 7.1.5, Windows Server 2012 R2
in Integration by (140 points)
I have always favored doing automation using using windows services or daemons.
Ok it would also be useful to know how you do it
thanks

1 Answer

0 votes

I created a boilerplate for a console application in DotNet Core. It is already integrated with the Knowage REST API if you need it. You can run it in Windows, MacOS or Linux. You can use this a starting point for automation of your Knowage related tasks like scheduled restart and automatic downloading of files. All you need to do is to is to call the start batch or shell file from code / controller class on your prefrerred schedule. 

https://github.com/darwinpasco25/KnowageServiceConsoleApp

by (2.8k points)
edited by
...