value too large for column

Hello,
I am getting error on IS server log as

2010-10-26 20:32:54 PDT [PRT.0101.0512W] *** Database Storage problem. Exception: [wm-cjdbc36-0007][Oracle JDBC Driver][Oracle]ORA-12899: value too large for column “B2BVTP_AUDIT”.“PRTPROCESS”.“CONTEXTSTACK” (actual: 3992, maximum: 3500)

The CONTEXTSTACK is set to : CONTEXTSTACK VARCHAR2(3500 BYTES)

Earlier it was set to CONTEXTSTACK CHAR(1000 BYTES) at that time I was getting error like

[wm-cjdbc36-0007][Oracle JDBC Driver][Oracle]ORA-12899: value too large for column “B2BVTP_AUDIT”.“PRTPROCESS”.“CONTEXTSTACK” (actual: 1220, maximum: 1000)

To resolve this problem I have set field valur to 3500, But still I am facing the above error.

Could anyone help me for the same.

Thanks in advance,
Archana

which PRT version you are on… i recall SAG provided a fix for this problem…

Thanks for your reply.

We are using webMethods 7.1.1 version

You will have to apply DCC_7.1.2_Fix3

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.