SQL92 Error


The "The process failed with an Exception: Error getting the input data from the record store. (Root Message: Non Supported SQL92 token at position: XXXX)" occurs when either the ATTRIBUTE or the VALUE part of the filter didn't exist.


For example, if the user has set the filter to refer to an attribute called "PRODUCTION_DATE", but the object you have applied the filter to does not have an attribute of "PRODUCTION_DATE", this error will occur.


To resolve this error message the user will need to change the name of your parameter in your process, find a filter that does what the user is looking for or create a new filter to meet the users' needs.