Token too long

Error code 2639
Probable cause

The SQL preprocessor has a maximum token length of 2KB. Any token longer than 2KB 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.