Pattern errors when creating connection using Inclusion EndpointIssue <!-- 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; } .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; } --> Symptoms Custom pattern is created, in its connection section, last step is an inclusion connection type to another entry point, however upon creating this connection step and saving the pattern, similar error is displayed: Invalid ndl, NotSystemErrorEntry point type <inclusion endpoint CI type> in step <step name> in connection section <section name> is not defined on any pattern of relevant included CI. and/or the error below: Invalid ndl, NotSystemErrorEntry point type <inclusion endpoint CI type> in step <step name> in connection section <section name> does not match any containment rule. Release Any Cause For the error below: Invalid ndl, NotSystemErrorEntry point type <inclusion endpoint CI type> in step <step name> in connection section <section name> is not defined on any pattern of relevant included CI. This error means that no pattern is defined that contains an identification section with the CI type specified in the inclusion. By taking as example the out-of-the-box Jboss pattern, the inclusion connection is tied to the entry point type "Jboss Module inclusion" which is the entry point type of the identification section of the Jboss module pattern. The error below means that a containment rule is not properly configured: Invalid ndl, NotSystemErrorEntry point type <inclusion endpoint CI type> in step <step name> in connection section <section name> does not match any containment rule. Using Jboss pattern as example, we notice that there is a containment rule "JBoss Contains Jboss module", so if you are creating a custom pattern with inclusion connections, make sure that appropriate containment rules are created. Resolution Create containment rules in the Metadata EditorMake sure there is a pattern with same entry point type as defined in the inclusion connection step of your custom pattern.