There is most likely something wrong with the bus-naming / bus-alias definition. But thats difficult to see with only a picture. If you could provide a complete project-archive the chance to get helpful answers is much higher.
What happens when you use the ‘Highlight Net tool’ on your busses or entries to your busses? Does that show the busses to be connected? Have you used labels to define the buses (its not entirely clear from this colour scheme?)
I think (one of) the problems may be how you’ve named your buses. There are fairly specific requirements for naming buses; I think you will want to rename your DataBus to D[0..7].
A vector bus is a collection of signals that start with a common prefix and end with a number. Vector buses are named <PREFIX>[M..N] where PREFIX is any valid signal name, M is the first suffix number, and N is the last suffix number. For example, the bus DATA[0..7] contains the signals DATA0 , DATA1 , and so on up to DATA7 . It doesn’t matter which order M and N are specified in, but both must be non-negative.
I’ll echo @mf_ibfeew that if you can attach your project it’ll be easier to help.
Thankyou everyone for the help. It is now solved. Changed out the GRDPWR to PWR_FLAG and also change name on the bus from DataBus to D[0…7] and the same on the AdressBus