Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Configure ORDS 3.09 and APEX 5.11 with ICAP server

Maleathe-OracleApr 3 2018 — edited Apr 3 2018

Good day, my customer needs to upload files into Apex (5.11).  They connect to APEX via ORDS (3.09), which is running on WebLogic server 12.1.0.3.

According to the ORDS documentation, we simply have to update the ORDS default.xml, and set "icap.server" and "icap.port".  We've done that, and restarted ORDS, but

when we upload a file into APEX, it seems to sping, then throws an internal error.  Our ICAP engineer does see traffic coming from our ORDS server, and it appears it's sending traffic back.

Does anyone know if additional configuration is required on ORDS, Apex, or the ICAP server (McAfee) for this to work?

I can't find any documentation on this.

Thanks,

Comments

HamidHelal

What is your form developer version and how you call the reports ?

add this

  Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');     

to get clear answer, post your code...

Hamid

Eslam_Elbyaly

i am testing my report from report builder 6i ,

there is no code ,

i do not call the report from form .

Andreas Weiden

The run-report-functionality in report-builder is just for previewing purposes. I don't think you enter supress the paramform. But you can syimply close it by using ENTER.

Zlatko Sirotic

See:

Tools -> Preferences -> Runtime Settings tab -> Parameter Form

ayadsufyan

you can hide the parameters from report builder

go to Tools  Menu  ->Parameter Form builder

it will give you the whole parameter

any parameter with  black highlighting   will   appear  when you call the reports

if you want to hide it , try to unhighlight it  by pressing to the parameter's name

hope it helps you .

Eslam_Elbyaly

>you can hide the parameters from report builder ,

i did so , but the paramform still appears without parameters .

i do not want it to appear .

1 - 6
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 1 2018
Added on Apr 3 2018
2 comments
269 views