Documentation forSolarWinds Platform

Paste custom icons from the Windows clipboard into Network Atlas maps

This SolarWinds Platform topic applies only to the following products:

Hybrid Cloud Observability EssentialsHybrid Cloud Observability Advanced

DPAIMEOCNAMNCMNPMNTASAMSRMUDTVMANVNQM

You can paste graphics from the Windows clipboard into Network Atlas maps, and display an overlay behind them to depict their status.

Icons that you paste into Network Atlas are saved to the SolarWinds Platform database, and made available for reuse in other maps under the "Imported" icon grouping. Pasted icons saved to the SolarWinds Platform database can be used by remote instances of Network Atlas.

  1. Open the icon image in a graphics program, such as Visio or Photoshop.
  2. Copy the image to the Windows clipboard with the Copy command.
  3. Open the appropriate map in Network Atlas.
  4. Paste the image as a new object following these steps:
    1. Right-click on the map and then click Paste.
    2. Select Paste the Image From the Clipboard as a New Object.
    3. Enter a name for the image.
    4. Click OK.

    The added icons are also saved on the SolarWinds Platform server in the path %APPDATA%\SolarWinds\NetworkAtlas\Maps\Orion\<SolarWinds Platform server address>\NetObjects\Imported.

    %APPDATA% is typically located in C:\Users\<logged on user>\AppData\Roaming

Delete a custom icon

  1. Determine which file on the SolarWinds Platform server contains the icon (for example, mypicture.wmf), and delete the file.
  2. Start the Database Manager, and add the default server.
  3. Right-click the SolarWinds database, select New query, and execute the following query:

    delete FROM [dbo].[MapStudioFiles] where FileName = 'NetObjects\Imported\mypicture.wmf'

    Replace mypicture.wmf with the name of your icon file.

  4. Start the Network Atlas on the SolarWinds Platform server to delete the icons from the database.

    The icon is deleted.