TDP 4.2 Set Variable with date into string
Hi allI have a problem with set variable activity, when i try to put a formatted date from a dataset to a string variable :I'm using Oracle 11GR2example :-execute script activity :select...
View ArticleRE: Issue with creating connection to PostgreSQL
Try saving your username and password in the DSN. Then with TDP do not enter username or password. Just point to DSN name.
View ArticleIssue with creating connection to PostgreSQL
Helloon numerous occasions I have successfully created ODBC connections (first through MS ODBC Administrator) then in Toad Data Point (version 4.1) to the multiple PG databases.I am creating a new one...
View ArticleRE: Export to Excel Sheet Breaks Slicers
I'm following up on this issue because we need to migrate all of our reporting automation to TOAD 4.x.Has there been any movement with 9329?
View ArticleExport to Excel Sheet Breaks Slicers
Good afternoon all...Many reports I run are produced by using the export to file component in TDP. We export to Excel worksheets that source pivot tables. Recently I have been trying to update some...
View ArticleRE: Issue with creating connection to PostgreSQL
Thank you Debbie. I will do that going forwardMy co-workers actually helped me solve the issue just this morning by following: The password contains %. When I have replaced it with %25 Toad has...
View ArticleRE: Issue with creating connection to PostgreSQL
I am not sure why that would have fixed it. Did you try my idea? If it would save in the DSN and work but not work when entered to TDP then the error is on our side. I'll enter a bug if you can confirm...
View ArticleRE: Attempting to connect to remote Oracle12c DB results in invalid...
We have been getting the "...no matching authentication protocol" when using older clients. Changing the client support on the server works. We have not seen the username/password issue. Since SQL...
View ArticleAttempting to connect to remote Oracle12c DB results in invalid...
Toad Data Point Version: 4.2.0.207 (64 bit)Oracle12c Version: 12.2.0.1.0Initially, I was getting a "...no matching authentication protocol" message, but after updating sqlnet.ora with...
View ArticleRE: Issue with creating connection to PostgreSQL
I have created it originally as User DSN and saved. I had no problem connecting there with regular password (with % sign). Toad still requires UN and PW. so I had to replace % with $25.
View ArticleRE: Issue with creating connection to PostgreSQL
Replacing % with $25 makes senses. I'll enter an issue for this. thanks.QAT-11185
View ArticleRE: Help with creating your own From and To dates
I'm trying to do a rolling 13 months and I keep getting an error.SELECT VCTD485.EXT_KEY1, VCTD485.COMP_CAN_DTFrom ASKME_CPNI_UNRESTRICTED_VIEWS.VCTD485 VCTD485WHERE VCTD485.COMP_CAN_DT >=...
View ArticleRE: Help with creating your own From and To dates
Hi Aaron, give the following a try:SELECT VCTD485.EXT_KEY1, VCTD485.COMP_CAN_DTFrom ASKME_CPNI_UNRESTRICTED_VIEWS.VCTD485 VCTD485WHERE VCTD485.COMP_CAN_DT >= ADD_MONTHS( CURRENT_DATE , -13);as info,...
View ArticleHelp with creating your own From and To dates
I have an SQL script (database is SQL Server) that filters four weeks of data by including the following in the Where clause([PLTC].[Week Ending] BETWEENdateadd (wk, -6, GetDate ())ANDdateadd (wk, -2,...
View ArticleDisabled SaveLog option in Import Wizard
Using Toad Data Point 4.1.0.226 (32 bit)Working on Automation flow, have a Import Wizard activity (import folder), and for some reason it has grayed out/disabled the SaveLog filename textbox, and will...
View ArticleRE: How to convert old .tas files from Toad for Data Analysts 2.6 to Toad...
Automation scripts are versioned so when you open up an older automation script into a newer Toad it will update the version and newer options. But there will always be a copy of the old script...
View ArticleRE: How to convert old .tas files from Toad for Data Analysts 2.6 to Toad...
Hi Debbie, When I open an automated .tas script in TFDA 2.6, I am able to see the script visualized, with database connections, If conditions, etc. When I open a copy of the same script in TDP 4.2, I...
View ArticleRE: How to convert old .tas files from Toad for Data Analysts 2.6 to Toad...
My screen shots won't upload. But basically we are able to see all of the Database connections, Select to file instances, etc in TFDA but in TDP we just see a screen showing us how to create a new...
View ArticleHow to convert old .tas files from Toad for Data Analysts 2.6 to Toad Data...
Hello we are using Toad for Data Analysts 2.6, and have multiple scripts that were created in that program for data validation. We are in the process of updating our database from Oracle 11 to Oracle...
View Article