Comments
-
The issue was in the pluginconfiguration xml this one solved it: $coreCfgText $vimCfgText
-
I found a solution that worked for me. if anyone is interrested by it: - For me those value are not stored in any table but are displayed according to the UserWebViews and WebViews table - for the account your are looking for if there is an ID in the WebViewId field of the UserWebViews table then the show corresponding…
-
Hi i am not a pro Solarwind but first off check your solarwind licence if it has expired or not on the web console solar will tell if there is an expired licence on the notificaton bell or on the top most banner. next you can try to start all the solarwind service in start panel>SolarWinds Orion>Service manager and then…
-
Thanks for your reply. Actually yes you are right if it is removed from the AD group then they can't log in Orion anymore. Although the user still persist in the database and I am affraid that with the time the database will get filled of those "junk" not now but maybe in 3 or 5 years. And i would like to have a database…
-
SELECT TOP 1000 NodeID, ncmnls.LicensedByNCM,ncmnls.OrionNode.Caption FROM Cirrus.NCMNodeLicenseStatus As ncmnls Basically if you want to use the inner join then append the "chain name" (in your case OrionNode) to the entity
-
Thanks For the reply
-
Hi @"Seashore" thanks for your help yes actually the Settings Table hold 99% of the data. it is also accessible through Orion.Settings in SWQL. Thanks a lot
-
@sum_giais hi thanks for your answer. I was asking for the entity(ies) that means the SQL Table or SWQL entities that holds the informations found in the "Polling Settings" .
-
@"wluther" Hi. I am trying to accomplish an user duplication/recreation based on an existing user (orion/AD/SAML). what need to be duplicate is userconfiguration(rights and limitation) and users views. i managed to do it through a mixe of API(SDK)/SQL but wanted to do it fully in API(SDK)
-
Thanks for your answer. I have already looked inside those entity but was unable to find information returned by the query. Actually the sql query above return the menu item under the my dashboard menu and the order of these item.
-
Ok it is all clear now thank you for your help and kindness Regards,
-
Issue Update: Changing the engineId to the existing one resolved the problem but then I missunderstood the use of that. I thought that it is used to create a new discovery profile and the number should should be changed each time i need to create a new one. Can you please explain it to me more?
-
Issue update: 1- there is already a previous discover on the orion web console with engineId set to 1. I want to rerun another discover cause the previous one only have 2 nodes in it thats why i setted the EngineID to 2. the first discover was done via web console and i am trying to run the second on a script. 2- i found a…
-
Hello and thanks for your answer. Actually i got the idea from this link https://github.com/solarwinds/OrionSDK/wiki/Discovery the answer for the point you mentionned are bellow: 1- i am scanning both since the environnement got a mixed OS 2-yes the credential was previously inserted to Orion 3- this is the installer i…