Contents Index subscript value %1 too large transact SQL extension

ASA Programming Guide
  SQL Preprocessor Error Messages
    SQLPP errors

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.


Contents Index subscript value %1 too large transact SQL extension