Source: projects/identity-management/oim-kb-update/sandbox-host/2026-04-27-autopublish-and-preprocessor-gates-file-evidence.md

> Source: projects/identity-management/oim-kb-update/sandbox-host/2026-04-27-autopublish-and-preprocessor-gates-file-evidence.md

Sandbox host evidence — AutoPublish ADSGroup + preprocessor gates in shipped SQL/XML (2026-04-27)

Goal: connect live-DB observations about preprocessor gating and AutoPublish ADSGroup behavior to *shipped* module artifacts on the sandbox host.

Method: WinRM HTTP (5985) read-only inspection on im.sandbox.local, under:

1) Shipped IT Shop SQL explicitly checks DialogColumn.IsDeactivatedByPreProcessor

File evidence:

Relevant lines (approx):

... where s.CreatePRNode = 1 ...
and exists (
  select top 1 1
  from dialogcolumn with (readpast)
  where UID_DialogTable = 'QER-T-ITShopOrg'
    and ColumnName = 'uid_ACCProduct'
    and IsDeactivatedByPreProcessor = 0
)
...
exec QBM_PJobCreate_HOUpdate 'ITShopOrg' ... @p1 = 'uid_ACCProduct' ...

Interpretation:

2) QER IT Shop module includes the relevant SQL as a build/install unit

File evidence:

Contains (as <Command Type="SqlFile">...):

3) ADS module dump explicitly references AutoPublish ADSGroup config parameters

File evidence:

Observed keys/usages:

Interpretation:

4) MDK dump demonstrates the broader pattern: generated definitions exclude preprocessor-deactivated columns

File evidence:

Contains patterns like:

Interpretation:

5) Shipped content still references AccProductInBaseTree / AccProductInITShopOrg

File evidence (QER module dump):

Relevance: