Looks like you have a bit of confusion and incorrect coniguration. Sounds like you want one repeater to show all articles EXCEPT "archives".
If so then your Path property should be:
/Message-From-Ceo/%
.
Then in the WHERE condition, you should have this:
NodeAliasPath NOT LIKE '/Message-From-Ceo/CEO-Message-Archive%'
Then if you want to create a separate "archive" repeater, simply use the same values BUT set the path to:
/Message-From-Ceo/CEO-Message-Archive/%
and leave out the WHERE condition.