Saltar al contenido

Cloud Studio operation troubleshooting

Introduction

If you experience issues executing an operation, the following troubleshooting actions are recommended.

Test the connection

For any operations using connectors, in the connection, click the Test button to ensure the connection is successful.

For Connector SDK-based connectors deployed in operations running on private agents, clicking the Test button ensures the latest version of the connector is downloaded to the agent (unless using the Disable Auto Connector Update organization policy).

Check the operation logs

Check the operation logs for any information written during execution of the operation.

Depending on the agent type, you can do the following to retrieve additional log files and data:

Possible errors in operation logs

The following sections cover errors that may be present in an operation log and their resolution.

Extra subelement warning

An extra subelement warning in the log messages can generally be ignored. This warning indicates a connector's API payload returned more nodes or fields of data than those defined in the response data schema.

Unallowed characters in XML schema mappings

Depending on the connector, these characters are invalid and will result in a runtime error:

\x00 (NULL) \x0E (shift out)
\x01 (start of heading) \x0F (shift in)
\x02 (start of text) \x1A (substitute character)
\x03 (end of text) \x1B (escape)
\x04 (end of transmission) \x1C (file separator, information separator four)
\x05 (enquiry) \x1D (file separator, information separator three)
\x06 (acknowledge) \x1E (file separator, information separator two)
\x07 (bell) \x1F (file separator, information separator one)
\x08 (backspace) \xD800 to \xDFFF (UTF-16 high surrogate characters)
\x0B (vertical tab) \xFFFE
\x0C (form feed) \xFFFF

When the input or output data being supplied to or returned from a transformation adjacent to an XML-based connector contains one of the above characters, a specific error referencing that character is returned at runtime. For example, when the \x1E control character is present in the response transformation for the Epicor Kinetic Get BAQ activity, this error is returned at runtime:

The Exception is Invalid white space character (0x1e) in text to output