在使用生命周期管理器时,禁用操作处于挂起禁用状态

While using life cycle manager the disable operation is going in pending disabled state

我们有一个具有多个操作设置的 WebService 连接器(帐户的 GetObject、启用、禁用、...创建、更新...)。

这些操作按预期工作。

当我们尝试禁用或启用用户帐户 (Manage Access > Manage Accounts > User selection > Enable/Disable) 时,IIQ 使用正确的负载执行更新帐户操作。 "Action Status" 设置为 "Pending Enable...."。紧接着,IIQ 通过 WebService 连接器对用户帐户执行 GetObject 操作,并使用更新后的值恢复新版本的用户。 "Status" 正确设置为 "Active",但 "Action Status" 保持 "Pending Enable...",我们不知道为什么。

即使我们尝试刷新用户信息(),IIQ 对WebService 执行了GetObject 操作,但仍然没有删除"pending..." 操作状态

还有运行"perform Idnetity Request maintainance"问题依然存在。

检查您是否将配置中的 Schema Attribute for Account Enable status 属性值设置为 <AttributeName>=<Active value> 例如仅设置变量不会使其成为 Disable/Active.

accountStatus=Active

在这种情况下,除 Active 之外的所有值都将被视为非活动值。