You can translate the question and the replies:

Re-deploy of multiple web services with Denodo Scheduler

Hi! I'm looking to create a job in which we can redeploy multiple views using denodo scheduler. So far, we have tested the following query in Denodo scheduler: redeploy webservice xxx; redeploy webservice xxxx; However, so far the jobs that we have created are running with errors in Denodo scheduler. Is there a way to create this job using Denodo scheduler, especially if we can process multiple re-deployments for a big amount of views? Thanks in advance for your help!
user
08-03-2023 16:49:49 -0500
code

1 Answer

Hi, Your syntax for `REDEPLOY WEBSERVICE` is correct. I would use the `LOGIN` and `PASSWORD` parameters in the command. You should ensure that the credentials used have appropriate roles and permissions to the Virtual Databases where your web services exist. You can refer to the [Deploying and Exporting SOAP and REST Web Services](https://community.denodo.com/docs/html/browse/8.0/en/vdp/vql/publication_of_web_services/deploying_and_exporting_soap_and_rest_web_services/deploying_and_exporting_soap_and_rest_web_services) document on the Virtual DataPort VQL Guide for more information. For the jobs running with errors in Denodo Scheduler, I would review the scheduler.log file located at <DENODO_HOME>/logs/scheduler/ In case you need further assistance and if you have a valid Support Account then you can reach out to Denodo Support by raising a support case on [Denodo Support Site](https://support.denodo.com/) and the Support Team will assist you. Hope this helps!
Denodo Team
09-03-2023 17:44:02 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here