Transfer a file from a report server to an application server [message #319990] |
Tue, 13 May 2008 11:22 |
jeunot0108
Messages: 21 Registered: April 2008
|
Junior Member |
|
|
Hi everybody!
I have a report server which is using by a remote application server.
In my application, when i call a report, a file is generated on that report server.
What i want is to transfer this file in a folder located on my application server.
That's why i'm looking for a function in oracle forms which can solve my problem.
Thanks
|
|
|
|
|
Re: Transfer a file from a report server to an application server [message #320021 is a reply to message #319990] |
Tue, 13 May 2008 13:32 |
Kaeluan
Messages: 179 Registered: May 2005 Location: Montreal, Quebec
|
Senior Member |
|
|
First thing to ask, why you want to transfer your file to your application server? If it`s because you have a form that need to access it, your form can issue the Host command to retrieve the file.
Or you can generate your file from the report server directly to your application server with report parameters like destype=File desformat=PDF desname=\\app_server\folder\aaa.pdf
hope it help
|
|
|
|