You can translate the question and the replies:

Enhancing Sample Code provided to run Scheduler Job

Hi As per Org mandate - we need to call Scheduler Job from Control M. To call Scheduler Job we want to use Scheduler API and same scripts provided with installation. ( samples\scheduler\scheduler-api\src\com\denodo\scheduler\demo ) GlobalNames.java SchedulerJobsConfigurationSample.java As per org standards we will have to enhance the same Java code to have things like - parameterized project code, remove default admin/admin crendentials. Please let us know if Denodo allows customers to enhance the same Java code/scripts as per their Org architecture and needs.
user
18-11-2021 02:23:22 -0500
code

1 Answer

Hi, Denodo allows you to create Java code as per your organization’s needs. The sample code which was mentioned in the document is for reference purposes. Additionally, starting from Denodo 8.0 latest update, Scheduler [REST Client API](https://community.denodo.com/docs/html/browse/latest/en/scheduler/administration/developer_api/rest_api/rest_api) is also available to interact with the Scheduler servers. This might be a more easier option than the RMI Client API. Hope this helps!
Denodo Team
18-11-2021 06:39:22 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here