Database Error Messages

PGU-41058

invalid transaction name specified

Cause

The token is not a valid transaction identifier name for a GENERATE statement. A transaction identifier name must begin with an alphabetic character and contain only alphanumeric characters, and must have originated in a previous DEFINE TRANSACTION statement. Syntax checking only continues with the next statement.


Action

Correct the transaction identifier name in the statement.