WCFCH0301E-0400E: Channel messages

Use the following information to understand WCFCH0301E-0400E channel messages.

    WCFCH0301E
    The URI scheme '{0}' is not supported.

    Explanation
    The requested endpoint contains a URI scheme which is not supported by the channel.

    Response
    Specify a valid scheme for the channel.

    WCFCH0302E
    The received message '{0}' was not a JMS bytes or a JMS text message.

    Explanation
    A message has been received but it is not of the correct type. It must be either a JMS bytes message or a JMS text message.

    Response
    Check the origin and contents of the message and determine the cause for it being incorrect.

    WCFCH0303E
    'ReplyTo' destination missing.

    Explanation
    A reply cannot be sent because the original request does not contain a 'ReplyTo' destination.

    Response
    Investigate the reason for the missing destination value.

    WCFCH0304E
    The connection attempt to queue manager '{0}' failed for endpoint '{1}'

    Explanation
    The queue manager could not be contacted at the given address.

    Response
    Review the linked exception for further details.

    WCFCH0305E
    The connection attempt to the default queue manager failed for endpoint '{0}'

    Explanation
    The queue manager could not be contacted at the given address.

    Response
    Review the linked exception for further details.

    WCFCH0306E
    An error occurred while attempting to receive data from endpoint '{0}'

    Explanation
    The operation could not be completed.

    Response
    Review the linked exception for further details.

    WCFCH0307E
    An error occurred while attempting to send data for endpoint '{0}'

    Explanation
    The operation could not be completed.

    Response
    Review the linked exception for further details.

    WCFCH0308E
    An error occurred while attempting to close the channel for endpoint '{0}'

    Explanation
    The operation could not be completed.

    Response
    Review the linked exception for further details.

    WCFCH0309E
    An error occurred while attempting to open the channel for endpoint '{0}'

    Explanation
    The operation could not be completed.

    Response
    The endpoint might be down, unavailable, or unreachable, review the linked exception for further details.

    WCFCH0310E
    The timeout '{0}' was exceeded while attempting to receive data from endpoint '{0}'

    Explanation
    The operation did not complete in the time allowed.

    Response
    Review the system status and configuration and increase the timeout if required.

    WCFCH0311E
    The timeout '{0}' was exceeded while attempting to send data for endpoint '{0}'

    Explanation
    The operation did not complete in the time allowed.

    Response
    Review the system status and configuration and increase the timeout if required.

    WCFCH0312E
    The timeout '{0}' was exceeded while attempting to close the channel for endpoint '{0}'

    Explanation
    The operation did not complete in the time allowed.

    Response
    Review the system status and configuration and increase the timeout if required.

    WCFCH0313E
    The timeout '{0}' was exceeded while attempting to open the channel for endpoint '{0}'

    Explanation
    The operation did not complete in the time allowed.

    Response
    The endpoint might be down, unavailable, or unreachable, review the system status and configuration and increase the timeout if required.

Parent topic: WCF custom channel exceptions