Skip to Main Content

DevOps, CI/CD and Automation

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to Display image on 11g report from a network folder

user1538329Jan 19 2022

Dear All
I want to display a picture in the oracle 11g report depending upon a variable i.e. EMP_CODE with a static network folder path i.e. \\10.1.1.81\emp_images\
I made a field on the report to display the employee image
and I set its property READ FROM FILE = YES and FILE FORMAT=IMAGE
But the following error occurs
"File '\\10.1.1.81\emp_images\111.JPG' not found. "
The path is correct because if I run the report in report builder, it shows the picture but when I call it from a form (deployed on WebLogic 10.3) it gives the above-mentioned error.
My platform is:
Oracle application server 10.3 (11g Forms & Reports) installed on windows server 2016
and oracle report builder 11g installed on widows 10 for development

Comments
Post Details
Added on Jan 19 2022
1 comment
675 views