List Error-HELP?

Does anyone know what this means?

"List generation has failed.: Conversion failed when converting the varchar value '077-34612 ' to data type int. (Error 245 in n/a[1], Severity 16, State 1) Uncommittable transaction is detected at the end of the batch. The transaction is rolled back."

I'm basically trying to identify records that have an attribute, but are not on another list and it was working when I first set it up, but once I added values (the 077 number) to the attributes I started getting this error. I removed the attribute for the record in question, then it just went to the next one.  I put a help ticket in, but so far they don't seem to know what it might be.

Thank you!!

Parents Reply Children
  • You can use integer for data like 007-34612 because it's not a number and will fail. If it works on other lists it may be because they have attributes that are easily converted to numbers. 

    Eg: mobile phone numbers over here like 0414310104 are stored as varchar because we need the leading zero. It could be pulled as an integer but would end up being 414310104.