Microsoft Dynamics 365 Connector 2.5 のトラブルシューティング

Microsoft Dynamics 用 Anypoint Connector (Microsoft Dynamics 365 Connector) をトラブルシューティングするには、スローされる一般的な例外メッセージの解釈について理解しておく必要があります。

スローされる一般的な例外メッセージの理解

スローされる一般的な例外メッセージとその解釈方法のリストを次に示します。

  • 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. (ページサイズが無効です (フェッチページ値が 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. (JSON エンティティを解析するときにエラーが発生しました (エンティティ ID が無効、または指定された JSON のエンコードが無効など)。)
  • 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. (不明なエラーまたは予期しないエラーが発生しました。)