Quantcast
Channel: Teradata Forums - Tools
Viewing all 4252 articles
Browse latest View live

Perm Space Value in BTEQ Export Report file incorrect - forum topic by parxv

$
0
0

Hi All,
I am trying to write a simple script to report tables which have not been used since last 90 days. i am using below code to get the values (some specific tables have been renamed)

.SET WIDTH 254;

.EXPORT REPORT FILE= unused_tables_VD.txt

SELECT CAST(FINAL1.DATABASENAME AS CHAR(40)) (TITLE 'DATABASENAME'),CAST(FINAL1.TABLENAME AS CHAR(50))(TITLE 'TABLENAME'),FINAL1.LAST_ACCESS (TITLE 'LAST_ACCESS'),FINAL1.SPACE_IN__GB (TITLE 'SPACE_IN_GB'),T.CREATORNAME(TITLE 'CREATOR')

FROM

 

(

SELECT OAA.DATABASENAME,OAA.TABLENAME,OAA.FIRST_ACCESS, OAA.LAST_ACCESS,

SUM(TS.CURRENTPERM/1024/1024/1024) AS SPACE_IN__GB

FROM

 
but when report is generated i am getting it is generating something like below, where i am getting all as expected, only the sapce_IN_GB (space occupied by table) showing some unusual value. i am not able to find if it is BTEQ issue or i hvae to use some function to get correct value.

DATABASENAME                              TABLENAME                                           LAST_ACCESS                           SPACE_IN_GB                            CREATOR

----------------------------------------  --------------------------------------------------  -----------  ----------------------  ------------------------------

XXX_XXX_XXX                               123abc                                                   2015/01/18                      2.72951547622681E 002                      user1

XXX_1234_XXX                             abcdefg                                                   2015/01/18                      1.59725086212158E 002                      user2

please see SPACE_IN_GB, the first value is actually 273 GB,is there something missed?

Forums: 

TPT19003 Number of characters in column 20 (65537) exceeds maximum allowed (65536) - response (3) by feinholz

$
0
0

Always download and install the latest patches for all packages of TPT.
They are located on the patch server, probably accessing through Teradata At Your Service.
 

Perm Space Value in BTEQ Export Report file incorrect - response (1) by dnoeth

$
0
0

Well, CurrentPerm is a FLOAT column and you get FLOAT as result.
The default format for FLOAT is a scientific notation with exponent and mantissa, so 2.72951547622681E 002 equals 2.72951547622681 * 100 which is 272.9515.
You might simply CAST(SPACE_IN_GB AS DEC(8,2)).

Perm Space Value in BTEQ Export Report file incorrect - response (2) by parxv

$
0
0

Hi Dieter,
Thank you for your reply, my issue is resolved.: :-)

Not able to export data from SQL Server using TPT ODBC Operator - response (5) by capisfr

$
0
0

Hi what do u mean of 
 
" After correcting the SELECT clause "
what changes you applied . Thanks
VARCHAR SelectStmt = 'SELECT  id  FROM dbo.table ;' );

TDGeoimport on Linux - forum topic by gl255000

$
0
0

Hi everyone! I've been using the TDGeimport Tool on Windows but I have to migrate all the ETL process to Linux, and now I have to Install TDGeoimport on Linux, is there a version for Linux? Or there is one single version that works with Windows and Linux?

 

If there is only one single version, does anyone knows how to install it?

 

Thanks for the help!

Forums: 

TDGeoimport on Linux - response (1) by Tuen

$
0
0

TDGeoimport is a windows only tool.  It is using some libraries that only work in windows, so there isn't a version that I am aware of that will run in Linux.  

TDGeoimport on Linux - response (2) by gl255000


Question reg. TTU Support for RHEL on PowerPC platform - forum topic by s_reddy

$
0
0

Hi,
From Product support matrix.TTU is currently not supported for the RHEL on PowerPc platform.
Is there any Roadmap planned to support RHEL on PowerPc architecture?
Thanks.

Forums: 

data provider for Ole DB - forum topic by wmmiteff

$
0
0

I know that functional updates are not being added to the data provider for OLEDB but I was curious if it was being updated for 15.10 and if it will be in the same path as the other executables/libraries.

Tags: 
Forums: 

Teradata Studio and Teradata Analyst Pack - forum topic by k3na

$
0
0

Hello everybody,

I would like to investigate possibilities of Teradata Visual Explain and I'm using Teradata Express Studio (v. 15.00) to connect our Teradata installation. To use the tool, I need Teradata Analyst Pack. Is the tool available for partners, and if yes, how can we get access to it?

Many thanks!

Forums: 

Teradata Studio and Teradata Analyst Pack - response (1) by gryback

$
0
0

I would suggest working through your Teradata Partners contact. 

TPT: system variables with result count - response (13) by jaknap

$
0
0

Does TPT now have the "system variable enhancement" or "the metadata table" please?

TPT: system variables with result count - response (14) by feinholz

$
0
0

System variable enhancement is not yet supported.
Metadata table enhancement is implemented, but not yet officially released to the public. We are working on completing that in this current release.
Availability date is not yet known.

Need explanation on an unexpected error raised by the SOAP application. - forum topic by MaoTseTongue

$
0
0

Hi,

I encountered an "unexpected" error when using your SOAP application.

Error below:

> An unexpected error occurred (Error ID: api01/1432714249395). Please retry your request.

How know what happens, in order to fix it ?

Tags: 
Forums: 

TPT Inserter Operator - forum topic by Cvinodh

$
0
0

Hi,
Does TPT SQL Inserter operator supports error limit attribute?. Looking at the manual it seems it doesn't. But Stream operator does seems to support it. currently we are looking for alternatives to Load operator for low volume imports but our alternative solution must support error limit and skip row features.
 
Thanks,
Charles

Forums: 

TTU 15.10 Windows installation paths - response (1) by rlpulley

$
0
0

I do not have any answers to this question, but it sounds like why my installation of TTU15.00 or TTU15.10 fails to work completely.
What were the paths and what are they now?
The Teradata Admin application can find and connect to an ODBC source, but the SQL Assistant application cannot find the MSVCR110.dll
located in C:/windows/System32 and it cannot find the terasso library.   So the application is clearly not working.   I also have the same
problem now with my Excel PDCR Toolkit application when it try's to connect to an ODBC source.
If you have any suggestions on how to fix the path search please let me know or anyone who knows how to fix this.
 
Thanks

TPT Inserter Operator - response (1) by feinholz

$
0
0

The Inserter does not support error limit.
The Skip Rows feature is for the DataConnector operator, not the Inserter.
So, that will be supported no matter which loading operator you use.
 

Loading carriage returns with TPT Load Operator - response (7) by cloghin

$
0
0

For this scenario of loading \n embedded in data fields, is that possible with any other operators in TPT at all ? 

Loading carriage returns with TPT Load Operator - response (8) by feinholz

$
0
0

The DataConnector is the only operator that processes data from flat files and it does not currently support newlines embedded in data.
 
(We are actually working on that feature now as part of our 16.0 release, and will eventually roll that feature back to prior releases, but no timetable yet.)
 

Viewing all 4252 articles
Browse latest View live


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