Jump to content

Has someone already created a way to send a URL to a jasper server from within an Oracle stored procedure?


nancy.faircloth

Recommended Posts

I am newborn to Jasper, coming from Oracle Reports; we currently have a stored procedure running nightly that uses HTTP utility to send the URL to the reports server with parameters to save the output in a Linux filesystem.  The series of Oracle Reports paramenters look like the string below; is there an equivalent call to the Jasper Reports server?

"http://hostname:port/reports/rwservlet?server=RptSvr_r3&report=DELIVERABLE_LGL_RPT.rdf
&userid=userID/pwd@ORCL
&destype=FILE
&desformat=pdf
&desname=/my_absolute/file_path/LK181_JAN_2016_DELIV.pdf
&myparm_contract='LLKLL'
&myparm_report_beg_d='1/1/2016'
&myparm_report_end_d='1/31/2016'

I am grateful for any direction I can get!

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Does Oracle Report save a pdf file to a linux file system just by calling that URL or it is returning  pdf file?

JasperReports Server professional version is able to save a scheduled report to a file system but a community edition may not.

JasperReports Server (both professional and community editions) support web api's so users would be able to generate reports but the report is sent back as a reply to the request. Just attach j_username and j_password to the uri.

http://community.jaspersoft.com/documentation/tibco-jasperreports-server-web-services-guide/v62/running-report

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...