I’m facing some problems with the unregistration of VMS and applications. I don’t know if these are due to some some kind of incorrect configuration made by me, so I will explain step by step what I did, asking about my doubts.
- I deployed Ai Bridge using an empty register.graphql file (I also tried with both no register.graphql file in config folder and with a file with url, username and password parameters left as empty string ). What is the correct way to deploy a no-self registration AI Bridge?
Init service still remaing running logging errors (different from case to case). Is that correct?
In attachment you can find the init, webservice, connector and health log files.
-
I registerd VMS, applications , event topics and metadata topic using mutation register API and performed some queries. I did it using Yoga, a C++ http client and a firefox rest client extention. In each case it worked fine.
-
When I try to unregister one or more applications , the mutation unregister query replies ok and sends to me the VMS Id (that should be the normal behavior as a result of a successful call ), but the aplications are not deleted.
-
When I try to unregister the entire VMS sometimes I don’t get any answer from the AI Bridge and the VMS is not deleted while other times I get the correct response but still, the VMS is not deleted. In this second case if I try to delete it manually from Xprotect Managment client I get this error :
"TITLE: DeleteItem (Processing Server)
------------------------------
UnRegisterServiceUri: Could not UnRegister a service -
------------------------------
ADDITIONAL INFORMATION:
Exception of type ‘VideoOS.Platform.PathNotFoundMIPException’ was thrown. (VideoOS.Platform)"
The only way to delete it is to register the VMS again and do that manually from Xprotect Client
NOTICE : at every attempt I deployed the AI Bridge and performed registration from scratch. After every mutation query I refresh the Processing server tree in Xprotect Client to see if the changes have been performed.
Furthermore, when I perform unregistration, no additional/errors logs are added to the ones I put in attachement.
I’m quite confused about how it works and what I’m doing wrong. I hope my post is clear enough to make you able to help me.
Regards
Gianluca