RFA.Net OMMCmdErrorEvent question

Options
LtDoolittle6
LtDoolittle6 Contributor

We are seeing this OMMCmdErrorEvent and we are not sure what we need to do.

Could you elaborate?

<- Received OMMCmdErrorEvent:
Cmd ID: 2
State: Failure
StatusCode: NoResources
StatusText: The servicename from the map entry key and the service name in the element list of the SERVICE_INFO_FILTER Name do not match

We are using RFA.NET 8

Tagged:

Best Answer

  • warat.boonyanit
    Answer ✓

    Hi @LtDoolittle6

    The error message means the service names in map key and service info do not match.

    image

    Directory message use Map as payload.

    Each MapEntry represent each service, with service name as
    MapEntry key.

    MapEntry is then contain filter list of service information,
    such as Service Name, ID, and Capabilities.

    From the error, it seems that the service name in MapEntry key differ from the service name in filter list. They must be exactly the same.