[ic] Address Book Problem

John Young interchange-users@icdevgroup.org
Mon Jun 9 16:07:00 2003


Andy Melichar wrote:

> For some strange reason, all of the sudden whenever I try and add an
> address to the address book, it returns this error:
> 
> "username length 12 more than maximum length 10."

That would happen if you had a length check in a profile for
that form.  Grep for length in (catroot)/etc/*.

If you want to know more about that error, see:
(Interchangeroot)/lib/Vend/Order.pm

John Young