Re: Delivering serialized session or logon token to external web app?
Hi Martin, I am facing same situation than you and I also considered using the trusted authentication until I reads following statement in java docs To enable trusted authentication on a client...
View ArticleUnable to determine installed languagesand Unable to set the ancestors
Hi! Each and every one here, I use BI 4.0,eclipse 3.5,CrystalReports2013,tomcat run and I have a few problems, also please help me solve the when I open a Crystal Reports with tell me error: one:-...
View ArticleAvoiding error: "The session has been logged off or has expired. (FWM 01002)"...
I have a process that is pulling security information for objects in my environment. After a specified number of objects have been scanned, I am trying to 1) close my current user session, 2) re-open...
View ArticleRe: Avoiding error: "The session has been logged off or has expired. (FWM...
Hi Brian, After you close the session and recreate the session, do you retrieve the IInfoObjects again from the infostore service or you are utilizing the the infoobject from the previous session? Here...
View ArticleRe: Delivering serialized session or logon token to external web app?
By "Client Machine", it really means "Server that your code is running on". So, in this case it would be the machine where Tomcat and BILaunchpad are running. Also, for BO 4.x, you no longer manually...
View ArticleRe: Avoiding error: "The session has been logged off or has expired. (FWM...
I think you hit it on the head. I'm still testing but it looks like while I was re-building my IInfoStore object, I wasn't re-building the IInfoObject (boInfoObject). Still testing but I will confirm...
View ArticleRe: Migrating to BI 4 - DocumentInstance.getPrompts() throws Exception
Hi Victor, Thanks for your post- it has helped me out a great deal. One thing I haven't been able to figure out (The lack of documentation on these methods is frustrating) is how to retrieve the...
View ArticleRe: Auto refreshing WEBI report in DHTML viewer.
Hi Ehud, Can you please paste the Code where it will call the "Refresh Data".We are XI R3 and we would like to Auto Refresh the Document every 5 mins without reloading the whole document. RegardsKiran
View ArticleRe: Issue with login into the BI Platform Server Using REST Web Services SDK
Praveen/Harold, we are having the same issue too and did what you suggested: running the curl as Administrator. But we are out of luck. Reading the documentation, it seems there is a problem with our...
View ArticleRe: Migrating to BI 4 - DocumentInstance.getPrompts() throws Exception
In case this helps anyone else, I found a solution: promptParameter.getAnswerInformation().getPreviousAnswer().eContents().get(x).eContents().toString(); iterate through a size() function with x to get...
View ArticleUpload different file types to BO using JAVA SDK
Hi experts, I m trying to upload a lot of files into Business Objects using Java SDK. For PDF files,I m using the function below to get the PluginInfo:...
View ArticleRe: Upload different file types to BO using JAVA SDK
Hi Abdess, Following is the code to publish a WORD document to BO repository : <%@ page import="com.crystaldecisions.sdk.exception.SDKException, com.crystaldecisions.sdk.framework.*,...
View ArticleRe: Migrating to BI 4 - DocumentInstance.getPrompts() throws Exception
Hi Mark, Sorry for delay. I can suggest you the following code example. private static final Locale DEFAULT_LOCALE = Locale.getDefault(); private final LocaleFormattings localeFormattings = new...
View ArticleRe: Delivering serialized session or logon token to external web app?
Hi Dell, Thanks for your answer. Documentation was a bit confuse when using the term ¨Client Machine´. It does works now but customer (I agree with him) does not agree this approach. Any user can try...
View ArticleReport Page Size/Orientation. Interface PageInfo in BI 4.0?
Hi, The development of the SAP BI 4.0 SDK Customization that we are planning requires to identify the Page Orientation (Landscape/Portratit) and size (A3/A4) of a given report. By checking the...
View ArticleRe: Report Page Size/Orientation. Interface PageInfo in BI 4.0?
Hi Alfons, As mentioned correctly by you, the PageInfo methods have been deprecated in BI 4.0 Report Engine SDK. There is no way using Report Engine SDK BI 4.0 API's to get this information. However,...
View ArticleMerge Excel
Hi Experts, Is it possible to merge two different reports in a single excel using java SDK. It is possible in BI 4.0, however, not sure about BO XI 3.1 Please suggest. Regards,Mitesh Joshi
View ArticleRe: Merge Excel
Hi Mitesh, Are you referring to webi reports?If yes, are you referring to multiple reports in a document or merging multiple documents? Awaiting your response. Thanks,Prithvi
View ArticleRe: Few questions on BI4.0 JAVA SDK
Hi, We are preparing to setup our environment to accept a application that will utilize Business Objects. We have been told that the application will use both the Java SDK and Web Services. In our...
View Article