Re: To get List of Object used in Reports
thanks for the query Prithvi with above query we are able to get report id,report name,list of objects however is there any way can we get from which class the object we are getting in report and...
View ArticleRe: Custom Java Event
Whelp.. looks like I am out of luck:BO event base scheduling. I will still poke around in the auditing to see if I can work my way back that way, but it looks like my initial approach will not work.
View ArticleRe: How to retrive Sql Of Webi reports In One go
You can use the attached code to get the details folder wise.
View ArticleHow to disable the prompt when Auto refresh
Dear All, I made a JSP page to open the webi report, and add a Auto Refresh function.and the webi report has prompt, so the prompt always show up when refresh.Is there a way to ignore the prompt when...
View ArticleRe: How to retrive Sql Of Webi reports In One go
can you copy Paste ? I think the attachments do Not come Over
View ArticleRe: How to retrive Sql Of Webi reports In One go
<html><body> <%@ page import="com.crystaldecisions.sdk.framework.*, com.crystaldecisions.sdk.occa.infostore.*, com.businessobjects.rebean.wi.*,...
View ArticleRe: How to disable the prompt when Auto refresh
Can you let us know the product version of BusinessObjects(with Patches if any).Also how are you opening a report from your jsp page? Are you constructing open document urls within the page or are you...
View ArticleRe: How to retrive Sql Of Webi reports In One go
works Like Magic thanks Just to add the query does not further Reports and Sql information If it encounter any of the report error in between for any report ( like universe Not found .. 30270 error etc )
View ArticleRe: How to retrive Sql Of Webi reports In One go
Yes, you are right it stops once you get an exception. For that you can write an exception handler and and catch the exception as ask it to continue the execution. Thanks,Prithvi
View ArticleRe: To get List of Object used in Reports
Refer to the below blogGet universe objects used in a web intelligence document's dataprovider.
View ArticleRe: How to disable the prompt when Auto refresh
Hi, thanks for your response.BO Version: BO 4.0 SP4 patch 10I'm opening the report with openDocument.... regards,warrick
View ArticleRe: XI R2 JAVA SDK and Cluster question
Hi Adam Stone, What is the status with 4.1? Is the approach same as 3.1? Regards,Kashif
View ArticleRe: XI R2 JAVA SDK and Cluster question
Tagging Dell Stinnett-Christy and Ted Ueda also. For attention of both gentlemen. Await your valuable feedback. We are trying to access WebI reports using API but unable to connect using cluster name....
View ArticleRe: ISessionMgr.logon not working with cluster name
Hi Ted Ueda, Does the same behavior applies to BI 4.1 SP06? We want to connect to clustered BI 4.1 servers using Java SDK but using the cluster name so that BO internally can load balance. Regards,Kashif
View ArticleRe: ISessionMgr.logon not working with cluster name
You don't need to use a clustername. Once you connect to a CMS member, then the cluster members will be sent to the SDK client, and it would load balance.Regards, Ted Ueda
View ArticleRe: ISessionMgr.logon not working with cluster name
Hi Ted, Thanks for the quick revert. Can you confirm if that is the case for 4.1 SP06? Regards, Kashif
View ArticleRe: ISessionMgr.logon not working with cluster name
Also, if we do not use cluster name and use lets say node1(node1 and node2 cluster) when establishing the session and if node1 goes down, how will we be able to establish the BI session? Regards,...
View Article