Quantcast
Viewing all 870 articles
Browse latest View live

Unity Ecosystem Manager

Is Unity Ecosystem Manager a monitoring tool only or we can schedule jobs too based on applications, maintaining depdendencies, even if it is hadoop jobs, ETL jobs, database jobs too?
Cheers,

Forums: 

BTEQ ERROR CODE .QUIT 66

Hi,

Could some help me out what is .quit 66 usage in the below statement.

.IF ERRORCODE <> 0 THEN .QUIT 66;

Thanks
balu

Forums: 

TPT - new line in data - export to file has issues

When doing an export we noticed that our data in TD tables has a new line characters.
Looks like TPT inserted a new row in the file from where the new line is found.. How to solve this issue.
 
Also does this work in FastExport, FastLoad tools?

Forums: 

Teradata Wallet and OLE DB Load

TPT15105: Error 13 in finalizing the table schema definition

Hi,
I am using Teradata Parallel Transporter SQL Selector Operator Version 13.10.00.12.
I have a table with 5 columns , and have created a view on it for TPT by casting all columns as VARCHAR. A schema file gets created but the utlity fails with the error " TPT15105: Error 13 in finalizing the table schema definition"
I have read the posts regarding this error on this forum and checked the data format with the table definition and it seems to be matching. I have pasted below the table , view and schema definition.
 
Please advise
CREATE MULTISET TABLE TABLE1 ,NO FALLBACK , 
 

     ( 

      Id VARCHAR(20) CHARACTER SET LATIN CASESPECIFIC TITLE 'Application Identifier', 

      User_Id VARCHAR(100) CHARACTER SET LATIN CASESPECIFIC TITLE 'User Identifier' NOT NULL, 

      Role_Cd VARCHAR(100) CHARACTER SET LATIN CASESPECIFIC TITLE 'Role Code' NOT NULL, 

      Role_Nr INTEGER TITLE 'Role Number', 

      Active_Ind CHAR(1) CHARACTER SET LATIN CASESPECIFIC TITLE 'Active Indicator' COMPRESS ('N','Y')) 

PRIMARY INDEX TABLE1 ( User_Id ,Role_Cd ); 

 

REPLACE VIEW VIEW1

AS LOCK ROW FOR ACCESS 

SELECT

   COALESCE(CAST(App_Id AS VARCHAR(20)),'N/A') AS App_Id,

    COALESCE(CAST(User_Id AS VARCHAR(100)), 'N/A') AS User_Id,

    COALESCE(CAST(role_cd AS VARCHAR(100)),'N/A') AS role_cd,

    COALESCE(CAST(role_nr AS VARCHAR(11)), 'N/A') AS role_nr,

    COALESCE(CAST(active_ind AS VARCHAR(1)), 'N/A') AS active_ind

FROM TABLE1;

 

 

DEFINE SCHEMA TABLE1_SCHEMA

DESCRIPTION 'TABLE1 SCHEMA'

   (   App_Id                         VARCHAR(60)

      ,User_Id                        VARCHAR(300)

      ,Role_Cd                        VARCHAR(300)

      ,Role_Nr                        VARCHAR(33)

      ,Active_Ind                     VARCHAR(2)

    );

 

Thanks,

Komal

 

Forums: 

Error while running FastExport script

Hi,
I'm phasing some issues while executing Teradata FastExport script. Each time it gives an arror as 
 UTY8717 An 'EXPORT' statement was entered without a preceding 'Begin Export' statement.
My script is
.logtable DB.LOGTABLE;
.logon <ipaddr>/user,password
.begin EXPORT SESSIONS 4;
.export OUTFILE Dir/Filename FORMAT TEXT MODE RECORD;
SELECT
..........................
from Table ;
.end export;
.logoff;
 
I mentioned .Begin Export in my statement,still it is throwing an error.
Please help me to resolve this issue.
Thanks,
Eswar

Forums: 

Teradata SQL Assistant 7.2 install on Windows 7

