Comments
-
Goodmorning Brett, Removing the tick made the resources visible again. When I next added the tick back the widget stayed visible. Still a bug if you ask me. I will create a case with this finding. Can you confirm if removing and re-adding the tick solved your issue?
-
Hi Brett, I have APC3872 in my lab and I experiancing the same issue. I would suggest to create a case. I will do so tommorow morning (CET Time-zone).
-
How about something like: SELECT Caption , DetailsUrl , LastSystemUpTimePollUtc , Status , CASE WHEN minutediff(LastSystemUpTimePollUtc,GETUTCDATE())/1440.0 > 1 THEN CONCAT (ROUND(minutediff(LastSystemUpTimePollUtc,GETUTCDATE())/1440,1),' Days,…
-
Gents, I would use a Navigation Propperty (the chain sign in SWQL Studio). By using the Navigation Property you can avoid Joins. It would look something like: SELECT [cov].VolumeId ,[cov].Caption ,[cov].RawCaption ,[cov].FullName ,[cov].VolumeIndex ,[cov].VolumeType_Value ,[cov].VolumeType ,[cov].PollingType_Value…
-
Issue has been seen on 2 different sites. Both are running 2022.4
-
Maybe you can lose the Joins and make full uses of the Navigation Properties. Can you try the following query: SELECT TOP 10 [Interface].Node.NodeName AS Node , [Interface].Node.Status as nStatus , [Interface].Node.CPULoad , [Interface].Node.DetailsUrl AS [_Linkfor_Node] , '/Orion/images/SubViewIcons/Network_02.png' AS…
-
Hi Kevin, If this offer is still valid can you put me on list?
-
Yes there was an issue. See: https://thwack.solarwinds.com/product-forums/the-orion-platform/f/orion-sdk/44700/swis-swql-studio-api---windows-group-authentication-issue
-
Thanks. I Used the following PS script to create the SQL statements to add the missing SID's to the users. ################################################################################ Script name: Add Missing SID to Domain Accounts #### Script Version: 0.1 #### Org Creator: Edwin Hoekman #### Revision By: #### Date:…
-
This is the sollution to the issue. Somehow the SID's are not loaded into the Table. Thanks for sharing. I tried to load the SID's in the Orion.Accounts Table via a Powershell script using the SWIS module. But until now I was not successful. Probably because I can not update via SWIS. Or did I misread the Metadata.Entity…
-
Hi Dan, Thanks for letting us know. Hopefully in the next release. Especially with the new expiration on the Orion Individual accounts.
-
API polling for all other components like NPM, VNQM etc. A lot of suppliers are supporting API polling and some of them get more data with API. E.g. Cisco AXL can get more date with API polling in comparison to SNMP.
-
Hi Mark, Just ran into the URL for Google Statistics. This URL might also be handy to add if someone is using Google Statistics if he/she is using the google Graphs. https://www.gstatic.com
-
Hi All, Did anyone find a sollution yet? I just ran into the same issue. I am able to login with a local account but as soon as I want to use a AD account i am refused to get connection. And i see exactly the same issue in the logging.
-
Hi Chris, Any news on this post? We are running 2019.4 HF1 and we are still having issues with the manageability of the Thin AP’s of our Cisco WLC’s. The AP’s are sometimes are going down because of several different reasons. We cannot put an AP into an unmanaged state. So, these down AP’s are generating alerts. These…