Comments
-
Tried running this on a Node, but it won't let me download the diags, says I need authorization. Where do I authorize at? EDIT: Checked today and it lets me download the diags.
-
Changed it per your rely, I still get the same error message.
-
While ${N=SwisEntity;M=DetailsUrl} uses that Web console setting, we still are seeing the problem with the variable ${NodeDetailsURL} We are running: 2018.4 HF2 with SAM 6.7.1
-
Anyone know if this script works for NPM 10.4.1? When I try to run it I get the follow error: New-Object : Cannot find an overload for "SecureString" and the argument count: "1". At C:\User\XXXXX\Desktop\NodeMove.ps1:5 char:14 + $password1 = New-Object System.Security.SecureString "PasswordRemoved" | Conve ... +…
-
Thanx for your help. The new command section returns an Invlaid Username or Password error. The user validation portion works when I change it to: # Set up the hostname, username, and password for the source system $hostname1 = "XXX.XXX.XXX.XXX"; $password1 = ConvertTo-SecureString "XXXXX" -asPlainText -Force $username1 =…
-
I appreciate the assistance. I tried again, with SDK 1.7 still getting the error. New-SwisObject : The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://schemas.solarwinds.com/2007/08/informationservice:properties. The InnerException…
-
Sorry, found a solution on Google after I posted the response. Solution was to change the password line to: $password1 = ConvertTo-SecureString "XXXXXXXXXX" -asPlainText -Force Now it returns a different error at a different location, new error below: Copying airXXXXs-Rbr.XXXXX.lcl ( XXX.XXX.XXX.XXX ) New-SwisObject : The…
-
This is awesome, one question. How do I get it to not strip off 00 when it's a valid number? example: ô5#$ is being converted to: F47F352324 but it should be: F47F35232400
-
Awesome, I deleted the CMTS and it copied the node, then fired the same error during the interface copy, but once I removed 64 bit counter from the interface copy, copied the interfaces as well. It doesn't copy custom properties, but looking through the code I expect that is normal. It fails at the adding the node to NCM,…
-
Upgraded yesterday. Went smoothly with one exception that I believe the pre-check should be updated to catch/notify about. If NPcap is in use by another application (such as Tetration), the installation will get hung (for us it was at 78%) Since the installer seems to give no feedback about what it is actually doing, if it…
-
Actually, it looks like it's supposed to be Orion.AlertActive Acknowledge now with different parameters...
-
While I didn't get the replace to work, it gave me what I needed to come up with a usable workaround. Thanx,
-
Unfortuantely that doesn't work... It doesnt' like the "." in ".com" is seems.
-
Thank you for the more details.
-
Found it and that appears to have worked. Solarwinds needs to give more info on that setting "Enable OIP third-party tags".
-
Just noticed this today on our Orion website as well. Why is this here? Also, I just checked with someone who doesn't have admin rights and they are also seeing the icon and links it contains. I have concerns why Solarwinds thinks it's okay to put communications directly to our Orion users that we didn't approve, know…
-
The query gives me the list of devices I need to update thank you, I assume I can write a update statement to turn them one. Thanx.
-
That didn't check them in edit node. But the multiple selection edit node method did work, as long as I didn't try to edit more than a hundred or so at a time.
-
Have you looked at task manager to see if a specific process is running high? Have you tried running a repair in the config wizard?
-
Thank you, while that process will let me enable in bulk, it doesn't allow to really figure out which 200 or so nodes out of 4000 needs to be enabled and update those devices. I am looking for something I can search, update programmatically, report on, alert on etc...
-
I ran into the same issue. That error messages appears to be .Net related. Try installing the connector on a different machine and running it from there. Most likely it isn't compadible with the version of .Net you are using. We tried it from a workstation instead of an Orion server and it worked.
-
Tried writing three variables, right away, one minute after the script and also 2 minutes after the script... ${N=SwisEntity;M=Caption} and ${N=Generic;M=DateTime;F=DateTime} they both work every time while ${N=Alerting;M=Notes} is showing up blank each time.
-
I am trying to do something similar, the alert notes show the config script results, but the alert action to write them to a local file always writes a blank file. I have tried having it write when the script runs, a minute later and then another minute to write again. All three files written are blank.
-
Has anyone used this to make a SAM test call to a number and capture the SIPCLI results? So an alert could be generated if/when the call fails?
-
Solution didn't work for me at 2000, so far 3000 is working.
-
While the second query comes back blank, but the first one comes back iCHat and AOL IM conflicting with RTP on ports. This gives me what I needed. Thanx
-
Yup, I am asking how to add the bar graph to a customer report.
-
Is there anyway to verify if it's interface persistence issue versus needing updated DLLs? We are running NPM 9.5.0, and I see a second discussion on this topic where the user is told to check interface persistence. Where in this thread on the same date, it's mentioned to get updated DLLs. Also, Cisco's site gives the…
-
Hmmm... Add a check box to a network's, supernet's and group's properties to make available via report. Then add a reports directory drop down like the account view builder uses. Would also add an option in the settings to apply report settings to all, so that someone could turn them all on or off at once, then could pick…
-
Cool, we have run into this problem if there is loss of network connectivity between Orion and the subnet being scanned. It seems to just hang until someone cancels the scan.