Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WUT-121: The file transfer has been forbidden by the Administrator

ShoubyJan 11 2012 — edited Jan 11 2012
Hi all,
I am using *'Forms [32 Bit] Version 11.1.1.1.0 (Production)'* & I am trying to transfer a file from my application server to the client machine by using webutil.

Here is my procedure

l_success := webutil_file_transfer.AS_to_Client_with_progress+
*(clientFile => 'C:\'||fname||'.txt'*
*,serverFile => 'D:\ebiz1\home\pivot\'||fname||'.txt'*
*,progressTitle => 'Download from Application Server in progress'*
*,progressSubTitle => 'Please wait');*


but it continuously Giving this error *'WUT-121: The file transfer has been forbidden by the Administrator'*

Please help
This post has been answered by CraigB on Jan 11 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2012
Added on Jan 11 2012
2 comments
2,823 views