Downloads:
568
Downloads of v 20.0.23:
15
Last Update:
18 May 2025
Published Date:
18 May 2025
Package Maintainer(s):
Software Author(s):
- Teradata Corporation
Tags:
ttubase2000- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Teradata Tools and Utilities - Base 20.00.23
(Maintainer responded, waiting for review/Maintainer update)
- 1
- 2
- 3
20.0.23 | Updated: 18 May 2025
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
568
Downloads of v 20.0.23:
15
Published:
18 May 2025
Maintainer(s):
Software Author(s):
- Teradata Corporation
Tags:
ttubase2000Teradata Tools and Utilities - Base 20.00.23 20.0.23
(Maintainer responded, waiting for review/Maintainer update)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Teradata Corporation. The inclusion of Teradata Corporation trademark(s), if any, upon this webpage is solely to identify Teradata Corporation goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Pending
Scan Testing Pending
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
This Teradata Tools and Utilities (TTU) 20.00 package is the full collection of Teradata Vantage client tools for Windows. This includes load and unload utilities, database management, administration and drivers and much more. They are used to connect to your Vantage Advanced SQL instance.
$ErrorActionPreference = 'Stop' # stop on all errors
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Teradata Tools and Utilities - Base 20.00.23' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique
}
$pp = Get-PackageParameters
Write-Debug "This would be the Chocolatey Silent Arguments: $($pp['features'])"
if (!$pp['features']) { $pp['features'] = 'ALL' }
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
#Uninstall-ChocolateyPackage @packageArgs
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'TeradataToolsAndUtilitiesBase\Windows\TTU\silent_uninstall.bat'
$statementsToRun = "/c `"$fileLocation `"$($pp['features'])`"`""
Write-Debug "This would be the Chocolatey Silent Arguments: $statementsToRun"
Write-Output "This may take several minutes."
Start-ChocolateyProcessAsAdmin $statementsToRun (Get-Command "cmd.exe" | % { $_.Source }) -validExitCodes 0
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
This package has no dependencies.
Ground Rules:
- This discussion is only about Teradata Tools and Utilities - Base 20.00.23 and the Teradata Tools and Utilities - Base 20.00.23 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Teradata Tools and Utilities - Base 20.00.23, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
satyagopu (maintainer) on 18 May 2025 03:02:56 +00:00:
User 'satyagopu' (maintainer) submitted package.
chocolatey-ops (reviewer) on 18 May 2025 03:34:14 +00:00:
ttubase2000 has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
packageSourceUrl
, pointing to the url where the package source resides. This is a strong guideline because it simplifies collaboration. Please add it to the nuspec. More...Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 18 May 2025 04:29:41 +00:00:
ttubase2000 has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/5b89eb119cd5d88fff76d3289599724f for details.
The package status will be changed and will be waiting on your next actions.
satyagopu (maintainer) on 28 May 2025 15:04:37 +00:00:
I don't see any issues with the package installation in our environment. Rerunning the verification tests.
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 28 May 2025 16:33:08 +00:00:
ttubase2000 has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/379192173fbc6e5154c34c7f3272d987 for details.
The package status will be changed and will be waiting on your next actions.
satyagopu (maintainer) on 03 Jun 2025 06:19:53 +00:00:
Triggering the verification tests again as we don't find any issues with the package installation locally.
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 03 Jun 2025 07:54:01 +00:00:
ttubase2000 has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/a3c85b80a511844709de3aadc69e8eb7 for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 07 Jun 2025 03:37:47 +00:00:
We've found ttubase2000 v20.0.23 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
satyagopu (maintainer) on 09 Jun 2025 03:59:24 +00:00:
Please run the verification tests once.
Verification Status Change - Verification tests have been set to rerun.