Source: projects/identity-management/oim-kb-update/runs/2026-04-27-22.md
> Source: projects/identity-management/oim-kb-update/runs/2026-04-27-22.md
Goal
Extend the local OIM decompile relation index with sandbox DB metadata for tables, triggers, methods, events, DBQueue tasks, and process generation.
Work Completed
- Added
F:/Claude/scripts/research/export-oim-db-relations.ps1. - Exported read-only sandbox DB metadata to
F:/Claude/.tmp/oim-db-relations.json. - Updated
F:/Claude/scripts/research/build-oim-decompile-index.mjsto join DB metadata into the existing decompile index. - Regenerated:
F:/Claude/projects/identity-management/oim-kb-update/local-app/oim-decompile-index.htmlF:/Claude/projects/identity-management/oim-kb-update/local-app/oim-decompile-index-data.json- Added evidence:
F:/Claude/projects/identity-management/oim-kb-update/sandbox-db/2026-04-27-oim-db-trigger-method-event-relations.md
Result
The HTML index now contains a Database Relations section with:
DialogMethod->DialogObject->DialogTableQBMEvent->JobEventGen->JobChain- relevant SQL modules
- triggers and their parent tables
- extracted
QBM_PJobCreate_HOCallMethod*calls - extracted
QBM_PJobCreate_HOFireEvent*calls - extracted
QBM_PDBQueueInsert_Single/_Bulkcall sites linked toQBMDBQueueTaskwhere possible
Safety
SELECT-only sandbox DB access. No DML.