RE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
Maybe set that variable (or your own if system variable can't be set) to 'Success' at the beginning of each task and then set at end to the end result of task?I agree it would be best if a non-null...
View ArticleRE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
I believe its been available in versions from at least 3.7 or 3.8. I currently use 4.1 though and its definitely there.ThanksChad
View ArticleRE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
It's not a variable that I set, its a variable TDP sets based on the success or failure of each action. Even if I was able to set the variable of #_Activity_Result# to success before the task, it will...
View ArticleToad Datapoint (db2)
we use to FROG tool to connect db2 database(as400) we have environtments like ca , awafter connecting to user id in frog, we run these commands like setenv ca, or setenv awhow to run those commands in...
View ArticleRE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
If the variable has no value only on success, can you test for isnull or isblank or not exists? Of course I don't see any of those functions in Toad automation. You can try Length(#_Activity_Result#)...
View ArticleRE: MS Access Sample Connection
It is added by code so you can't permanently remove it. It is used for sample reports but also for annotation cache for Er Diagrammer
View ArticleMS Access Sample Connection
I am new to Toad DataPoint and so far I really like it. Everytime I open it the MS Access Sample connector is there. How do I get rid of it. I tried removing it, but it keeps coming back. Any ideas?
View ArticleRE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
Thanks chad.king for your post - i agree this is not how it should work in a perfect world.I just browsed the Toad World's Idea Pond and found topics from other users with some new ideas of built in...
View ArticleRE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
Greg, I've absolutely tried that. I even tried length = 0. The problem is, is that it wont even try to evaluate the variable if there's nothing there. It errors first chance it gets that there's...
View ArticleRE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
As a temporary workaround you can set the "Stop on error" to false (checkbox on the Activity info tab) so when the IF activity fails it will not interrupt script workflow and you can rely on any...
View ArticleRE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
Martin added QAT-10230 to see what we can do on this issue. It is scheduled to be looked at for TDP 4.3. We have already closed out TDP 4.2
View ArticleRE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
That's the thing. I'm trying to create a "retry" type of feature, so I actually do have to have the stop on error unchecked so it can continue if there is an error. The problem is purely the success....
View ArticleRE: Using #_ACTIVITY_RESULT# Will Not Work in If Conditions or Variables if...
Thanks Martin. I wish there was a way that I could "trick" the system at this point to allow me to use that #_Activity_Result# variable without error until something could be done with it. If ya'll...
View ArticleRE: Effective Dating in Diagram
SELECT A.EMPLID, A.NAME, A.BUSINESS_TITLE, A.JOBCODE, A.POSITION_NBR, A.EMPL_STATUS, A.REG_TEMP, A.FULL_PART_TIME, A.EMPL_TYPE, A.EMPL_CLASS, A.GRADE, A.JOB_FAMILY, A.DEPTNAMEFROM PS_UA_EMPLOYEES A...
View ArticleEffective Dating in Diagram
Can anyone give me some direction on how to work with effective dating in the diagram window of Toad for Data Analysts? I'm currently testing the software as a possible replacement for Hyperion. In...
View ArticleRE: MS SQL script view
We don't support this. Our developers say that SSMS doesn't either. Only Redgate supports this.
View ArticleMS SQL script view
using Toad Data Point for MS SQL database I can not see script for views with comment "encrypted". MS SQL Studio presents scripts without problems. What shall I modify in Toad?
View ArticleOfficial TDA 4.2 release date?
Hello,Toad Data Point 4.2 beta has been released on decembre 9th 2016 and nothing new since then.When will the official release of version 4.2 be?Thank you.Regards,Alexandre DOLIQUE.
View ArticleRE: Effective Dating in Diagram
I was able to complete the effective dating needed for max row by doing the following:First I set up the main query establishing the basic filters and fields to display from the core table used for the...
View ArticleRE: Official TDA 4.2 release date?
Hello Alexandre,Actually the latest TDP Beta (4.2.0.659) was released on 14th March.But about the official 4.2 release date: it's planned for the next month - at the beginning of May.Regards,Libor
View Article