Network Management
Broken hyperlinks in Orion Maps after the upgrade to Orion Platform 2020.2.5
Orion Platform 2020.2.5 changed the way hyperlinks for objects inserted into Orion Maps are processed. If you created relative hyperlinks for objects on Orion Maps in Orion Platform 2020.2.4 and upgrade to Orion Platform 2020.2.5, you have to manually modify the hyperlinks.
First published date
Last published date
Overview
Product section
Cause
Resolution
- In the Orion Web Console, go to the map where the hyperlink with issues is.
- Click More > Edit on the map, and then select the object (rectangle, circle, or image) with the hyperlink.
- Expand the Behavior drop-down on the right and correct the hyperlink. You can use both relative hyperlinks and fixed hyperlinks. See the examples below.
-
To change the entire hyperlink, go to the linked view, copy the current address and replace the hyperlink with it.
-
If the link includes an ampersand (&), replace the ampersand with a question mark (?).
original: <hostname or ip>/Orion/SummaryView.aspx&ViewID=18
working in Orion Platform 2020.2.5: <hostname or ip>/Orion/SummaryView.aspx?ViewID=18 -
If you created a relative hyperlink in Orion Platform 2020.2.4, the link was prefixed with http://. To resolve the issue, remove http:// from the link.
relative hyperlink in Orion Platform 2020.2.4: ui/maps/management, automatically updated to: http://ui/maps/management
working in Orion Platform 2020.2.5: ui/maps/management
-