We have been forced to upgrade Windows from XP to 7. We are very fond of Teradata SQL Assistant version 7.2 and want to use it also after the upgrade. But when we try to install Teradata SQL Assistant 7.2 on the Windows 7 system, it comes up with an error message telling that it is a no supported operation system.
How do we install Teradata SQL Assistant 7.2 under Windows 7?
Br
Peter Schwennesen

Forums: 

Getting an error: "6996: Invalid conversion or assignment operation on a Period." during MLOAD

Hi All,
I've a table which is being loaded through Informatica ETL tool. One column in the table is defined as PERIOD(TIMESTAMP(6) WITH TIME ZONE). There is no such datatype i found in the ETL tool. As the field is straight move from the source(flat file), I've made the datatype CHAR(72) in the ETL Tool.
Now the ETL tool is making the MLOAD script dynamically(Loader Connection) and it's declaring the datatype of the column in the script as CHAR(72). During MLOAD, the conversion from CHAR to PERIOD should be done appropriately but it is throwing the error : "UTY0805 RDBMS failure, 6996: Invalid conversion or assignment operation on a Period."
So MLOAD is not able to convert the data.
Note: We can insert the data manually through SQLA in the same table with same value. That ensure the data is correct and the DDL is also correct. TD version: 14.10.01.01
Could you please help me regarding this error?
Thanks
Subhadip
 

Forums: 

Teradata SQL Assistant 14.10 functionality changed

I have been using Teradata SQL Assistant version 13.11 up to now. Today I have installed version 14.10. I have found that functionality has changed, but there are no settings that can bring back the functionality found in version 13 in version 14.

/*

SELECT 1;

*/

SELECT 2;

The following will return the value 2
Id I select the text between /* and */ “SELECT 1;” and execute it it shall return the value 1. But it Teradata SQL Assistant version 14.10 it will not run and I get the error: “Query ends within a string or comment block”.
How do I bring back the 13 functionality without removing the /* */?
Peter Schwennesen

Forums: 

how to execute batch command in SQL assistant?

hello fellow members, I need your help..
is it possible to execute a batch command via SQL assistant?  example 
.COMPILE FILE 'C:\Users\vince.gabrielli\Desktop\Mensa_livraison\Usp\USP_MNS_CRR_BASE.sql';commit;
it works well with BTEQ, however I have several programmers and do not want to install BTEQ on their laptops.
there must be a method that works on SQL assistant version13.10
 

Tags: 
Forums: 

DBCHWAT Returns 220 and FastExport restarts

Hello Everyone, here's what is going on.  Thanks for your help.
I'm moving data from Teradata 12 to Teradata 12 using the named pipes access module.  I'm also using TTU 12 for Windows 32-bit.  My understanding is that I can't use TTU 13 because there is no 32-bit version and TTU14 doesn't support Teradata 12.
There is an empty table on the target system already created.
I start a fastload job using named pipes and it open a pipe and waits patiently for the fastexport job to load the pipe.
When I run the fastexport job, it logs on, get to the intitialization phase I get the following errors:
CLI Error: DBCHWAT Returned 220.
UTY8720 Restarting this FastExport task because the RDBMS crashed.

 

 

.LOGTABLE CLASS.Addresses_lg;

 

.LOGON td121/dbc,<password>;

 

.BEGIN EXPORT SESSIONS * TENACITY 5 SLEEP 10;

 

.EXPORT OUTFILE \\.\pipe\Test_Addresses FORMAT FASTLOAD MODE INDICATOR;

 

LOCKING ROW FOR ACCESS SELECT * FROM CLASS.Addresses;

 

.END EXPORT;

 

.LOGOFF;

 

.QUIT;
 
 

Forums: 

Teradata automation script

I have a scenario where I have to load 20yrs of data and the sourcefile is mainframe sequential file like gdg's. I am using teradata multioload to load the data. We are writing 1program for each month file. I am stuck up in writing an automation script which will take all the gdg's and load into the same table. Please suggest

Forums: 

Launch BTEQ File from VBA

Hello,
Can you help me to launch a BTEQ File from Visual Basic Access and put the result in ListBox for example?
Thank U
Nadejda

Forums: 

