Home
Analytics
Export Output to a server
mdu_gprabh
Hi,
I need to export the Actuate BIRT report output (PDF or Excel format) directly to a shared server path after the report is executed on the iserver
Thanks in Advance,
Prabu G
Find more posts tagged with
Comments
bhanley
There is a web services call you can execute against the iServer (via the IDAPI) called "<strong class='bbc'><em class='bbc'>DownloadFile</em></strong>". This will allow you to export any file from the iServer volume and save it to a locally-accessible disk.<br />
<br />
Is that what you need to do?
siva_birt
Hi,
I have the same problem. Can you help me by giving sample code how to use exec.downloadfile()?
Thanks...siva
johnw
The documentation on building IDAPI applications that interact with iServer is located here:
http://www.birt-exchange.com/be/documentation/R11SP3/mc/help/wwhelp/wwhimpl/js/html/wwhelp.htm#href=serverapi/about-USIT.html
In addition, under your iServer installation (assuming you have iServer iTech installed), there are tons of examples of downloading files there.