Running Identity Manager and Safeguard SPP Standard PAM module enabled.
The AssetAccountGroupingRule is working as expected in Safeguard, and is longer than 256 chars, but Identity Manager doesn't seem to support rules longer than 256 chars.
This results in an error message:
[810079] PAM account groups: Maximum length of Asset account rule is 256
Product defect
WORKAROUND:
Execution of the following SQL will change the column in ONeIM to nvarchar(max)
UPDATE DialogColumn SET SchemaDataLen = -1 WHERE ColumnName = 'AssetAccountGroupingRule'; ALTER TABLE PAGAccGroup ALTER COLUMN AssetAccountGroupingRule NVARCHAR(max) ;
After that, actualize the schema on the OneIM-site.
This should allow for more characters than 256.
(Remember to make a backup of the DB before changing anything.)
STATUS:
This has been addressed in 9.1.3, 9.2.1 and 9.3.0 by defect number 37437
© 2026 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center