Error when starting Workload Designer - response (2) by Det7
Hi, I'm encountering the same error. Which data collector service did you start/stop? Thanks!
View ArticleBTEQ Equivalent to SQL+ "EDIT" Command - response (2) by Wasif.Kabeer
That's what I have been doing so far. Positively, for interactive & ad-hoc query sessions, this doesn't seem to be an appropriate choice using BTEQ. If I recall (in SQL+), if a huge query is...
View ArticleConvert integer to TIME - response (3) by Harpreet Singh
Please try this one select cast(1256 as char(4)) as numb, substring(numb from 1 for 2)||':'||substring(numb from 3 for 2)||':00' as convertedstring, cast (convertedstring as time) as goodtimes
View ArticleConvert integer to TIME - response (4) by mohan.mscss
@ Harpreet, I have tried the above query with the value of 0145 and getting the error as "2620 The format of data contains a bad character" @aarsh, Could you please let me know is there any...
View ArticleTPT status code 12 during Insert - topic by AAnsari
Hi, I am trying to insert data using the export/update operator into multiple tables using a single SELECT. But the query always terminates at the insert step with status code 12. Sometimes it inserts...
View ArticleConvert integer to TIME - response (5) by Harpreet Singh
Nice catch Mohan. Below is what I can do. select cast(0145 as char(4)) as num1, case when char_length( trim(num1))=4 then num1 else '0'||trim(num1) end as numb, substring(numb from 1 for...
View ArticleTeradata Books and Material - topic by smsubhani
Dear Experts, I am newbie to Teradata,suggest me some Teradata Books for Preparation of certification and Teradata concepts. Regards, Subhani
View ArticleTeradata Course Content & Teradata Online Training at BluecubeIT - topic by...
BluecubeIT Provides Teradata Course read more
View ArticleHow to find the associated tables or view in teradata? - response (17) by...
Thanks Ulrich and Qaisar. Ulrich, This is very helpful. Will it give me 100% result? Or do I still need to verify the REQUESTTEXT FROM DBC.TABLES. Thanks again for help! Regards Vaishali
View Articleread portlet properties - topic by KontantinK
Hello, a simple question: How can I read in my java method a value of the portlet properties. There are different ways in Spring over application.xml and in Liferay over the static class PortletProps....
View ArticleError when starting Workload Designer - response (3) by hyma
dcs stop/start in /etc/init.d
View Articlenumeric overflow occurrence - topic by memostone
Hi, We are converting from Oracle to Teradata, and found some issues for DUAL table in Oracle doesn't exist in Teradata. After research, dummy table was used, but when run below query, it gives...
View ArticleConnection issues from ALL applications to TD Express 13.10 and 14.00 through...
I am encountering a problem getting TD13.10 instance setup using either VMWare Player or VMWare Server. I cannot ping the instance. TD starts up fine and within the SUSE image all is fine access...
View Articlenumeric overflow occurrence - response (1) by ulrich
SELECT cast(0 as integer) AS a from (select 'X' as DUMMY) as X UNION ALL SELECT -9999 AS a from (select 'X' as DUMMY) as XThe first selects defines the datatype. Try alsoe SELECT type(0) AS a from...
View ArticleHow to find the associated tables or view in teradata? - response (18) by ulrich
Check the disclaimer of the post ;-> But so far it looks quite complete in the cases I worked with it - which I do regularly.
View ArticleLoading data using ODBC drivers thorugh Informatica - response (3) by...
Hi All Can some one help on my doubts 1) How to configer TD native driver to connect TD from informatica for loading process. 2) for relational ODBC/Native connection what will be the impact if the...
View Articlehow to configure fastload connection to informatica - topic by sanjeeviravi
Hi Friends, Can someone share me how to configure loader connection to informatica we are using Informatica 9.1 hf4 on unix IBM AIX 64bit server Regards, Sanjeevi
View ArticleBest practices for TPT/ loader connection to informatica - topic by sanjeeviravi
Hi Friends, Can someone share me best practices for TPT/ loader connection to informatica for Informatica 9.1 hf4 on unix IBM AIX 64bit server Regards, Sanjeevi
View ArticleExamples of writing prepared statements in CLIv2 - response (4) by tomnolan
Appendix A of the Network CLIv2 Reference manual contains section titled "Sending a Parameterized SQL Using APH Defined Extension Elements" which lists an example C program that executes a query with a...
View Article