Page 1 of 1
Activating Nagios XI 2011R1.1
Posted: Tue Mar 08, 2011 11:46 am
by jon.bilderback
I've just updated, and when I enter the activation code, this message appears at the top of the page:
SQL: SQL Error [nagiosxi] : ERROR: duplicate key violates unique constraint "xi_options_pkey"
The activation page says: "Activation key accepted. Thank you!"
However, all web pages still have the message asking me to activate the product.
Running on RHEL 5 vm
Thanks
Re: Activating Nagios XI 2011R1.1
Posted: Tue Mar 08, 2011 12:12 pm
by rdedon
Could you try clearing your cache in your browser and see if that fixes it? Also, be sure to log out completely as well.
Re: Activating Nagios XI 2011R1.1
Posted: Tue Mar 08, 2011 12:19 pm
by jon.bilderback
rdedon wrote:Could you try clearing your cache in your browser and see if that fixes it? Also, be sure to log out completely as well.
Just tried that, and still get the same error.
Re: Activating Nagios XI 2011R1.1
Posted: Tue Mar 08, 2011 3:20 pm
by jon.bilderback
I just tried to configure the Active Directory Integration, and again, had the same error message.
Re: Activating Nagios XI 2011R1.1
Posted: Tue Mar 08, 2011 3:53 pm
by admin
Looks like this is related to a bug we tracked down in an earlier release with the Postgres database options. This isn't an activation-specific bug - it affects other things that require access to tables in Postgres.
Running this command should fix this problem for you:
Code: Select all
/usr/local/nagiosxi/tools/fix_postgres_sequences.sh
Try that and let us if it fixes the problem (or not). Thanks!
Re: Activating Nagios XI 2011R1.1
Posted: Tue Mar 08, 2011 5:24 pm
by jon.bilderback
That fixed it. Thank you.
Re: Activating Nagios XI 2011R1.1
Posted: Wed Mar 09, 2011 10:13 am
by tonyyarusso
Excellent - glad to hear it. Let us know if you encounter any further issues.