Overview: Siebel eBusiness Application Integration Volume l > Error Messages and Troubleshooting Tips >

Error Messages for the Integration Object Configuration


Error

Integration component type ' ' is not a valid child type for component type '%2'.

Cause

The integration object and components were not configured properly. Specifically, the integration components might be deactivated.

Resolution

Check that the integration object and its components are correctly configured. Re-activate the integration component.

Error

Could not find 'Integration Object' named 'Integration Object Name'.

Cause

The .srf file under SIEBSRVR_ROOT\Objects directory did not contain the integration object definition.

Resolution
  1. Open Siebel Tools.
  2. Search for the Integration Object and make sure the object is defined.
  3. Compile a new .srf file from Tools.
  4. Copy the new .srf to both the SIEBEL_CLIENT_ROOT\Objects and SIEBSRVR_ROOT\Objects directories.
Error

Integration Object instance 'Integration Object Name' not found in the database.

Cause

The .srf file under SIEBSRVR_ROOT\Objects directory did not contain the integration object definition.

Resolution
  1. Open Siebel Tools.
  2. Search for the Integration Object and make sure the object is defined.
  3. Compile a new .srf file from Tools.
  4. Copy the new .srf to the SIEBEL_CLIENT_ROOT\Objects and SIEBSRVR_ROOT\Objects directories.
Error

Component type '%1' has more than one (exactly '%2') child types 'ListOf%3' - child type should be unique.

Cause

This custom code specific error is caused when the 'CreateIntComp' data transformation engine (DTE) business service (Siebel eScript macro) method is erroneously invoked more than once to create a child integration component holder in the output integration message.

Resolution

Correct the DTE business service eScript custom code for correct application of the 'CreateIntComp' method (should be invoked only once for the integration child component as described in the document and provided in the Siebel-provided DTE business services).

Overview: Siebel eBusiness Application Integration Volume l