20
Abstract Plan (AP) : Fatal error in the lexer while scanning the Abstract Plan. Please contact Sybase Technical Support.
“lexer” is another term for parser.
While scanning the abstract plan, Adaptive Server encountered a fatal error.
Examine the abstract plan and correct any syntax errors, then try reusing the plan.
If there are no syntax errors, set trace flag 116 to print out the text of the abstract plan that caused this error and contact Sybase Technical Support.
dbcc traceon (116) execute query dbcc traceoff(116)
set switch on 116 with override execute query set switch off 116
Please have the abstract plan text and the original query available if you contact Sybase Technical Support.
See the most recent version of Performance and Tuning Series: Query Processing and Abstract Plans for more information about using abstract plans.
Version 12.5.3 and later