Quantcast
Channel: Teradata Forums - All forums
Viewing all 27759 articles
Browse latest View live

TPT installation guide - response (2) by Shaw Brothers

$
0
0

Hi
I would like to install version 13.10 for Teradata Paralllel Transpoter on AIX for tbuild.  Where can I get the download?
Regards,
Mike


DATAMOVER - forum topic by Krupakaran

$
0
0

Please guide to resolve the below issue facing in datamover in viewpoint at the time of saving datamover job.
The command took longer than expected, please run the command again.
 

Forums: 

DATAMOVER - response (1) by Krupakaran

$
0
0

ERROR : The command took longer than expected, please run the command again.
 
Please leave your comments on this error

TPT19350 I/O error on file - response (7) by Capgemini

$
0
0

my case i have one row and one column in input file.
here is file defination and read.
 
DESCRIPTION 'External File DELETE FROM CUSTOMER TABLE'
(
DEFINE SCHEMA CUST_NUM_SCHEMA
DESCRIPTION 'CUSTOMER NUMBER SCHEMA'
(
Cust_Num INTEGER
);
DEFINE OPERATOR DATA_PRODUCER
DESCRIPTION 'DATA CONNECTOR OPERATOR'
TYPE DATACONNECTOR PRODUCER
SCHEMA CUST_NUM_SCHEMA
ATTRIBUTES
(
VARCHAR OpenMode = 'Read',
VARCHAR Format = 'Formatted',
VARCHAR IndicatorMode,
VARCHAR DirectoryPath = '/infadata/tptctl',
VARCHAR FileName = 'date1.txt'
);
APPLY
(
'DELETE FROM lx_hold.I1877_test WHERE cno lt :CustNo')
TO OPERATOR (UPDATE_OPERATOR [1])
SELECT * FROM OPERATOR (DATA_PRODUCER[1]);
);
 
 

TPT installation guide - response (3) by Shrinivas.Sagare

$
0
0

Login to T@YS

Software Download --> Teradata Client --> TD Client Platform (AIX) --> Select software base TTU 13.10
--> Select platform base  (Select 32bit or 64 bit)

DATAMOVER - response (2) by Shrinivas.Sagare

$
0
0

You said "below issue facing in datamover in viewpoint". I don't see any details. Did you tried to give print screen of viewpoint? Please give your error details again. Which command took longer time?

TPT19350 I/O error on file - response (8) by feinholz

$
0
0

You have specified a record format of "formatted".
Are you sure your data file adheres to the required format?
 

SSIS Teradata data destination very slow - response (4) by NetFx

$
0
0

