question

Upvotes
Accepted
301 14 33 39

RFA.Net OMMCmdErrorEvent question

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

treprfarfa-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

This is a seed question.

1 Answer

· Write an Answer
Upvotes
Accepted
4.4k 10 6 9

Hi @Rupert Schilling

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

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.


servicename.png (115.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.