PDR4124S

Section, Line number, Column number: The literal value literal is not allowed on the left side of the assignment operator (=).

What happened: Your rule file contains a rule in which a literal value occurs to the left of the assignment operator. EngageOne™ Enrichment requires a variable name to the left of the assignment operator. literal identifies the errant literal string.

What to do: Make sure all assignment statements consist of a variable followed by a assignment operator followed by a value expression.