Network Management
Submit button on List Resources page unresponsive in Orion Web Console when accessing nodes assigned to additional poller
After listing resources on a node assigned to an additional poller the submit button is not operational
First published date
Last published date
Overview
Product section
Cause
2. APE date and time is not synchronized with Main Poller and Orion DB
Resolution
NewPubSubClient set to "OverMessageBus"
and
PubSubOverMessageBusEnabled set to "True".
On the APE we saw a conflict where the NewPubSubClient was set to "OverWCF"
The solution is to set the pubsub client to the same as the main poller and clear the pubsub cache...
Navigate to /Orion/Admin/AdvancedConfiguration/ServerSpecific.aspx from the Orion web console:
Select the appropriate poller from the drop down list
Set
Clear pubsub cache
- Stop services on the both the main poller and the APE
- Connect to the Orion DB using Database Manager or SQL Server Management Studio [Ensure that you have a current backup of the Orion DB as these changes cannot be undone]
- Execute the following queries
DELETE FROM Subscriptions
DELETE FROM Subscriptiontags
DELETE FROM LimitationSnapshots
DELETE FROM ContainerMemberSnapshots
- Start services on the main poller
- Start services on the APE
Another Workaround
1. Check and Make sure that APE date and time is synchronized with Main Poller and Orion DB