2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now schedule the same jobs from the Scheduler section of cloud workflow, You will be able to see them now on the user interface.


Issue 2 : Schedulers are showing in the user interface but not working.


Description : If you have scheduled a process to run at specified time interval and they are running in the background but not appearing on the user interface. At  the same time, you wish to change the time interval for the same scheduler job then follow the steps in resolution to fix it.


Resolution : To do so, Follow the below steps to delete the all the existing scheduler jobs that are not showing up on the user interface and also reschedule them.


Step 1: You need to locate  "schedular.xml" from the installed folder of DBSync cloud workflow.


Step 2 : Navigate to the installed Cloud workflow folder on the machine where you had previously installed the on premise version of DBSync Cloud workflow. 


Step 3 : The folder path would be something like "C:\DBSync_CloudWorkflow\CloudWF\WEB-INF\conf\db\User Name "


Step 4 : Under user name, You will be able to locate the Schedular.xml.


Step 5: Open the Scheduler using an notepad editor like Notepad++  and check if you can find the below code snippet.


Code Block
<context-param>
         <param-name>config-file</param-name>
         <param-value>com/mydbsync/system/scheduler.properties</param-value>
</context-param>



If you cannot find the above code snippet you should paste it in the bottom of the file, Save the file. Now, restart the DBSync service and schedule the processes to see they are functioning as required.