Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

SQL Task

SQL Task

The SQL task allows you to specify the SQL server that will be used for your SQL query.
Field
Definition
Basic Tab
Label
Specify a label for this task.
Database Server
Select a pre-configured database server from the drop down list.
Auto-Commit
Specify whether or not to commit the changes automatically. A value of 'true' means that the changes will be committed automatically after executing each query. A value of 'false' means that an explicit commit will be issued after successfully executing all queries. If any of the query fails for any reason, a rollback is issued.
Default Value: true
Database Server Tab
JDBC Driver
Specify the JDBC driver to use to connect to the target database. The driver need not exist in the dropdown menu, but must be installed in
Managed File Transfer
before it can be used. Specifying this value is only necessary if a Database Server resource was not selected or if it is desired to override the JDBC Driver specified in the Database Server resource.
JDBC URL
Specify the connection information for the specified database server. The syntax for specifying the connection information is driver dependent. A JDBC URL Wizard has been provided to assist with generating JDBC URLs. Click the '..' button to launch the JDBC URL Builder. Specifying this value is only necessary if a Database Server resource was not selected or if it is desired to override the JDBC URL specified in the Database Server resource.
User
Specify a user name for logging in to the specified Database Server. This is only necessary if a Database Server resource was not selected or if it is desired to override the user name specified in the Database Server resource.
Password
Specify a password for logging into the specified database. This is only necessary if a Database Server resource was not selected or if it is desired to override the password specified in the Database Server resource.
Is Password Encrypted?
Specify whether or not the password is encrypted.
Default Value: false
Control Tab
Version
The version of this task.
Log Level
Specify the level of logging to use while executing this task. Valid options are - silent, normal, verbose and debug.
Default Value: Inherited from parent Module
Execute Only If
Specify a condition that must be satisfied before this task can be executed. This task will be skipped if the specified condition is not met.
Disabled
Whether or not this task is disabled.
Default Value: false
On Error Tab
On Error
Specify the action to take when this task errors out. Valid options are - abort, continue, call:[module] and setVariable:[name]=[value]. For call:[module] replace [module] with the name of the module in the project (e.g. call:ErrorModule). For setVariable:[name]=[value] replace [name] with a variable name and [value] with the variable value (e.g. setVariable:error=true).
Default Value: Inherited from parent Module

0 COMMENTS

We’d like to hear from you!