Comments
-
This information was 1st published in November 2018 and can be found here https://support.solarwinds.com/SuccessCenter/s/article/URLs-used-by-the-Orion-Platform?language=en_US let me know of that helps.
-
2020.2.1 With or without HF1 was not affected. please refer to the Advisory FAQ Where can I see a complete list of all Orion Platform versions, their status and recommended actions? https://www.solarwinds.com/securityadvisory/faq To verify which HFs you have installed:…
-
Modern dashboards use a public/private security model and cannot be shared only across a subset of configured Orion accounts. Would adding these users to a Windows Group, and then adding that Windows Group as an Orion user work for what you have in mind? Have you been able to create the dashboard widgets you would like to…
-
If you are unable to do so through the UI, this article will help https://support.solarwinds.com/SuccessCenter/s/article/Remove-orphaned-standby-High-Availability-servers?language=en_US
-
Yes it can. Similar discussions which may help your planning https://thwack.solarwinds.com/t5/The-Orion-Platform-Discussions/Upgrade/m-p/72426
-
Can you share the configurationwizard.log from your primary Orion Server?
-
That is correct. SWIS V2 has been removed.
-
I haven't seen this behavior before and I'm not finding anything definitive from that specific error message. Do you have HA and/or APEs? You could try restart the SWA service on those member servers.
-
Our recomendation is to upgrade to 2020.2.1 and HF2 when available, anticipated 12/15. https://www.solarwinds.com/securityadvisory
-
using a swql data model you could do something like this to convert bytes to GB with the value rounded to 2 decimal places. SELECT ROUND((MemoryAvailable / 1024 / 1024 / 1024),2) as MemGb FROM Orion.Nodes
-
What version of Orion are you using? Have you followed the requirements here?https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/Install-ScalabilityEngine.htm
-
The Agent runs under the local system account by default. This can be changed under the Windows Service Manager to run as any user account you desire with whatever permissions you wish. That could, however, impact what the agent is ultimately able to poll on that endpoint based on the permissions of the user account the…
-
Visual Studio is not a required application for the installation or operation of the Orion Platform or its modules. As support has correctly identified only the VC++ runtimes are required. VS 2015 will have been installed separately as you stated either through your provisioning process or installed manually.
-
Can you determine if these objects are views or tables? There is a possibility these are views created by Database Tuning Advisor https://www.sqlservercentral.com/forums/topic/views-that-are-prefixed-with-_dta_mv Please ensure you have a backup of the database prior to making any changes.
-
That's unusual, there is not much to installing the SDK and I have just installed this without error... Are there any entries in the windows event log? Is there anything in place such as UAC which may block the installer?
-
The configuration wizard logs may contain some helpful information. Try running this query against your Orion database. SELECT [Module],[ModuleVersion],[MachineName],[DateTime]FROM [ConfigWizardLog] Where Module = 'Orion Network Performance Monitor'
-
I have not seen this, What does your license manager page look like?
-
It may be worth keeping in mind also that offline centralized upgrades with pre-staging can now also be done as of 2020.2.1 HF1https://thwack.solarwinds.com/t5/The-Orion-Platform-Documents/Orion-Platform-2020-2-A-Gateway-to-Your-Fastest-Upgrade-Ever/ta-p/587412#toc-hId--689970693
-
@"auj" Unfortunately, It is not possible to choose the preferred alignment or sort the tables in such a manner. We are tracking these as Feature Requests for the next iteration of Modern Dashboards and widget management. Are you using the visual query builder or hand-edit SWQL queries for the data model? There is a browser…
-
Can you share the configurationwizard.log ?
-
Hello, This is a known issue which we are working on improving. Could you open a support case and share the number with me?
-
@"dgsmith80" Is that the Original unedited solution or did you modify it in any way?
-
WhatsApp features a business API which could be called using the HTTP/Post trigger action of Orion Alerts. Have you looked at this as an option? https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/Core-Using-Get-or-Post-URL-Functions-sw1058.htm…
-
It will very much depend on the external application you are using. As you mentioned you can use PS to query the Orion API. This could be done on-demand, or via a scheduled task etc. What methods for data import are available on your external App? Does it have an API? Can it import structured data through the UI?
-
Yes that is correct, the file need to be called CustomLables_ar.properties so that browsers with AR set as language will use that file. Then the changes you make in there will be seen. support.solarwinds.com/.../Customize_the_Web_Help_Desk_GUI_language_and_labels
-
Hello, From what I can see the inResposneTo attribute is considered a standard field in all SAML response scenarios. Have you discussed the format of the absence of the field with ForgeRock? This tool can be very useful when troubleshooting responses. https://www.samltool.com/generic_sso_res.php
-
1. The custom labels files are used to change the language based on the browser language detected so changing the custom labels file alone is only 1 part of the process. 2. The custom labels file only supports UNICODE characters, As arabic contains NON UNICODE characters we need to use ESCAPED UNIDCODE which is why it…
-
Thanks Danner! that's what i was looking for.
-
OK, that looks good, just making sure that the resource is on a NodeDetails view as required, I see you are using the custom table resource, have you tried using a "Custom Query" resource? How do you want the data displayed? Will it be a table / chart / graph?
-
You could perhaps, export all the tickets, delete them from the database, re-order them as required and re-import?