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!

Error in WEBUTIL_FILE_TRANSFER.AS_To_Client if client ip path provided

user8954231Jan 13 2010 — edited Jan 14 2010
Hi All,

I am using forms Version 10.1.2.0.2 (Production)

In my application i have to transfer the "test.tif" file stored in application server to fax client machine. I have used webutil for transfer with ip address of the fax client.

x:=WEBUTIL_FILE_TRANSFER.AS_To_Client('\\10.10.10.33\fax\test.tif' , 'd:\temp.tif');

But its giving the error

*ERROR>WUT-131 [WEBUTIL_FILE_TRANSFER.DownloadInt] Invalid client file name 10.10.10.33\fax\test.tif. Cannot create client file.*

the webutil config file have following details added

#List transfer.appsrv.read.<n> directories
transfer.appsrv.read.1=d:\temp
transfer.appsrv.read.2=c:\temp
transfer.appsrv.read.3=\\10.10.10.33\fax
#List transfer.appsrv.write.<n> directories
transfer.appsrv.write.1=c:\temp
transfer.appsrv.write.2=d:\temp
transfer.appsrv.write.3=\\10.10.10.33\fax


Can someone please provide me solution in which i can specify the ip path of client machine for file transfer.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 11 2010
Added on Jan 13 2010
5 comments
3,165 views