Versions Compared

Key

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

...

Note that since users get their roles from AD and don’t actually exist in Denodo, we can’t impersonate actual users.

Denodo Scheduler

SMTP Configuration

...

As found in /opt/denodo/conf/scheduler/ConfigurationParameters.properties

Code Block
# Mail
Mail/server=smtp.tufts.edu
Mail/port=25
Mail/from=denodo-scheduler-dev@it.tufts.edu
Mail/subject=Denodo Scheduler Notification - @{jobResult} [@{projectName} - @{jobName}_@{jobID}]
Mail/testBody=This is an email from Denodo Scheduler to test the server configuration. If you have received this email, the configuration is ok. Note that if the subject contains variables, they will be replaced by their corresponding values at execution time.
Mail/protocol=smtp
Mail/tls=true
#Mail/trust=
Mail/debug=false
Mail/timeout=5000
Mail/connectionTimeout=5000

Box

Connecting Denodo to a Box file is a two step process. The first step involves creating an app that will give Denodo access to Box via OAuth and that people can share files with. This only needs to be done once and can be used for all files. This is outlined in the section below. The second step involves creating a connection to a Box file in Denodo using the credentials of the app.

...