token too long

Message value

Message type

2639

Error

Probable cause

The SQL preprocessor has a maximum token length of 2K. Any token longer than 2K will produce this error. For constant strings in Embedded SQL commands (the main place this error shows up) use string concatenation to make a longer string.