How to install external UDF libraries on Hot Standby Node (HSN)? - topic by...
Hello, Recently we had a db crash on TD14 and our HSN took over but did not take over the operation because it was missing libraries for the external (C/C++) UDFs. Any ideas how to identify what is...
View ArticleHow to find NULL values in a Table - topic by Mathuram
I have a table of having 260 columns in that i need to retrieve the records having NULL values. I had seen my DDL also, few of the columns having NULL Constraint, so i left those columns in my query....
View ArticlePortlet Error 32 stylesheet limit in IE 8 - response (5) by KontantinK
Yes this is what i did now. I added the css file in the vp:managedResources tag inside the include.jsp. After that i restart Viewpoint. Over that way I clear the cache. Then i deploy the portlet again...
View ArticleHow to set a defalult width for all of my bteq reports? - response (3) by...
Hi Dieter, I run the above statement for my user id. It run sucessfully. And then i ran the bteq export seperatly. I got the below error.. *** Warning: Error in your users run startup string. $...
View ArticleHow to set a defalult width for all of my bteq reports? - response (4) by...
please let me know how to revert the startup string for that user id Thanks, Koti
View ArticlePurge the work tables cretaed a month before and create report with the list...
Hi Ulrich, I have used this query to add ".HANG10" after every 25 statements. But, when I executed this query using BTEQ it is not processing ".HANG10" command with the DROP statement. I think we can...
View ArticleSQL Error - topic by saspert
Hi, I am running a sql query using SAS EG. It is essentially an explicit sql query that is wrapped within sas commands that make it run on the teradata engine. I need help resolving this error. NOTE:...
View ArticleUsing .HANG command with DROP statement in the same line is not working -...
Hi Ulrich/Dieter, I am using the below query to create DROP statement and HANG statement after every 25 DROP statements. SELECT DISTINCT 'DROP TABLE DB.' || TABLENAME || ' ;' || CASE WHEN...
View ArticleUsing .HANG command with DROP statement in the same line is not working -...
I have tried ".RECORDMODE OFF .FOLDLINE ALL " also but then I am getting my query written in the file as well with the page numbers. Terankit
View ArticleSQL Error - response (1) by Qaisar Aftab Kiani
Normally you get this type of error when you are casting a column into non-compatible data types e.g. casting char data into integer or something like that. But without looking at the query it gets...
View Articlehow to logon to bteq - response (8) by Duri83
Normally, you want to use: .logon <ip_address or name>/dbc pw is dbc if i remember it right, anyways 13.10 is a better version than 13.0, you have to make sure that the port 1025 is open if you...
View ArticleSQL Error - response (2) by Duri83
If you have DBQL enabled, you can troubleshoot it yourself, look into dbc.dbqlogtbl, dbc.dbqlexplaintbl and dbc.dbqlsteptbl and search for your query. From the explain and steptbl you can determine in...
View ArticleTeradata JDBC Exception - response (6) by tomnolan
Some connection pool managers, but not all, have a feature to automatically test a connection by executing a simple query before the connection is provided to the application. Enabling a feature like...
View ArticleUsing .HANG command with DROP statement in the same line is not working -...
Hi dnoeth, please help as it is not working at the end time of my request.thanks in advance. Terankit
View ArticleTeradata JDBC Exception - response (7) by panlasi
Hi all, I posted a while back about my TD connection issues. I am on a mac platform runninf OS/X 10.8.2. Sonce then, I had flawless connections to TD but I had to upgrade my machine and in-so doing,...
View ArticleHow to set a defalult width for all of my bteq reports? - response (5) by dnoeth
Ooops, i forgot that you have to ECHO the command to BTEQ: MODIFY USER xxx STARTUP = 'ECHO ''.set width 500'''; To reset the user do a "MODIFY USER xxx STARTUP = NULL;" Dieter
View ArticleUsing .HANG command with DROP statement in the same line is not working -...
Those options should work: .export data file = xxx .recordmode off .foldline all And split the string in two columns: SELECT 'DROP TABLE DB.' || TABLENAME || ' ;', CASE WHEN ROW_NUMBER() OVER...
View ArticleFast Export Modes And Format - response (1) by dnoeth
INDICATOR adds one bit for each column at the begin of the exported record bit indicating NULLs. The different FORMATs are explained in detail in the FastExport manual, they define if a record length...
View Article