Hi,
We have a BO 4.1 package, with WEBI.
I'am using report engine sdk from a remote java application (on a different server than BO) to remotely refresh some reports, & download the report in XML.
The java application is multi-threaded. i.e., multiple threads doing the workflow: login->set prompts, open document->refresh->getXML view->logout.
In the java application, frequently the call to SDK seems to be not returning back. I'am trying to debug what is happening behing the scenes. Any pointers related to below areas will be very helpful,
1. Is there anyway to trace the SDK java api call in the client, server side? Are there seperate logs that can be enabled in client, server side?
2. If an SDK call takes a long time, is there anyway to specify a timeout value - like 3 min. i.e., if the call takes greater than 3 min, then the call times out & returns back, without blocking.
Please share any suggestions you may have.
Best Regards,
Baskar