In typical use case OPCUA client subscribes to Server with direct Node ID to get specific point update. However in some requirement user may want to use direct browse path approach. Such way Client send out TranslateBrowsePathsToNodeIDsRequest and on Server side it converts browse path to Node ID. While attempt to implement this Plant SCADA Server side responds in TranslateBrowsePathsToNodeIDsResponse frame with this error "StatusCode: 0x806f0000 [BadNoMatch]". I am seeking more details on cause of this error and how we should form Browse Path array correctly to get this conversion correct on server side.