This looks like a variable value not name.
Check the original data you used to create your model and make sure that import was done correctly.
Worse case scenario - truncate your new data to the length required. If this doesnt result in unique data you have an issue both with your scoring code and model.
... View more