##base## outdated

I figured it out. It's because I was using single quotes around the plant 'MfgSys' and I need to use double quotes "Mfgsys"

everywhere else the query designer it wants singles.

Now it works.
So I'm getting this error when trying to create and updateable BAQ. Per earlier conversations I looked for outdated BO and there are none. The ##base## seems to be what is causing the error, and when I go into the Updateable BAQ method directives, I fins the ##base## directive and click on the design, it says that it's an automatically generated code. I'm assuming it's from my query. Below are the two different errors that I get.

Does anyone know how to fix this?

BPM DQ Customization attached to the ICE.RAPAT/CycleCountDashboard.Update method contains outdated directives:
    '##BASE##' (BaseProcessing)

   One or more BPM directives are marked as outdated due to compilation errors. Please inspect and correct.
Method: Ice.RAPAT/CycleCountDashboard.Update, Directive: ##BASE##, Compile error(s):
Error CS1012: Too many characters in character literal [RAPAT_CycleCountDashboard.Update.cs(348,58)]
Error CS1012: Too many characters in character literal [RAPAT_CycleCountDashboard.Update.cs(364,180)]