Hi,
I am trying to run reports (on AIX) through web using URL with some date parameters.
My database NLS_DATE_FORMAT is DD/MM/RRRR, and so I'm using the same to invoke reports.
https://<host>:<port>/reports/rwservlet?userid=<conn_string>&server=<svr_name>&report=<repname_with_path>&destype=CACHE&desformat=html¶m_form=no&mode=DEFAULT&PM_TDATE='14/04/2009'
However, this is failing with "Invalid Month" Error ( Terminated with error: <br>REP-771: 'afterpform': Fatal PL/SQL error occurred. ORA-01843: not a valid month ). The report when run with date in DD-MON-RRRR format runs absolutely fine.
https://<host>:<port>/reports/rwservlet?userid=<conn_string>&server=<svr_name>&report=<repname_with_path>&destype=CACHE&desformat=html¶m_form=no&mode=DEFAULT&PM_TDATE='14-APR-2009'
Is this a default NLS_DATE being picked / referenced by the Reports Server. What do I need to do if I want to force the Reports Server to expect dates in DD/MM/RRRR ?
am facing the same error when I invoke the report through rwclient
(params.txt has the param details)
rwclient.sh cmdfile=/tmp/params.txt
Cheers
[Updated on: Tue, 14 April 2009 06:13]
Report message to a moderator