I'm getting the following error when running saved models in PA on some datasets:
I am getting this primarily when running the scoring function for custom R algorithms. The scoring function works on some datasets but not others, it doesn't seem to matter how many/what type of predictors are included (numeric, character). I'm not sure what is being truncated--is it a value within a field or the model definition itself or a field name?
I found online a solution to this error in Sybase:
Workaround: On Sybase IQ system, apply this command:
set option public.STRING_RTRUNCATION = “OFF”
But how do I access the Sybase system that PA is using to change this setting?
Anyone else seeing this error?