3.1.1.2 FileDiscoveryAttempt

A FileDiscoveryAttempt abstract data model (ADM) element object represents a single attempt to send a DISCOVERY-REQUEST message to a server.

A FileDiscoveryAttempt ADM element contains the following data elements:

  • A pointer to a row in the table of potential servers.

  • The XML request data sent to the server.

  • An abstract completion result, which can be one of the following values.

    Status

    Description

    RESULT_FOUND

    The server found one or more content records that match the search criteria.

    RESULT_NOT_FOUND

    The server found no content records that match the search criteria.

    RESULT_ACCESS_DENIED

    The client is not authorized to access the server.

    RESULT_CLIENT_CERT_UNKNOWN

    The client needs to be authenticated to the server.

    RESULT_SERVER_CERT_UNKNOWN

    The server needs to be authenticated to the client.

    RESULT_OUT_OF_RESOURCES

    The server is too busy to process the request.

    RESULT_TRANSPORT_ERROR

    A lower-layer transport encountered an error.

    RESULT_INVALID_SEARCH

    The syntax of the request was not acceptable to the server.

    RESULT_UNKNOWN

    A protocol error occurred.