Contact Us 1-800-596-4880

Troubleshooting Microsoft Dynamics 365 Connector 2.5

To troubleshoot Anypoint Connector for Microsoft Dynamics 365 (Microsoft Dynamics 365 Connector), become familiar with the information about interpreting commonly thrown exception messages.

Understand Commonly Thrown Exceptions

Here is a list of commonly thrown exception messages and how to interpret them:

  • DYNAMICS:CONNECTIVITY

    Either a connection could not be established or there is a connectivity error.
  • DYNAMICS:INVALID_PAGE_SIZE

    The page size is invalid, for example, if the fetch size value exceeds 5000.
  • DYNAMICS:NOT_FOUND

    The server could not find the requested resource.
  • DYNAMICS:OPERATION_FAILED

    The operation fails, for example, if the protocol or entity attributes are invalid or if invocation fails.
  • DYNAMICS:PARSE_ERROR

    There is an error when parsing a JSON entity, for example, the entity ID is invalid or the encoding for the provided JSON is invalid.
  • DYNAMICS:RETRY_EXHAUSTED

    The consumer is not subscribed to any topics, and no manually assigned partitions are set to consume from.
  • DYNAMICS:TIMEOUT

    A specific request takes longer than the configuration timeout values.
  • DYNAMICS:UNAUTHORIZED

    There is an unauthorized request.
  • DYNAMICS:UNKNOWN

    There is an unknown or an unexpected error.
View on GitHub