20
Bad pointer 0x%lx encountered while remapping stored procedure '%.*s'. Must re-create procedure.
When a stored procedure is created, Adaptive Server stores an efficient, normalized form of the procedure called a query tree in the sysprocedures table. When you upgrade the server, the query trees for stored procedures and certain other database objects may be remapped to be compatible with the new release.
Error 2805 is seen:
When you upgrade from a prior releaseand there a remap failure occurs during the upgrade.
When the tree from the sysprocedures table becomes corrupt.
This error may be accompanied by error 2812.
Resolve the problem by dropping and re-creating the procedure.
All versions