hi all,
when i am trying to generate a report with parameters , i got this error.,
REP-546: Value does not match mask 'dd-mon-rrrr'.ORA-01858: a non-numeric character was found where a numeric was expectedREP-0091: Invalid value for parameter 'S_DATE'. can any one solve this.,thanks,vidya
Is this one of the standard reports delivered with OTM or a custom report that you're developing? I ask because this error indicates that there is a mis-match between the datatype of the value sent and the datatype of the parameter in the report.
I'd recommend checking the datatype of the parameter in the report against the datatype of value which you are passing to the report.