Please see my other blog for Oracle EBusiness Suite Posts - EBMentors

Search This Blog

Note: All the posts are based on practical approach avoiding lengthy theory. All have been tested on some development servers. Please don’t test any post on production servers until you are sure.

Monday, January 10, 2011

WUT-121 upon downloading file from AS

Today one of the developer complained that he is getting WUT-121 as below while trying to download a file from the Application Server.



After investigations it was found that webutil.cfg has the following entry for the read directory while developer was using some other path
#List transfer.appsrv.read. directories
transfer.appsrv.read.1=c:\Temp

After modifying path in the application code according to the above setting resolved the issue.

No comments: