Blog

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

 
thumbnail
Ensuring Long-Term Success in Automation: Continuous Improvement and Strategic Alignment [Run Phase – Part 3 of 3]

Throughout this series, we’ve emphasized that automation is more than just technology—it’s about the people, processes, and principles creating a…

 
thumbnail
Navigating the Human Side of Automation: Culture and Change Management [Walk Phase – Part 2 of 3]

In our previous post, we explored how to lay the groundwork for automation by focusing on the essential processes and…

 
thumbnail
Building the Foundations of Automation: The People and Processes Behind Success [Crawl Phase – Part 1 of 3]

Automation is often synonymous with technology—tools, software, and platforms that promise to streamline operations and boost efficiency. However, successful automation…