Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Reinstalled the Operations Monitor successfully but the app is not listed under the Governance section of the QMC. With this being a QAP server the app can't be accessed via the hub, it has to be via the Governance link so that means that users have no access.
Any ideas as to why the app doesn't show in the Governance section? The untouched Licence monitor is still there.
Thanks
Michael
Hi Michael,
Have you published it to the 'Monitoring Apps' stream?
Andy
Hi, yes it's in the stream. When I go to the hub I can see it too (just can't access it because it's a QAP server).
did you ever figure this out?
same issue on a new env.
Hello @Ken_T ,
The Monitoring Apps section usually disappear from the Governance menu in the QMC when the Montoring Apps stream is being removed/recreated. The reason is because the system expect the Monitoring Apps stream to have a specific hard coded ID which is "a70ca8a5-1d59-4cc9-b5fa-6e207978dcaf".
The solution to resolve this problem is to create a new Monitoring Apps stream with above ID directly in the QRS Database.
Here are the steps:
insert into "Streams" values ('a70ca8a5-1d59-4cc9-b5fa-6e207978dcaf', 'Monitoring Apps',
current_timestamp,current_timestamp,'Internal\sa_repository',(select "ID" from "Users" where "Name" = 'sa_repository'))
Note: Before doing that into a production system, I would highly suggest to test above steps into a lower environment. Also please make sure to take a backup of your database before running any command.
Hope this helps!