After publishing an Automation script to Toad Intelligence Central, the script fails to run or completes with errors such as:
These issues typically surface after scheduling or executing the script from the TIC Script Manager. [support.quest.com], [support.quest.com]
Automation scripts run in the TIC server context, not the local user environment. Differences that commonly cause failures include:
Quest confirms that automation execution requires the TIC server to have the same connectivity stack and access as the publishing workstation. [support.quest.com], [support.quest.com]
The Script Manager provides execution status, exit codes, timestamps, and detailed error messages for each run. [support.quest.com]
Verbose logging provides deeper detail on connection attempts, file access, and execution context. [support.quest.com]
The Deployment Guide explicitly states that ODBC drivers and DSNs must be installed and configured on the TIC host for automation execution. [support.quest.com]
Ensure the TIC server has the same ODBC drivers as the publishing machine.
When Toad Data Point is used to publish automation scripts, the Intelligence Central server must have the applicable database clients and ODBC drivers installed to execute them successfully. [support.quest.com]
Scripts often fail when executed under the default Local System account due to limited access rights. [quest.com]
C:\Users\...) with UNC network paths
\\FileServer\SharedFolder\output.xlsxQuest documentation confirms that published scripts cannot reliably access local client file paths. [support.quest.com]
Licensing is required even when Toad Data Point is installed automatically as part of the TIC deployment. [support.quest.com]
| Issue | Solution |
|---|---|
| Script runs locally but not on TIC | Re-publish the script and confirm all dependencies are server-accessible [support.quest.com] |
| Missing ODBC driver | Install the same database driver on the TIC server [support.quest.com] |
| Local Storage snapshot used | Published scripts cannot refresh Local Storage; move data to network location [support.quest.com] |
| Permission denied errors | Run the script under a domain account with required access [quest.com] |
| Exit code 555 | Apply a valid license key to Toad Data Point on the TIC server [support.quest.com] |
These are formal prerequisites documented in the TIC Deployment Guides for 2025 R2 and 2026 R1. [support.quest.com], [support.quest.com]