I am running an Automation script in TDP3.4 which ran fine in 3.2 and earlier versions.
When it executes a SQL (Select to File), I get the error:
Reporting_Daily.log: AllUP - Toad has detected some symbols within the expression indicating you might be using bind variables. Please define the following variable(s):
Is there a way to avoid this error when the “&” only appears in quoted text?
Also, a similar error:
Exception Messages:
AllUP_SW_Extract - Toad has detected some symbols within the expression indicating you might be using bind variables. Please define the following variable(s):
Chains
This sql contains the following:
/* List all tool orders, open and complete, released for the Safety Walk effort to enhance Posts&Chains, Flopboards&sliders */
SELECT ALL
…
** **This time the “&” appears within a comment, where it should be ‘inert’.
That is a bug. I entered QAT-1545 to fix. Hopefully we can can fixed in the next Beta. There isn’t any work arounds. In the editor we added a tool button that let’s you request to scan for that type of bind var or not to scan and tread as bind var. We will need something similar to that in automation.
We did some testing using Oracle connection and do not see an issue. Can you tell us what module and connection you were using and the resulting erroring. A screenshot would be helpful and if the issue occurs in automation the script and log file should be uploaded.