cancel
Showing results for 
Search instead for 
Did you mean: 

Process variable more than 4000 characters

partizano
Champ in-the-making
Champ in-the-making
Hi,

I try to set process variable using "execution.setVariable("variable", value)". The Value has length more than 4000 characters, and I got error:
"Value too long for column "TEXT_ VARCHAR(4000)""

Tell please, what can I do if I want to have process variable more than 4000 symbols?

__
Thanks, Alexander
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

The database columns have max lengths of 4000 characters due to restrictions on some databases.
You can of course always increase the column size if you need this and if it's possible on the database you run on.

Best regards,

partizano
Champ in-the-making
Champ in-the-making
Thanks for reply,

I just have changed type of column to CLOB, I am running h2. Hope, it would work fine Smiley Happy

__
Alexander