Custom Naming : Event Broker Subscriber error 10030
{% raw %}
Problem Description:
The Custom Naming machineRequested workflow runs for a long time and eventually fails with this error:
Event Broker Subscriber error 10030 – {‘com.vmware.csp.core.designer.service@event.subscription.workflow.execution.timeout}
Cause:
The Hostname being generated only contains the sequence number and no other characters. This is caused when none of the templated values expected in the Naming Standard are set or are null.

For example:
The Custom Naming Standard template looks like this:
{{naming.OS}}{{{naming.Environment}}{{naming.AppType}}{{sequence.seqProfile}}
If the values for properties for naming.OS, naming.Environment and naming.AppType are not provided, you end up with a Hostname that consists only of the sequence number, e.g. 001. This is not a valid hostname, and the workflow keeps looping and eventually times out. These values are typically set using vRA property definitions where the requestor selects the value from a dropdown menu, or they could be set on other elements in vRA, such as in the Custom Properties on things like Reservations, Business Groups, Endpoints, etc.
Resolution:
Make sure to set all properties expected in your Custom Naming Standard and Naming Sequence profiles. {% endraw %}
Related Blogs
How to get Slack notifications when StormForge applies recommendations
The StormForge Applier does its job quietly. It watches for recommendations, applies patches to your workloads, and moves on—no fanfare,…
When Hardware Triples in Price, Idle Capacity Becomes a Line Item.
A platform leader at a Fortune 50 company recently told his app teams something that I keep thinking about. The message was very…
StormForge vs ScaleOps: A Technical Comparison of Kubernetes Rightsizing Approaches
StormForge and ScaleOps both automate Kubernetes resource optimization, but they take meaningfully different approaches to how much control you hand over and when. This page walks through the differences in architecture, automation model,…