-
Suggestion
-
Resolution: Unresolved
-
None
Related with bug: Adding a few groups (or with too many characters on the group name) on User type Attribute of an Object fails silently
Currently the varchar for TYPE_VALUE column on AO_8542F1_IFJ_OBJ_TYPE_ATTR table is 255.
If on a User attribute users try to include many groups it fails due the varchar limit.
Increase the varchar permanently, or to change it to another type such as text.
Workaround
Manually increase the varchar of TYPE_VALUE column:
alter table "AO_8542F1_IFJ_OBJ_TYPE_ATTR" alter column "TYPE_VALUE" type varchar (400);
- links to
Form Name |
---|