TPT12106: Cannot restart !!! Please resubmit the job.

Hi,
I am trying to populate my load table form Oracle (source) using TPT. My TPT job is failing due to "TPT12106: Cannot restart !!! Please resubmit the job" and getting completed after dropping and recreating table.
TPT Log :
spin_OPERATOR: connecting sessions

spin_OPERATOR: preparing target table

spin_OPERATOR: entering Acquisition Phase

Job is running in Buffer Mode

Task(APPLY_1[0001]): restart completed, status = Success

spin_READ_OPERATOR: TPT12106: Cannot restart !!! Please resubmit the job.

**** 23:03:04 TPT12106: Cannot restart !!! Please resubmit the job.

TPT_INFRA: TPT02263: Error: Operator restart error, status = Multi Phase Error

Task(SELECT_2[0001]): restart completed, status = Multi Phase Error

TPT_INFRA: TPT03714: Error: Restart command failed with 37

TPT_INFRA: TPT02255: Message Buffers Sent/Received = 0, Total Rows Received = 0, Total Rows Sent = 0

spin_OPERATOR: disconnecting sessions

TPT_INFRA: TPT02255: Message Buffers Sent/Received = 0, Total Rows Received = 0, Total Rows Sent = 0

 

Are there any other ways to resolve this ?
 

Forums: 

SQL Assistant - Not able to Define ODBC Data Source through Teradata SQL Assistant v 13.10

SQL Assistant - Not able to Define ODBC Data Source through Teradata SQL Assistant v 13.10
I am unable to Define ODBC Data Source in Teradata Sql Assistant.
 
File Not Found
Unexpected Error . Refer to the following file for details :
c:\Users\MYUSERNAME\AppData\Roaming\Teradata\SQL Assistant\SQLAError.txt
I don't see the AppData Directory in MYUSERNAME Directory.
Please suggest me ...
Thanks
balu

Forums: 

ARC1900 Error

While taking the backup of a table, got the following error:
 
Warning ARC1900: NO lock found:Lock on "Db"."TableName" released in the middle of the ArcMain Job.
What does this mean?Does it imply the backup of the table was not taken? How do I verify that?
 
Thanks,
 

Forums: 

Teradata SQL Assistant 13.10 (ODBC version) - Download

Hi All,
I dont see Teradata SQL Assistant 13.x ODBC version (TTU 13.x)  available for download in Teradata website. I can see TTU 14.1 available for download. Is there anyway to get Teradata SQL Assistant 13.x ODBC version?
 
Regards,
Bala

Forums: 

How to start Teradata Service Control in Teradata 14.0

Hi,
 
Kindly provide me some information on the below mentioned issue.
 
How to start teradata service control for teradata 14.0.I didnt find Teradata Service control setup in downloaded file.
If Teradata Service control setup is available,kindly let me know the path.
 
Thanks in advance
Manjunath
 

Forums: 

MVC on BYTEINT column

Hi 
I am using AtanaSoft for MVC purpose.
I have a table with size 22GB.
When I am running tool to generate MVC values I am observing that flag columns (BYTEINT datatype) are not getting any compression values.
Why so ?
As per my understanding, flag columns has value 0 or 1 and should be good candidate for compression ?
Any comments guys why I am not getting any MVC value for such columns via tool ?
 
--
Raj

Forums: 

TPT - ODBC connector missing

Hello friends,
I am a beginner to TPT and working on some basic scripts. I have done Export, Load from Teradata(one environment) to other Teradata environment.
FYI, I am running the scripts through unix.
While working on the export and Load, I observed the path of the operators (/opt/teradata/client/14.00/tbuild/template). I assume TPT internally access these operators to get the job variables.
Now I am trying to extract the data from Oracle db using Oracle operator and I observed there are no files in the name of $Oracle_Operator.txt under '/opt/teradata/client/14.00/tbuild/template'. Also I am not able to create Oracle_Operator.txt file (with the required variables). Kindly suggest me on how I should proceed further.
Kindly help me on the same.
Regards,
Arun Prasad
 

Forums: 
Viewing all 870 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>