Calling Oracle Reports from Oracle Forms: Illegal character in query at index 69
Scenario: An oracle application called by using frmsal.jar (browserless). So far everything works well except for calling the report. When I call the report, I hit this kind of error, "Illegal character in query at index 69: https://<xxx.comp.com>:/reports/rwservlet?RunReport&REPORT=path\reportname.rdf&DESFORMAT=PDF&DESTYPE=LOCALFILE&PARAMFORM=YES&ENVID=<env>&COUNTRY_CODE=<country_code>¶m1=HQ¶m2=HQ¶m3=HEAD OFFICE&LANG=E"......
However, if I run the oracle application from the browser and calls the report, it worked well, with no error when it tries to load the report.
Question: Any configuration needed for the reports side, how will I solve this issue?