[CMDB-Relationship Formatter] All the relationships are not showing up on formatter with tree view (sometimes fails at specific level) specially in legacy formatterIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms On a configuration item's relationship formatter there might be some/all relationships missing even though there are relations exists for that CI in cmdb_rel_ci table. This can occur on some specific level within the tree view. Release All releases. Environment All. Cause Below are some causes for the tree view not to show the relationships (any view actually). Invalid relationships (Parent or Child CI on relationship record is empty)Relationship with orphan parent/child in it.Circular relationships (Like the same CI is being referred by another CI at some level like CI1 > CI2, CI2 > CI3, CI3 > CI1) Having any of the above reasons, the formatter will stuck in loop and or fails in formatting and will not load the relationships. Resolution Make sure there are no invalid relationships (first 1 and 2 causes).Make sure there are no circular relationships. Note: Recommended to use the new generation "CI Relations" formatter instead of older formatter "Legacy CI Relations". Additional Information CI relationships in the CMDB CI relations formatter Legacy CI relationship builder