Question
Accenture
SG
Last activity: 2 Jan 2019 9:15 EST
properties getting truncated with a + sign
In Pega Marketing, we've observed two scenarios where our properties are getting truncated with a + sign after 32 characters.
First is in the batch execution report after a campaign run.
The second is when we write the property into a db table/file after a wait shape. When we write the property before a wait shape, it is not truncated (note that the db column size has been set to more than 32 characters). I suspect that when a wait shape is encountered, the value is being saved in a temporary table that can only take 32 characters.
Is there a way to increase this limit to fix the two scenarios described above?