The OU tree picker in Aria Automation Service Broker fails to load child items after an upgrade to 8.18.1 Update 5. This issue blocks users from submitting custom forms that rely on OU selection.
/var/log//services-logs/prelude/tango-vro-gateway-app/file-logs/tango-vro-gateway-app.log:{"name":"ouContainer","type":"AD:OrganizationalUnit","description":"Organizational unit in which to put the newly created user"}
YYYY-MM-DDTHH:MM:SS.562Z WARN tango-vro-gateway [host='tango-vro-gateway-app-' thread='jdbc-35' user='' org='' trace='' parent='' span=''] c.v.o11n.client.model.WsParameterSdk.getType:64 - Parameter ouContainer has no type.
CauseAria Automation 8.18.1 Update 5
This issue occurs due to a recent Spring framework upgrade in Aria Automation 8.18.1 Update 5. Certain symbols are no longer allowed or encoded properly during inventory search. As a result, the system fails to load and render the requested Active Directory inventory data within the Service Broker UI.
This issue is targeted to be fixed in Aria Automation 8.18.1 Patch 6 which should be available by beginning of Q4 2026. Subscribe to this article to receive updates on fix status (reference).
Workaround: To unblock users until Patch 6 is applied, you can implement the following workaround by utilizing a vRO action to load the Active Directory objects dynamically:
Step 1: Create a vRO Action
if (host == null ) { return [];}
return ActiveDirectory.search( 'User' , '', host);
AD:AdHost.Array/AD:User (or AD:User).Step 2: Update the Custom Form in Service Broker
AD:AdHost. AD:User.With this workaround the tree picker for the host and then load the children using vRO action and then you will be able to use multiple AD integrations.
Note: Broadcom Global Support does not provide assistance with workflow customization. Please reach out directly to the individual or team who authored the workflow.
Support Assistance: See Contact Support. Scroll to the bottom of the page and click on your respective region.