RE: TDP Giving Up on Query Connections with No Error in Automation
**One more thing to note and at least remind ya'll about is that this task WILL run just fine while having TDP up to run. Even if it takes 2 hours to return results of the query, it will still not...
View ArticleRE: TDP Giving Up on Query Connections with No Error in Automation
I apologize. I stand corrected. I'm actually noticing the automation task hanging up and continuing to run even while running directly in Toad data point (not using batch). Thanks again.
View ArticleRE: Cannot connect to Teradata: Command did not complete within the time...
Let's stick with LDAP connection. That fact that it is timing out infers that you have reached a server but it's busy and can't respond. Can you increase your timeout to 240?The fact that the ODBC...
View ArticleRE: Cannot connect to Teradata: Command did not complete within the time...
I increased the timeout to 240 as you suggested and tried to connect using the LDAP connection. It tries for 4 minutes but returns the same error message. (Tools, Options, Databases, Timeouts ,...
View ArticleRE: TDP Giving Up on Query Connections with No Error in Automation
Thank you, I was able to download the zip file
View ArticleRE: Cannot connect to Teradata: Command did not complete within the time...
Today my Toad->Teradata connectivity works just fine. Toad connected to the database in about two seconds.. Clearly it's a server-side issue. Please don't spend any more time with this issue....
View ArticleRE: Issues with Automation Loop in 3.8 Data Point Pro
What issue are you having? Could you post a screenshot and give some description?It seems you can use Loop Dataset activity in automation, please refer to the following blog...
View ArticleIssues with Automation Loop in 3.8 Data Point Pro
Hi, I'm using 3.8.1.677 Toad for Data Point Pro. I'm just starting to get into variables & looping so this could just be an easy answer.I'm trying to run a simple query in a SQL server DB:select...
View ArticleOnly saw partial schemas in dropdown list On Toad Data Point v.4.0 Trial Version
I am new to Toad Data Point and just downloaded 4.0 free trial version to see how Toad works with Hive database.DB connection is sucessful. However, in schema dropdown list, I only saw 10 databases and...
View ArticleForcing Toad Data Point to migrate settings from a previous version to Toad...
Recently a user reached out to me because when they installed Toad Data Point 4.0 they had mistakenly skipped past the pop-up that asked if they wanted to migrate settings from an older installed...
View ArticleRE: Issues with Automation Loop in 3.8 Data Point Pro
Are you trying to pass the 3 TRN_SK values, one at a time using the loop or all 3 at once? All 3 at once would require an In instead of =, and I am not sure if Toad does multivalue variables that way...
View ArticleRE: Issues with Automation Loop in 3.8 Data Point Pro
Hi, yes, that is what I'm trying to do. Pass in the 3 returned values via an "IN" list. Then, get the resulting 3 records returned all put in the same tab in an editor instance. Right now it is just...
View ArticleRE: Only saw partial schemas in dropdown list On Toad Data Point v.4.0 Trial...
Hello,I have exactly the same situation with DB2 (version V5R4M0) in AS400. Database includes more than 100 schemas, but Toad Data Point 4.0 Trial shows only 12 of them. Filters are applied only to...
View ArticleRE: Only saw partial schemas in dropdown list On Toad Data Point v.4.0 Trial...
There is no restriction in the TDP Trial. Can you both post a screenshot and query listing all schemas? Also, you can open a support ticket and we can assist more closely on this.
View ArticleRE: Cannot connect to Teradata: Command did not complete within the time...
read info community.teradata.com/.../48536
View ArticleRE: Cannot connect to Teradata: Command did not complete within the time...
Thanks for the link Jack. I'll forward it to our support team to see what they think.John
View ArticleRE: Issues with Automation Loop in 3.8 Data Point Pro
You don't nee a loop for what you are doing. Try this:Create a variable (Set Variable) (call it CmdString or whatever you want to name it) type string and make its value Select TRN_SK From YourTable...
View ArticleRE: Only saw partial schemas in dropdown list On Toad Data Point v.4.0 Trial...
Here is screenshot with query counting schemas quantity (query to display them - select distinct table_schema from qsys2.systables). In Object explorer only 12 of them are available, but query returns...
View ArticleRE: Issues with Automation Loop in 3.8 Data Point Pro
I believe that what Greg suggests is mssql specific, because 'for xml path' is not available in mysql (for example).What you can do is to simply insert those PK column's values into a temp table that...
View ArticleRE: Only saw partial schemas in dropdown list On Toad Data Point v.4.0 Trial...
Hi Debbie, Thanks for your response! Below are the two places where we saw the schema. You can see there are only 10 schemas displayed in drop-down list, but actually we have more schemas: Thanks for...
View Article