SailPoint IdentityIQ Aggregation Troubleshooting: Complete Error Guide

SailPoint IdentityIQ Aggregation Troubleshooting: Complete Error Guide

Account Aggregation is the task type every SailPoint IdentityIQ deployment runs the most and debugs the least confidently, because a failure can originate in three different layers — the source system, the connector, or IdentityIQ’s own correlation logic — and the TaskResult error message rarely tells you which one. This guide walks through the failure modes in the order you should actually check them, with the exact iiq console commands to isolate the cause. ...

Sep 03, 2026 · 10 min · 2054 words · IAMDevBox

SailPoint IdentityIQ BeanShell Rules, Workflows, and Tasks: A Developer's Guide

SailPoint IdentityIQ ships with three extension points where you write code: rules (BeanShell scripts that compute a value), workflows (XML state machines that orchestrate multi-step processes), and tasks (scheduled jobs that operate on data in bulk). Almost every IdentityIQ customization you will ever build fits into one of those three. This guide covers what each one is for, the API you use inside them, and the failure modes that cost new IdentityIQ developers the most time. ...

Aug 20, 2026 · 11 min · 2338 words · IAMDevBox