Solved! Go to Solution.
I can't tell from your pictures, but does the red service road have endpoints at the location of the green junction? I'm guessing it does not, and if this is the case, then I see why there is no connection. Your Dummy_point connectivity policy is set to Honor, so a connection requires end points for both the Service_roads and Ordinary_roads features. If you set the Dummy_point connectivity policy to Override, then it will override the end point requirement and allow connections at vertices. This means you do not need end points in the red service road at the location of the green junction, but you do need to have a vertex if there isn't one already.
I can't tell from your pictures, but does the red service road have endpoints at the location of the green junction? I'm guessing it does not, and if this is the case, then I see why there is no connection. Your Dummy_point connectivity policy is set to Honor, so a connection requires end points for both the Service_roads and Ordinary_roads features. If you set the Dummy_point connectivity policy to Override, then it will override the end point requirement and allow connections at vertices. This means you do not need end points in the red service road at the location of the green junction, but you do need to have a vertex if there isn't one already.
Thanks melinda, you've been very clear.