Question : Saving PDF report Oracle Report Builder on Client using WebUtility

Dear All,

I have one form where the user can select the path he want to save PDF report (generated by Report Bulder) to (I am using Webutil). I set that path as DESFORMAT before calling the repot but when the report is run, it is saved on server (Application server) if the same path exists on server (e.g; c:\temp), otherwise it gives error.

How i can do this?

Regards

Answer : Saving PDF report Oracle Report Builder on Client using WebUtility

In Webutil.cfg file i change accessControl=FALSE and leave blank ....read.1
and ....write.1 as follows:

transfer.database.enabled=TRUE
transfer.appsrv.enabled=TRUE
transfer.appsrv.workAreaRoot=
transfer.appsrv.accessControl=FALSE
transfer.appsrv.read.1=
transfer.appsrv.write.1=

In this way, if accessControl=FALSE then we can save report anywhere on AS
and then after saving we can copy this report to client side by
WEBUTIL_FILE_TRANSFER.AS_TO_CLIENT().
Random Solutions  
 
programming4us programming4us