The .NET Data Provider for Teradata supports batch update (see ADO.NET Batch Update http://msdn.microsoft.com/en-us/library/aadf8fk2.aspx); but most likely the SSIS "ADO.NET Destintation" component does not support ADO.NET Batch Update. That said, TPT + Attunity is the right solution for Bulk Loads.


Teradata Training Material available - response (47) by Moushumi Das

$
0
0

Hi Todd,
I am planning to take the first level exam , can you please mail me the materials at moushumi.das90@gmail.com

RE:- TRAINING ON DATAWAREHOUSING CONCEPTS IN ETL INDUSTRY - forum topic by mamatha_1268

$
0
0

ARE THERE ANY TRAINING CENTERS FOR BOTH INFORMATICA AND TERADATA AS A PACKAGE WHERE I CAN ALSO UNDERSTAND THE USAGE OF BOTH AS A COMBINATION FOR A PROJECT.

Forums: 

qualify rank() over (partition.....question - response (9) by Kanch

$
0
0

Hi Dieter ,
I am having a company record in table having different status stored  as below -
Comapny ID - company identifier
Effv Date - Date on which record is getting inserted to table
Staus Codes - Status codes linked to company identifier , which can be same or different thatn previous record.
Company ID   Effective Date   Status Codes
C1                    1st March              JS
C1                     2nd March             AB
C1                     3rd March              ZB 
C1                     4th March               JS
C1                     5th March              JS 
Here I want to return the company identifier along with
-it's currentstatus i.e. J S (5th March)
-it's previous status where there is a change i.e. Z B (3rd March).
Thanks for your Help!
 
Kanch
 

qualify rank() over (partition.....question - response (10) by dnoeth

$
0
0

Hi Kanch,
so you don't want all the changes, just the last one plus the most current row:

SELECT *    
FROM 
 (
   SELECT * FROM tab
   QUALIFY -- get the most current row and all rows where the status changes in the next row
      COALESCE(
         MIN(status) 
         OVER (PARTITION BY companyid 
               ORDER BY effectivedate 
               ROWS BETWEEN 1 FOLLOWING AND 1 FOLLOWING)
         ,status||'x') <> status
 ) dt
QUALIFY -- get the current and the previous row
   RANK() 
   OVER (PARTITION BY companyid 
         ORDER BY effectivedate DESC) <= 2

Dieter

Study Material for Teradata Certification - forum topic by Kelly

$
0
0

Hi,
 
Could anyone please tell me the list of books I should go through in order to take the certification.
 
Thanks,
Kalpana

Forums: 

LENGTH not working - forum topic by PeterSchwennesen

$
0
0

Hi.
I have some problems with Length calculating function in TERADATA. I am using Teradata SQL Assistant 13.11.0.05, some of my colleges are using version 7.????.
I cannot use the LENGTH function but the CHARACTER_LENGTH and the CHARACTER functions are working ok. I cannot us the LENGTH function in version 13. I get the following error:
SELECTLENGTH('   ABC   ');
SELECT FAILED. [3706] Syntax error expected something between ‘(‘ and a string or a Unicode literal.
My college has both Assistant version 13 and 7 installed. He had problems with the version 7 where the LENGTH function was not working. I have only installed Assistant 13 and I cannot make the LENGTH work. The 2 other are working fine:
SELECT CHARACTERS(TRIM(TRAILING FROM '  ABC   '));
SELECT CHARACTER_LENGTH(TRIM(TRAILING FROM '   ABC   '));
Peter Schwennesen

Forums: 

DATAMOVER - response (3) by Krupakaran

$
0
0

Thank you Shrivas
The error I am getting is "The command took longer than expected, please run the command again."
I am doing the following steps. 
In Viewpoint
1.I metioned source and destination servers
2.I am selecting 27 tables and its new destination also mentioned.
3.Saving the job at this step I am getting the error "The command took longer than expected, please run the command again."
4.I am not running any command. all the steps performed only in datamover GUI.
 Please give me your comments on this.
Thanks
G.Krupakaran


Web Assistant - forum topic by TDW

$
0
0

What are the requirements to install and run TD SQl Web Assistant? Am I able to install it on a PC without having to make any changes to the database? Currently I am using v13.10 and want to test the functionality of the web-based assistant.
 
Thanks in advance.
God Bless,
Genesius

Forums: 

DATAMOVER - response (4) by Krupakaran

$
0
0

1 sec ago

Thank you Shrivas
The error I am getting is "The command took longer than expected, please run the command again."
I am doing the following steps. 
In Viewpoint
1.I metioned source and destination servers
2.I am selecting 27 tables and its new destination name also mentioned.
3.Saving the job, at this step I am getting the error "The command took longer than expected, please run the command again."
4.I am not running any command. all the steps performed only in datamover in GUI(viewpoint).
 Please give me your comments on this.
Thanks
G.Krupakaran

 

LENGTH not working - response (2) by dnoeth

$
0
0

 

Hi Peter,

LENGHT is an ODBC function like LTRIM, RTRIM, MONTH which is replaced by the ODBC parser with some valid Teradata SQL, IMHO it should not be used at all due to the problems you encouter.
 

It's working in SQLA when you switch off "Diasble Parsing" in the OBDC driver options, in older releases this behaviour could be controlled by an SQLA option on the query tab "Allow use of ODBC SQL extensions in queries".
 

But, when you switch it on your query will fail when you run it using any other connection (JDBC, .NET, CLI) or when you try to use it in a CREATE TABLE AS or CREATE VIEW (the parser only replaces it for DML).

 

In TD14 there's a built-in LENGTH function, in TD13.10 i would suggest to create it as a SQL UDF.

 

Dieter

LENGTH not working - response (3) by PeterSchwennesen

$
0
0

Hi Dieter
Thanks for the information. Glad I alwas has been using the CHARACTER_LENGTH function.
I will update my coworkers.
br
Peter Schwennesen

Arcmain - response (2) by mikesteeves

$
0
0

I've used ACRMAIN for some time and have run many restores over the years.  The ARC0805 error has always plagued us as it is extremely vague and gives very little to go on in the error messages in the manuals.  Does anyone out there have a method of debugging this type of error? 
I’m in the middle of a D/R test and have restored many hundreds of tables already.  For some reason, these couple of jobs on this single media server keep failing with the following error.
Error message from ARCMAIN Restore job:
04/23/2013 11:12:16  RELEASE LOCK,
04/23/2013 11:12:16  NO BUILD,
04/23/2013 11:12:16  FILE=ARCHIVE;
04/23/2013 11:12:16  UTILITY EVENT NUMBER  - 1332853
04/23/2013 11:12:20  LOGGED ON   24 SESSIONS
04/23/2013 11:12:20  ARCHIVE MAPPED TO ws4610_513e848800000291_DSTREAM0001.
04/23/2013 11:12:36  *** Failure ARC0805:Access Module returned error code 34:
                     Error BAM1300: 5:Server Status:  the restore failed to
                     recover the requested files .
04/23/2013 11:12:37  LOGGED OFF  26 SESSIONS
04/23/2013 11:12:37  ARCMAIN TERMINATED WITH SEVERITY 12
Error message description from the Teradata Manuals:
ARC0805 Access Module returned error code %s: %s
Explanation: Access Module returned non-zero return code. This means there was an error during I/O operation.
For Whom: User.
Notes: None.
Remedy: See the reason for the error, then fix and resubmit the job.
List of codes associated with this ARC0800 error message from the Teradata Manuals:
Explanation: An attempt to open the specified file was not successful.
For Whom: User
Notes: Reason codes for ARC08XX series messages.
5 Rewrite request invalid for archive dataset
34 Dataset disp = shr
Codes 5 and 34 were referenced in the original error message, 5 after the BAM1300 error and 34 after the ARC0805 error.
Background:
I’ve been able to run other successful ARCMAIN jobs on this same media server yesterday and today, even jobs that call the exact same tape that these jobs will want to use.  The ARCMAIN job will logon successfully, go to Tape Mount phase and then shortly after that, Fail with this error.  There is no sign that this job is even making it to NetBackup.
I have rebuilt the script in TARA, twice and I have also stopped and started all TARA and NBU services on the Windows Media servers in an attempt to clear this error but no dice.
Any help would be greatly appreciated.
Thanks...Mike
 

Viewing all 27759 articles
Browse latest View live




Latest Images