Is it possible to use a macro to send out an e-mail notification? - topic by...
Hi all; I am doing some error checking / monitoring and was wondering is it possible to have a Marco set up to send out an e-mail notification if a certain set of circumstances have occured. Does...
View ArticleTeradata calling procedure within a procedure - response (1) by Qaisar Aftab...
The procedures can be called within the body of other procedures. But I don't think you can achieve what you are trying to do by nesting the SYSEXECSQL calls. The procedure expects a SQL in the...
View ArticleSharing table or view in multiple ODBC Connections - response (1) by Qaisar...
This link should give you a fair idea about both global temporary tables and volatile tables http://forums.teradata.com/forum/database/difference-between-gtt-and-volatile-tables In short the data is...
View ArticleSample without duplicates - response (12) by Qaisar Aftab Kiani
try this SELECT * FROM TBL QUALIFY ROW_NUMBER() OVER (PARTITION BY COUNTRY_DESC ORDER BY COUNTRY_DESC) = 1 SAMPLE 2
View ArticleTPT API and TLOGVIEW - response (1) by feinholz
Ok. I will try to explain why those tool are not available for TPTAPI. Those tools are only available for the script-based TPT because the operators are controlled by a TPT infrastructure (a set of...
View ArticleTPT API and TLOGVIEW - response (2) by jebeckford
Thanks for the quick response. I understand what you are saying and agree to a certain extent. But take it for what it's worth...my opinion is that TPT would benefit from providing a standard set of...
View ArticleTPT12120 error in TPT export operator - response (1) by feinholz
Please post the script, and the entire output from the job.
View ArticleTPT12120 error in TPT export operator - response (2) by feinholz
I looked up the TPT12120 error. It states: "Order By clause and Multiple Instances are mutually exclusive" This is pretty obvious. Your SELECT statement has an ORDER BY clause in it, but you have...
View ArticleUsing templates for operators provided in TPT - response (3) by feinholz
Snippet is not wrong. I was unaware of that new syntax enhancement. Please provide the entire (real) script (not the snippet from the manual).
View ArticleUsing templates for operators provided in TPT - response (4) by feinholz
Based on the script in the very first post, if that is indeed the script you submitted, please remove the single quotes from around the countries_SCHEMA after the $EXPORT.
View ArticleUsing templates for operators provided in TPT - response (5) by feinholz
Please provide me with the contents of the job variable file. When we take the script sample from the very first post (and provide our own values for the job variables), we do not get the same issue as...
View ArticleTPT API and TLOGVIEW - response (3) by feinholz
I do not disagree with you in principle. However, with TPTAPI, we are just providing the operators to an application so that they have direct control over them. In the original design, with the...
View ArticleTPT API and TLOGVIEW - response (4) by feinholz
BTW, if you are unhappy with the level and detail of statistical and error reporting by the ETL tool, please inform the vendor. We try to push from our end. It helps if the push also comes from their...
View ArticleProblem after ARCMAIN import - response (4) by teradatauser2
Hi Everybody, Thre is no reply on this yet ..could anyone help me here
View ArticleArcmain question : Operation not allowed: table is being restored - topic by...
Hi, I did a dictionary archieve of a table and then did a restore COPY dictionary tables ( db2.tab ) (from ( db1.tab)), RELEASE LOCK, FILE=file; I was able to do a show on the table. When i do a...
View Articlesql help: valid indicator for records that are >= 6 months - topic by...
I have a table that has customerid, and entrytimestamp. (combination of customerid and entrytimestamp is unique). read more
View ArticleConnecting TMM using a CNAME - response (3) by MohsinAli
Yes, we are using a default port which is 1025.
View ArticleSharing table or view in multiple ODBC Connections - response (2) by fmartinus
Thanks Qaisar, But what I'm looking for is whether it is possible to use the tables globally through different ODBC connection (not database under the same connection). For example: I have 2 ODBC...
View ArticleSharing table or view in multiple ODBC Connections - response (3) by suresh1802
Hi, I don't think you can use query to disconnect from the existing ODBC connection and connect to some other ODBC connection through SQL Assistant. But yes, you can do this in BTEQ using CLI...
View Article