Comments
-
This is the query I run in Report Writer. My Version of NPM is: Core: 2011.1.0 SP1 NPM: 10.1.2 SP1 APM: 4.0.2 SP3 IVM: 1.1.1 Here is the Query: SELECT DATEDIFF(d, T1.DownTime, CURRENT_TIMESTAMP) AS DaysDown, Nodes.Caption, Nodes.IP_Address, T1.DownTime, Nodes.Site, Nodes.Location FROM (SELECT Max(EventTime) AS DownTime,…
-
Not sure if this is still valid issue, but maybe this will help some (for NPM Report Writer): SELECT StartTime.EventTime, DATEDIFF(d, StartTime.EventTime, (SELECT TOP 1 EventTime FROM Events AS Endtime WHERE EndTime.EventTime > StartTime.EventTime AND EndTime.EventType = 5 AND EndTime.NetObjectType = 'N' AND…
-
I had the same error. I found this. One of my custom properties used a special character in the column name. My case was a "#". I changed the column name from #_CPU to Num_CPU and it came up. This was the error that showed in the log: 2009-06-23 15:42:20,647 [Main Window UI thread] FATAL NetworkAtlas - Detail:…
-
Case # 292057 Created: After Installing APM4.2 SP1 webconsole does not come up.
-
My Issue has been resolved. Port 443 was blocked by enterprise firewall for the network i had the appliance on. Resolved.
-
I am having this problem. And My gateway settings are correct. I cannot seem to find any details as to why the connection failure and unreachable port 443. I can browse to that port on the web browser. Any help would be appreciated. thanks,
-
I have opened a support Ticket. I will post our results.
-
I renamed the web.config file, ran the Configuration wizard, and it created a new web.config file, but it still gave me the same input string was not in a correct format error.
-
It worked for me. Thanks Dobbs! You Da Man.
-
I have the same problem. I had created local Linux accounts on each esx servers and still have the same issue. Are we suppose to create and use accounts in vCenter instead? Root is a super user account so it is against policy to use it as a service account. Thanks,
-
We only use Internet Explorer 6 and 7, here its what we certify our inhouse apps on. I have not tried it on any other browser. Here is a sample (it does this for every node where ever I use the custom fields): [View:/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.03.23.67/Wierd-Chars-on-Website.doc]
-
Thanks, That worked for me. Got me the info I needed.
-
Just logging in as the same user didn't work, but I was able to get ahold of the person who last modified it and have them log on to their machine and modify it again did release the lock. Thanks,
-
How do I make sure the Column EntityType is Updated with the correct Value Instead Of NULL?
-
Yes, but the EntityType value after the Create node SOAP operation runs is NULL and it should be Orion.Nodes which is passed during the create operation.
-
I am using the default admin account to log in and work with network atlas. If I leave the Network Atlas as the active window, the operation completes and I can initate other operations. But If I ever click off the window during an operation then it crashes.
-
Like from a network map like this, NPM Topology resource, I believe we are thinking the same. Example Report: Device Interface to Interface Device DESBT HP NC373i Slot:1 Port 2 425-24T Switch Stack Bardstown OET MP 4000B/LD040B ncmac0 Slot:1 Port 9 425-24T Switch Stack Bardstown OET 425-24T Switch... Slot:1 Port 1 Port 2…
-
I have tried Uninstalling APM, rerunning Configuration Wizard, NPM comes up. I reinstalled APM 4.2 SP1, run configuration wizard, same error APM.ApmSummaryViewID was not found and the website will not come up.
-
If you are asking specific Vendor type icons, These are some of the ones I would like to see. Nortel -- (Both VOIP Systems, and Network Systems. I know Nortel was bought out :)) BigIP -- (Mostly their F5 products) SUN -- (Blade servers) HP -- (Blade Chasis, and Servers, Storage Devices) I normally try to copy them from…
-
Vendor: Unknown (Should be EMC) SysObjectID: 1.3.6.1.4.1.1139 Model: EMC Celerra
-
Adding the EntityType as a Property as well worked for the Create Process. Thank You. All the other properties I was updating during the Update process. I am basically creating a server GPO that does the following. Any new Servers being joined to the domain will run this script. The script queries to see if it exists in…
-
Thank you. I appreciate your time in assisting me with this. Here is the SOAP Create Statement and The Result. 11/7/2013 9:23:35 AM --> DEBUG -- (3) - CSOAPParameter::GetElement() --> Build SOAP Element Complete 11/7/2013 9:23:35 AM --> DEBUG -- (3) - CSOAPMethod::GetElement() --> Putting Together Element For Create…
-
Thanks tdanner I was able to get it to work. the prop:type and prop:value was only part of it. Property fields are case sensitive, so I needed a 'D' instead of a 'd' in NodeID. and the uri has to have swis:// instead of https://. So the following worked: <?xml version="1.0"?> <soapenv:Envelope…
-
Ok, I've changed the SOAP Call Elements To the Following: <?xml version="1.0"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:inf="http://schemas.solarwinds.com/2007/08/informationservice" xmlns:prop="http://schemas.solarwinds.com/2007/08/informationservice/propertybag">…
-
I have this same issue as well. I have installed SP1 for version 10 and it still happens. If anyone knows of a resolution, Please let me know. Thanks,