Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execution of BOE report from command line with params

Status
Not open for further replies.

kerplooey

Programmer
Sep 24, 2010
3
US
Has anyone been able to accomplish this? I know you can use the SDK to run through asp (et al) and do it but can you do it command line or through Oracle?

Thanks,

Ryan
 
Hi,
In XI I could use a URL like this even though the promptex- method was depreciated( your specifics will vary depending on your installation paths and security settings):
Code:
[URL unfurl="true"]Http://<YOURBOESERVER>/businessobjects11/viewrpt.cwr?ReportID=<YOURREPORTID>&USER=guest&promptex-yourparamname>=<VALUE>,...[/URL]

Add a promptex-paramname=value for each param in that report.




[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Hey thanks! I will give it a shot tomorrow.. I'll let you know how it works

Thanks!
 
This works if you call the url through the browser, but is there a way to call it via command line in unix or windows?
 
No, there is no way to call it via a command line. You would have to either invest in a third-party application (a good place to start looking for one is or write an application using the SDK to run the report - there are both Java and .NET SDK's available. There's also a COM SDK, but it's deprecated so it will be going away sometime in the future.

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top