Comments
-
This does not seem like an issue caused by the system, but more like a permission or a memory issue. Check for r/w permissions for IIS in Network Atlas directory.
-
Network Atlas contains a feature called Linked Background. You can find it in the Home Ribbon. With the Linked Background function, you can easily set a URI which may point to a picture on the server or to a picture somewhere in the Internet.
-
the other option is to use Integrated Windows Authentication (if you want only the boss to see the page). See the Orion Admin Guide for more info.
-
I do not have the precise information for IP SLA Manager 3.5.1, but we tested 4.0 on 64bit Windows Server 2003 R2 with 8GB memory and quad-core processor. We had a DB server separately, and it had the same HW configuration. In this case, we were able to process around 4000 operations. However, our target devices we were…
-
You could create a custom SQL alert that would be triggered anytime there was a port with more MAC addresses, but you would not get any details about what happened, as this is currently not supported. You could, however, create a report that would list you all the ports with multiple MAC addresses. And perhaps, if you got…
-
The application failed to read the security descriptor for the shared folder that is stored in the registry on the remote machine. It tried to open "HKLM\System\CurrentControlSet\Services\LanManserver\Shares\Security" key. In this key, it was looking for REG_BINARY value with name equal to the share name ("Company…
-
Find the folder "Documents and Settings\<user name>\Application Data\SolarWinds\NetworkAtlas\Maps\Orion\localhost\NetObjects\User Graphics" on the machine where the Orion is running and you should see the file containing the picture there (if you started the Network Atlas at least once on this machine). Duplicate the file…
-
Hi, this is very generic error. Try to refresh the page few times, make sure all SolarWinds services are running (you may try to restart them). If this does not resolve your issue, or the issue happens often, please open a support ticket.
-
the correct way to do that is to go to the folder "Documents and Settings\<user name>\Application Data\SolarWinds\NetworkAtlas\Maps\Orion\localhost\" on the server where the Orion is running and create a new folder "NetObjects" and one more folder "User Graphics" in it. Then copy your pictures into it, so the path…
-
Tri-color is a special style that allows you to have different pictures for different statuses. If a picture for a selected status is not available, the picture is displayed as same as the default picture with a colored rectangle behind. Up is the default status, that is why the rectangle is not displayed there. Adding…
-
Hi, instead of sizing the map to the column width by changing its scale, you can adjust the column width (Click the Customize Page button just below the menu bar on the right). So the best size for maps is the size of the column in which the maps are.
-
hi, I just checked and I cannot reproduce your issue. Can you please contact our support?
-
Have you updated to the latest version?
-
Posting the result of offline discussion with curmudgeon: The issue is caused by the fact that Permissions Analyzer does not account for SID History. NTFS Access Control List for the selected file/folder contains an entry with a SID that is no longer the active SID of the selected user.
-
Can you post the log from the application here?
-
I agree with all but the grid's "bizzare" behavior. The grid should help you to position and size all objects using the grid lines.
-
What was the version you installed and what is the version you are trying to install?
-
I would start with WireShark. Install it on the machine where the TFTP Server is installed. Monitor the interface on which the TFTP Server listens and then initiate the transfer from the remote device. You should be able to see the communication there. If you do, make sure the port 69 is allowed on the firewall (or turn…
-
This one might work for you: select * from UDT_AllEndPoints where PortID in (select PortID from UDT_PortToEndpointCounts where EndpointCount > 2)
-
the node list may be hidden on the left side. try to move mouse over the left window border and find the position where the mouse pointer changes. if this does not help, check for the registry key HKEY_LOCAL_MACHINE\SOFTWARE\SolarWinds.net\MapMaker\Settings. Deleting the Settings might help too.
-
We have seen a couple of similar issues with spikes in Tx/Rx charts, and we know there is a bug in the calculation, alhough we were not able to find it yet. If you want to help us troubleshooting this issue, please open a support ticket and reference this thread.
-
Hello, please check the post for information on how to use custom graphics.
-
It is available for download on our website: http://downloads.solarwinds.com/solarwinds/Release/FreeTool/SolarWinds-TFTP-Server.zip
-
Here's the query with only one join SELECT UDT_UnUsedPorts.NodeID ,UDT_UnUsedPorts.Caption ,UDT_UnUsedPorts.DNS ,UDT_UnUsedPorts.IP_Address ,UDT_UnUsedPorts.PortID ,UDT_UnUsedPorts.Name ,UDT_UnUsedPorts.PortDescription ,UDT_UnUsedPorts.DaysUnused ,UDT_Port.OperationalStatus ,UDT_Port.AdministrativeStatus FROM…
-
What version of SFTP Server you have?
-
Hi, you might be interested in this thread:
-
Interface charts and gauges are reading values from ifTable (OID: 1.3.6.1.2.1.2.2) and ifXTable (OID: 1.3.6.1.2.1.31.1.1). Open MIB Browser gadget (in SNMP Tools folder in Workspace Studio) and read the two tables from the device. Check for columns ifInOctets or if OutOctets (ifHCInOctets and ifHCOutOctets respectively).…
-
Hi, map is designed to have images. Can you tell us what are you trying to achieve?
-
Miron, Network Atlas stores all maps and other custom files (backgrounds, node images) in the Orion database in the table called MapStudioFiles. When the application starts, the files are synchronized with the content present in user's local folder in Documents And Settings (Application Data\SolarWinds\NetworkAtlas). If…
-
This is a complicated issue. Map consists of two parts: HTML code for the image map, and the actual image. You can get the image for the map using the URL of the image you see on the resource (right click on the map, select "open image in a new window" or "copy image URL"). This way you can build your HTML resource to…