Orion V9.0 SP1 is now available here
I have not upgraded from 8.5.1 SP3 yet. Does the V9.0 installer include Sp1 yet ?
Thanks,
Doug
Yes, it has been bundled within the new V9.0 installer/downloads.
I just installed SP1 and now my NPM service won't start. The event viewer has the following error
Engine Initialization Error:
Detailed Error: No Software License Key Installed for
Orion NPM v9 SL2000
Error: Orion8NetPerfMon-101
Damn it! I installed the eval version of the service pack. Running a repair and installing the new service pack. Hopefully that takes care of it.
That is good to hear. Could you clarify if you just fat fingered this or is it somewhat difficult to distinguish the two SPs in the customer portal?
It seems in the posting found here that the link for production isn't hot, and the link for the eval is. So breezing through I naturally clicked the hot link and installed. DOH!
To avoid confusion the Eval linked has been removed. Thanks!
Is there a V9.0 SP1 or do I download the v9 again. I don't see a v9 SP1 in my customer portal.
Correct, it is already bundled with V9 from within the customer portals. After 5pm today you should see the SP1 in the customer portal as well. The SP1 Production version link can also be found amongst the latest updates on the right column of this page
www.solarwinds.com/.../
Got this error while running the Configuration Wizard after a v9 upgrade with SP1.
Error while executing script- 'PK_CustomPollerStatistics_Detail' is not a constraint.
The Wizard doesn't show any activity for a long time after this and I'm forced to click exit it. Orion works after this, but my custom pollers don't show up on the webconsole anymore.
lekeosi-
Check the constraints on the CustomPollerStatistics_Detail table. This can be done in SQL Server Management Studio Express by expanding that table, and checking in the Constraints folder.
In SQL Server Enterprise Manager, it can be done by clicking on Tables, right-clicking on the CustomPollerStatistics_Detail table, going to "Design Table", then clicking on the "Check Constraints" button in the toolbar.
If the constraint does not exist on that table, run the following SQL query against the database:
ALTER TABLE [CustomPollerStatistics_Detail]
ADD [RowID] [varchar](800) NOT NULL DEFAULT(''),
CONSTRAINT [PK_CustomPollerStatistics_Detail] PRIMARY KEY CLUSTERED
(
[CustomPollerAssignmentID],
[DateTime],
[Archive],
[RowID]
)
This SQL Query can be found in the ConfigurationWizard.log file, as part of the details of the error message
What about for us evaluee's? Can we get hold of an evaluation copy of V9 SP1 from somewhere?
It is now bundled with the current Eval... depending on when you downloaded it. If you have had v9 a few weeks then just submit a ticket and support can assist you. http://thwack.com/support/
I get no error message just that it can't fine the server that it is installed on... Everything else works fine. AFter reading this thread. I decided to re-install, same result.
Anyone have any ideas?
Thanks
jeff
Could you give more details about this? Where are you seeing this message and what is the exact text?
I got the message when trying to start the system manager. The splash screen comes up and then bam. the message occurs.
Cannot find naem23ms.
Now fast forward 24 hours.
I get asked what did I do to fix it. nothing. It started up on its own taking it's own sweet time.
Doesn't give me warm and fuzzy feelings for any future patching.