Hello
We receive the following exception in the logs
org.apache.jasper.JasperException: a2i.search.FreeFormParameters.NewNumeric(I)La2i/search/NumericParameter;
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
....
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
at java.lang.Thread.run(Thread.java:534)
The code snippet behind the above exception is
FreeFormTableParameter freeFormTableParameter = new FreeFormTableParameter(tableName);
FreeFormParameterField fld5 = ((FreeFormTableParameter) freeFormTableParameter).GetFields().New("Priority");
fld5.GetFreeForm().NewNumeric(0).SetSearchType(StringSearchType.GreaterThan);
Could you please advise on how to resolve this ?
MDM Version: 5.5 SP03
Please let me know if you need more details.
Regards
Prakash