Document Type | Troubleshooting
Category | Administration
Applicable Product Versions | 6FS06, 6FS07
Error Code | 11048
Document Number | TADTS034
Issue
ec=ERROR_EXP_NOT_FIT_LEN(-11048) error causing failure in TPR snapshot collection is explained.
Excerpt from sys.log
THROW. ec=ERROR_EXP_NOT_FIT_LEN(-11048) [ "SYS"."_TPR_SQLTEXT"."SQL_TEXT" The value is too large for the column. (Actual value: 40040, Maximum value: 30000) TPR snapshot save fails: -11048
Cause
The sql_text value exceeded 30,000 bytes, causing snapshot save failure.
Solutions
As a workaround, apply a temporary measure by expanding the SQL_TEXT column size of _TPR_SQLTEXT to resolve the issue.
ALTER TABLE _TPR_SQLTEXT MODIFY SQL_TEXT VARCHAR(65532);