RE: Scheduled Task TAP Execution Problem
Hello Eric,There were done few changes / fixes in the automation module and scheduler in the latest release (4.2). However I'm not able to confirm if some of them solves your problem. I haven't seen...
View ArticleVideos covering new functionality in Toad Data Point 4.2 have been posted
Hi everyone,Robert Pound has created and posted 4 new short videos that cover some NEW functionality in Toad Data Point 4.2 which I think can be really helpful!1. Publishing queries with run-time...
View ArticleRE: Scheduled Task TAP Execution Problem
Hi Libor,I am a little apprehensive about upgrading at this time as I had a few TAP issues when I upgraded from 3.4 to 3.6 two years ago. It is a possibility but I have a few daily audit reports so I...
View ArticleRE: failing query
THANKS for the help. Having 2 subqueries appears to be the solution. That means ALL the formatting has to be correct Mark FringerAT&T Network OperationsOperational Certification and Advanced...
View ArticleRE: failing query
This was a great help to get to the correct formatting. As always, cross the “t” and dot the “I”. Mark FringerAT&T Network OperationsOperational Certification and Advanced Technical Support...
View ArticleRE: Help importing .csv to Teradata (system.OutOfMemoryException TDP 4.0.0.624)
I'm sorry I can't post he .csv file, and it turns out I won't have to! Your prior suggestion of using TDP 4.2 64-bit version appears to have solved the problem! I manually installed TDP 4.2 64-bit and...
View ArticleRE: How to link Oracle Query using Excel connection field as filter condition
Hi,Yes, the cross connection query is the right tool for that. Basically you should be able to do something like:... WHERE ALIAS1.COLUMN1 = ALIAS2.COLUMN2where ALIAS1 is alias for the Oracle table and...
View ArticleRE: Scheduled Task TAP Execution Problem
It's not a bug. Windows does not allow a scheduled task to execute that requires a desktop window to be created if there is not currently an active desktop session for the user executing the task....
View ArticleRE: Scheduled Task TAP Execution Problem
Hi all,I believe I have this working now without the session logged in or a desktop window session saved in the system tray. N.B., you are correct it is not a bug but more of a multi-user...
View ArticleScheduled Task TAP Execution Problem
Hello,I have tried every trick found in the forum regarding Scheduled Tasks not executing when the user is not logged into the system. I am using TDP 3.6 on Server 2012 R2. When I set to highest...
View ArticleRE: How to link Oracle Query using Excel connection field as filter condition
If your Oracle part of the query is already complex and it is time consuming a cross connection query may not be your best option. Use Toad automation to set up a two step process. 1. Load the excel...
View ArticleHow to link Oracle Query using Excel connection field as filter condition
Hi,I have TDP 3.8. I am trying to create a process to run a Oracle query based on a specific field within my Excel connection file and am not sure how to join.For Example:Where [oracle field] =[Excel...
View ArticleRE: Is my cross connection left join supported?
hi BoulderRidge,I believe MS access DB engine has specific rules in terms of inner joins combined with outer joins.Could you please read the following solution and let me know if that...
View ArticleIs my cross connection left join supported?
Hi I’m new to Toad using Toad Data Point 3.8.1.677 Base Edition. I have created a cross connection query using one MS Access 2010 table and three DB2 tables. When I make them all inner joins my query...
View ArticleRE: Using a variable value in Automation SQL
A long time ago Henrk added Toad Scripting. http://toad.henrik.org/2009/07/flow-control-for-your-scripts.htmlOne of the things this support is a variable for table name.This is support if you use this...
View ArticleUsing a variable value in Automation SQL
Is it possible to use a variable value in SQL as part of an automation? I've seen examples where I can use a variable value in the WHERE clause to filter values selected. That's not what I'm talking...
View ArticleRE: Variable in file copy activity on file name
Did changing to DateTime variable type resolve this? If not let me know so I can investigate.
View ArticleVariable in file copy activity on file name
I have a string variable that is created in a set variable activity - To_char(Add_months(Current_date(), -1), 'MMMM YYYY') - the output is "April 2017". In TDP 3.7 the file name would appear as "file...
View ArticleRE: Crashing upon Start
Did removing these files correct the issue. From reading the error stack it seams like it should
View Article