I am using 12.2.1.4.0 Oracle Reports.
When using network path to run the rwclient, it is fine.
e.g.
rwclient.bat server=rep1 report=\\server01\temp\test.rep desformat=pdf DESTYPE=file DESNAME=\\server01\temp\test.pdf
However, If I map that into a drive.
e.g.
rwclient.bat server=rep1 report=O:\temp\test.rep desformat=pdf DESTYPE=file DESNAME=O:\temp\test.pdf
It returns REP-0110: Unable to Open File, but I had put those paths in the read/write list.
Is there a way that I can use rwclient with a map drive?