Share all details about your problem, including any error messages you may have received.
Recently we upgrade identityiq from 8.3p2 to 8.4 p3.We Ran Access history task it ran successfully. But When click on view profile and its blank. Identities>>>Identity access history>>View Profile
In 8.4+, View Profile renders from Access History captures (in the separate Access History DB) and it’s also gated by specific Access History UI rights. A blank View Profile usually means either the UI call is being blocked (rights) or there are no capture rows for that identity.
Quick way to pinpoint: open browser DevTools → Network, click View Profile, and check the HTTP status:
500 ⇒ backend issue; check IIQ logs and validate the Access History DB connection + presence of spt_hist_* tables.
200 but empty ⇒ no capture data; confirm the identity exists in Access History DB tables (e.g., spt_hist_identity*).
Also verify Global Settings → Access History Configuration has Enable Access History checked and a valid Destination Queue Name (missing/invalid destination breaks the pipeline).