CMLS-507 — CML SWITCH command incompleteness found
The CML SWITCH command must have CASE branches covering all possible values of the tested expression. If you don't want to express them exactly, you can use the "any" value ('*').
The configuration contains a switch that was expanded with a value (%2) not covered by CASE labels.
Check correctness of the value and add proper CASE branch.