RE: Data Service Database Error - How to get more information?
Thanks Lyla,There is not a logs directory in the path on the TIC. It seems that as the system is inserting data into the target table on TIC it randomly fails and reports a data service error. The...
View ArticleRE: Change schema in Query Builder
Yes, I've already done the ctrl+F method but, as you point out, this breaks the visualization which lowers the usefulness of this feature. I hope that QUEST will work on implementing a fix so that...
View Articleincorrect line number in error message
ODBC Database Error: [DataDirect][ODBC Greenplum Wire Protocol driver][Greenplum]ERROR: syntax error at or near "from"(Position 11;File scan.l;Line 979;Routine base_yyerror;)I get this message when I...
View ArticleRE: Data Service Database Error - How to get more information?
I assume you are talking about a TDP automation script that is published and scheduled on TIC server. When you said you ran the script on the server did you start up TDP remotely and run the automation...
View ArticleRE: Change schema in Query Builder
Try removing the two fully qualified options in the Query Builder. See below. then open the QB file and make a change, like uncheck a column. This should rewrite the query without any schmea...
View ArticleRE: Can I use a bind variable to specify the program path and name in...
Can you download and try this in the Beta? if I recall correctly we did some work on this a month ago.
View ArticleCan I use a bind variable to specify the program path and name in automation...
When I hard code the exe path and name into the activity the program runs successfully.But when I try to execute the program with a bind variable TDP says it cannot find the path.
View ArticleRE: Can I use a bind variable to specify the program path and name in...
Thanks Debbie, it worked in 4.5 beta so I guess that is something to look forward to! Do you know when 4.5 will come out of beta?Best,Tom
View ArticleRE: Data Service Database Error - How to get more information?
Overnight the script ran fine. This morning I followed your instructions and updated the shortcut for TDP on TIC and tried running the script. It failed but loaded the first 1,033 records of about 25K....
View ArticleRE: Change schema in Query Builder
Tried this and you're right, when you select/de-select a column it removes the schema.However, it does not seem to recognize the new schema or updated tables (e.g. legacy tables had '_cd' suffix on...
View ArticleRE: Data Service Database Error - How to get more information?
if you ran TDP manually with the command line you you generate support bundle and attach. i did find out how to turn on logging when TIC is running TDP Automation. But this is extra layer and if you...
View ArticleRE: Change schema in Query Builder
The Query Bulder was not built like the SQL Editor with Schema/database chooser. When doing this it changes the current schema of the session. There is a send to SQL Editor button when you can open an...
View ArticleRE: Can I use a bind variable to specify the program path and name in...
I'm hoping in August....
View ArticleRE: Data Service Database Error - How to get more information?
I generated a support bundle that includes the log. I tried attaching it to this post but the system keeps throwing an error asking me to attach a file. My email address is...
View ArticleRE: TDP Azure Connection
Hello Debbie, I am also looking forward for connecting Toad 4.3 to Azure SQL Database. Can you please confirm the estimated date of release which will support this functionality?
View ArticleTDP Azure Connection
My company has an Azure database, and I can connect through SSMS with active directory authentication. I cannot connect through TDP 4.3 because as soon as I enter the database, the authentication type...
View ArticleToad Data Point 4.3 vs Microsoft SQL Azure
Hello,At this moment, I am able to connect using SQL Server authentication, but I am getting errors like "Catalog view 'xml_schema_collections' is not supported in this version", "Catalog view...
View ArticleRE: How do I convert the results to 'HH24:MI:SS' format?
TO_CHAR(ColumnName,'hh24:mi:ss') I believe is the Oracle function you need. More info can be found here.
View ArticleRE: Toad Data Point 4.3 vs Microsoft SQL Azure
from error message we could clearly tell that TDP 4.3 not support "Catalog view 'xml_schema_collections', I create QAT-13048 to request enhancement. I am afraid there is no workaround for this but let...
View Article