Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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.