Creating a file on the using WEBUTIL
110669Sep 22 2004 — edited Sep 22 2004Hi,
I'm running 10g and webutil in my local machine and it works as OAS, I have a form which download a data from the block into excel file. when I'm trying to run this form from my machine it works fine, it creates and downloads the data into the file with no problem. BUT when I run this particular form from other machine, it gives error WUF-201 indicating that it can't find the path for this form "on my machine which work as OAS".
in the webutil.cfg I have these setting to enable writing into the OAS
transfer.appsrv.read.1=c:\temp_write
transfer.appsrv.write.1=c:\temp_write
Do I need to do changes ?
Please HELP!!!