0xa0000010 The tdgss library is still in memory.
Explanation: The tdgss library has not been unloaded from memory due to additional refrences.
Generated By: loadtdgss
For Whom: System Support Representative.
Notes: Check the number of configure and terminate calls.
Remedy: Contact the Global Support Center.
0x20000011 Failed to acquire lock to load TDGSS Library.
Explanation: Failed to acquire lock to load TDGSS Library.
Generated By: TDGSS Package.
For Whom: System Support Representative.
Notes: If the mutex is already locked, the calling thread blocks until the mutex becomes available. This operation returns
with the mutex object in the locked state with the calling thread as its owner. The error is returned when any of the following
occurs: 1. The current thread already owns the mutex. 2. The value specified by mutex does not refer to an initialized
mutex object.
Remedy: N/A
0x20000012 Failed to unlock the acquire lock to load TDGSS Library.
Explanation: Failed to unlock the acquire lock to load TDGSS Library.
Generated By: TDGSS Package.
For Whom: System Support Representative.
Notes: A signal is delivered to a thread waiting for a mutex, upon return from the signal handler the thread resumes
waiting for the mutex as if it was not interrupted. The error is returned when any of the following occurs: 1. The calling
thread does not own the mutex. 2. The mutex has not been properly initialized
Remedy: N/A
0x20000013 The Loadtdgss Library could not allocate a mutex.
Explanation: It appears that the system is running low on resources (possibly memory).
Generated By: TDGSS Package.
For Whom: System Support Representative.
Notes: The Loadtdgss library needs mutex to protect its global data. This mutex is allocated when the tdgss_configure
function is called. On the UNIX platform (except for MPRAS) pthread mutex is created, on Windows regular mutex is used.
Remedy: N/A
0xe0000014 An invalid version parameter was passed as an argument.
Explanation: The version argument passed in is invalid: it may be in an incorrect format or it may be of invalid length.
Generated By: loadtdgss
For Whom: System Support Representative.
Notes: check the parameters passed
Remedy: Contact the Global Support Center.
0x21000064 Successful
Explanation: Successful return from the TDGSS Library
Generated By: TDGSS Package.
For Whom: System Support Representative.
Remedy: N/A
0xe1000065 There is not enough memory to complete this function
Explanation: The function being performed required more memory, but the attempt to allocate more memory failed.
Generated By: TDGSS Package.
For Whom: System Support Representative.
Remedy: Contact the Global Support Center.
0xe1000066 This function is currently not available
Explanation: This function is not available in the TDGSS Library. It may be supported in a future release.
Generated By: TDGSS Package.
For Whom: System Support Representative.
0xe1000067 This function is not available for the requested security mechanism
Explanation: This function is not available for the requested security mechanism because the mechanism has not implemented it.
Generated By: TDGSS Package.
For Whom: System Support Representative.
Remedy: Contact the Global Support Center.
0xe1000068 tdgss_release_name could not release the name as requested
Explanation: tdgss_release_name could not release the name structure because it was malformed or corrupted.
Generated By: TDGSS Package.
For Whom: System Support Representative.
Notes: See major status for further information.
Remedy: Contact the Global Support Center.
0xe1000069 tdgss_import_name could not import the name as requested
Explanation: tdgss_import_name could not import the name due to a bad parameter on the call.
Generated By: TDGSS Package.
For Whom: System Support Representative.
Notes: See major status for further information.
Remedy: Contact the Global Support Center.
Above are list of Teradata Errors or Failure Codes from Error 0xa0000010 To 0xe1000069 received while performing certain operation against Teradata Database or related products.
What are Teradata Database Errors?
In general, each Teradata error message contains the following information:
• The message number.
• The message text. This text is usually returned with the message number. Some messages employ word substitution, where the word substituted represents the system-replacement of a term more specific to the occurrence.
• An explanation of how the error may have occurred.
• Generated-by text that indicates the software module which initiated the message. This field serves a diagnostic purpose for support and development personnel.
• A remedy which suggests how to resolve the condition.
Hope this was helpful.
Thanks,
SQLServerF1 Team
Information about Teradata SQL Error and Failure Codes and Error Messages on Windows, Linux Operating Systems.