FRM-41214 Error when trying to save file to location outside the Oracle Application Server.
Hello Everyone,
I am very new to oracle. I am working on a question that I don't even know much about.
Our programmer is writing a code that does 2 things.
It will save a report (PDF) to the Oracle Application Server for Review.
She wants to be able to save it to another location.
This location is a mapped drive to a windows active directory.
This process calls an Oracle report from the forms server and saves the report to another location.
When the report is generated it runs fine but when it is saved, it causes an error.
repid := FIND_REPORT_OBJECT('PURORD_PRT');
I am very new to oracle. I am working on a question that I don't even know much about.
Our programmer is writing a code that does 2 things.
It will save a report (PDF) to the Oracle Application Server for Review.
She wants to be able to save it to another location.
This location is a mapped drive to a windows active directory.
This process calls an Oracle report from the forms server and saves the report to another location.
When the report is generated it runs fine but when it is saved, it causes an error.
repid := FIND_REPORT_OBJECT('PURORD_PRT');
0