value too large for column 'X'.'ACT_RU_IDENTITYLINK'.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2011 04:16 AM
Hi guys,
We are identifying the groups with their distinguishedName in one LDAP active directory. So, we have an error saying that the id for the groups is too long.
ACT_RU_IDENTITYLINK"."GROUP_ID_" (actual: 68, maximum: 64)
Could be possible for you make them bigger??
Thanks a lot
We are identifying the groups with their distinguishedName in one LDAP active directory. So, we have an error saying that the id for the groups is too long.
ACT_RU_IDENTITYLINK"."GROUP_ID_" (actual: 68, maximum: 64)
Could be possible for you make them bigger??
Thanks a lot
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2011 05:53 PM
Can't you just use the rdn? Or maybe even just the cn of the group? The reason I ask this is that it is hard to define how big it should become then… 70? 100? 128? But you can always increase this yourself in the database and maybe the ibatis mapping file.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2011 03:23 AM
Hi,
thanks for your quick reply. You´re all right but the cn could be repeated, so we can´t use it like identifier. I think that 255 for the id could be good, like the column name. what do you think?
thanks for your quick reply. You´re all right but the cn could be repeated, so we can´t use it like identifier. I think that 255 for the id could be good, like the column name. what do you think?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2011 04:21 AM
In activiti, all ID's are 64 lenght varchars, but nothing stops you from altering the schema, once it's created…
