Teradata Database Generic Security Services (TDGSS) Message 0x2100011a - 0x2100011a - Analytics Database - Teradata Vantage

Analytics Database Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
15.xx,16.xx,17.xx
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-01-05
dita:mapPath
sfx1628096178347.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1096
lifecycle
latest
Product Category
Teradata Vantageā„¢
Message
The TDGSS Library could not unlock shared lock.
Explanation
If the pthread_rwlock_t is already locked, the calling thread blocks until the rwlock becomes available. This operation returns with the rwlockobject 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 rwlock.2. The value specified by rwlock does not refer to an initialized rwlock object.
Generated By
TDGSS Package.
For Whom
System Support Representative.
Notes
The TDGSS library needs lock to protect its global data. This lock isallocated when the TDGSS library is loaded. On the UNIXplatform pthread_rwlock_t is created, on Windows regular SRWLOCK is used.
Remedy
N/A