How to display full labels on CIs when exporting Application Service maps to PDFIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> How to display full labels on CIs when exporting map to PDF Issue Some labels on CI icons on service map may be too long to fit into the designated text area, for example, for CI names or, more often, for host names. By default, the map view truncates long labels with … at the end, and provides a tooltip with the full label text. When exporting the map view to a PDF file, all labels that are truncated on the map view will also be truncated on the exported PDF view. Solution To override this behavior, navigate to Configuration > Application Services > Properties and choose the most convenient method of displaying long CI labels. Determine whether labels are truncated and, if so, whether they are truncated in map view, PDF view, or both. To do so, modify the sncCommonMap.RENDER_FULL_LABELS system property with one of the following values: Disabled – Default behavior, long labels will be truncated. Exported PDF only – Long labels will be truncated on map view, but will be displayed fully on PDF view. Map and PDF views – All labels are fully displayed on both map view and PDF view. Note: If a long CI label is not truncated, it may overlap with any surrounding elements and may not be fully visible. Control the horizontal distance between neighboring CIs on the map to provide more room for long labels and ensure that certain part of labels doesn’t collide with any other map elements. To do so, set the sncCommonMap. NODE_LABEL_WIDTH system property to the maximum desired width of CI node labels in pixels. This property has the following attributes: Applies to both map view and exported PDF viewApplies to all types of CI labels (CI name, host name, cluster label, etc.)Modifies horizontal space between CI elements