Teradata Database Message 7562 - 7562 - 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
Invalid operation on table %FSTR.
Explanation
This error message is reported when the user attempts to perform an update operation on a table which has been invalidated. This error can also be reported if a single table retrieve is being executed without specifying the READ OVERRIDE locking modifier.
Generated By
SUT modules.
For Whom
End User.
Notes
None
Remedy
Validate the table on which update operation has to be performed by executing a DELETE ALL operation on it or by dropping and creating it again. In case a single table retrieve operation is being performed, then specify the READ OVERRIDE locking modifier. The table can also be used after restoring it from backup.