Error Messages

chevron-rightInvalid ComponentIdhashtag

I have seen the follwong message in two cases.

Error: https://api.boomi.com/api/rest/v1/abcfinancegmbh-5BZDOF/Component/7fb8b150-4784-4694-b365-db1e4db09f35 - http-400 (): ComponentId 7fb8b150-4784-4694-b365-db1e4db09f35 is invalid. Provide a valid componentId to complete this action.

Invalid child reference

When the mentioned ComponentId was a child component, the component XML was invalid. It happened after I imported a process from a different Account without importing a referenced profile. The profile was referenced in an Exception message. On the target system the references to that profile were still intact, whoever, the profile itself did not exist, because it was not imported.

To find this out, analyse the current component's XML and search for the ID that wasn't found.

Invalid parent reference

I encountered the same message on a parent reference, too. This occurred on a process that was referenced as a Data Quality Step in DataHub.

When checking the parent references it turned out, that the parent id is actually the DataHub's UniverseId (Model instance) on which the process is supposed to run.

Trying to open the component in the Boomi UI https://platform.boomi.com/AtomSphere.html#build;accountId=abcfinancegmbh-5BZDOF;components={arrow-up-rightparentComponentID} lead to the following error:

IDTest is not a component. It is a DataHub Model!

Last updated