我们公司正在将 SailPoint IIQ 用于其 IAM 解决方案。
尝试运行时:
delete IdentityRequest *
我得到一个错误sailpoint.tools.GeneralException: null index column for collection: sailpoint.object.IdentityRequest.items
执行 aselect * from spt_identity_request_item where id is null;不会返回任何结果。
我正在伸手去拿吸管,并试图修理桌子,以防万一是导致问题的原因。他们用于数据库的表类型是 innodb。
repair table spt_identity_request_item;产生一个注释The storage engine for the table doesn't support repair
我也试过这个命令:
sudo mysqlcheck --repair --databases identityiq -u identityiq -p
当它运行时,它给出了一堆注释:
note : The storage engine for the table doesn't support repair
该命令实际上是否在修复问题?如果没有,有没有办法修复这个以及如何修复?