Re: Scheduling Publications in 4.0 fails.
Hi Vegar, Try adding the following line in your code before scheduling your publication: webi.setUserInputLocaleName(di.getProperties().getProperty(PropertiesType.BASE_LOCALE)); where webi is an...
View ArticleRe: Using user defined library function in java crystal reporting
Hi Shreyans thanks for the link, but that didn't work. If you are a java programmer you can simulate the problem I have mentioned above. In-fact I have mentioned/made entry for the class file of...
View ArticleHow to check given sessionId has logged in
Hi all, I have integrated business objects with my custom application. User views report and inside this report there is my custom page which was added as html component.I want to authenticate client...
View ArticleRe: Scheduling Publications in 4.0 fails.
di is the object of DocumentInstance class.The class can be found in Report Engine java sdks api referrence guide. Thanks,Prithvi
View ArticleBI plateform java SDK for BO 4.1
Hello Experts, I m currently using BO 4.1 SP01, and I m looking for the BI plateform java SDK for BO 4.1. I already looked into: http://scn.sap.com/docs/DOC-27465 , but there is no BI plateform java...
View ArticleRe: BI plateform java SDK for BO 4.1
Hi Adbess, You can find the documentation from http://help.sap.com Navigate to Analytics-->Business Intelligence-->Business Intelligence Platform(Enterprise)-->SAP BusinessObjects Business...
View ArticleThe import com.crystaldecisions.sdk.occa.report cannot be resolved
Hello Experts, The code below is as per SAP NOTE 1722438 - How to retrieve failed instance information stored in the cms repository using BusinessObjects Enterprise SDK. I have an issue1. I am not able...
View ArticleRe: The import com.crystaldecisions.sdk.occa.report cannot be resolved
Hi Peter, I am assuming that you are trying to execute this code on BI 4.0 version. Make sure you have CrystalReportsSDK.jar file included in your project.The class for which the exception is thrown is...
View ArticleRe: The import com.crystaldecisions.sdk.occa.report cannot be resolved
Anchal, Thanks for the response. Yes I am using 4.0 SP6 P1. Adding CrystalReportsSDK.jar file resolved the issue.
View ArticleRe: get webi document schedule info getType()
Prithvi, In the same code I have three questions (highlighted below)1. What if the Objects are not scheduled at all? That is 'Now'.2. The Nth Day of Month Prints as it is. How to get the actual day?3....
View ArticleRe: Problem with a jar file rebean.wi when updating 3.1 to 4.1
Hi, I add all the jar's and proceed to remove all the un-necessary jar (I can't load so much jar in our project). The project is working on my local computer Thank you !
View ArticleBO 4.0 Binding error
Hi, Since I succeed to run my code with new jars, I tried to add everything in our project. But I get a strange error of binding and I do not find any information about : Caused by:...
View ArticleRe: Exporting ReportClientDocument as an excel or PDF
Hi Shreyans, Thanks for the inputs. Dont mind my delayed reply as we have been trying different configurations in different environments for making sure that we are not missing any time out properties....
View ArticleCrystal Reports - 10 min report generation error
Good day, I would like to seek your advise on how to solve our problem. Currently, we are using java to connect to Crystal Reports Server and generate crystal reports to be shown in a crystal reports...
View ArticleRe: IEnterpriseSession.getSerializedSession too long
Hi Pavel , We are facing the same issue with you,have you found the workaround now? Best regards,Sciano
View ArticleExporting ReportClientDocument as an excel or PDF
Hi all, I am really sorry to say that it was a false alarm that we could not resolve the issue even after giving read/write access to the executing user to write the excel file to temp directories, as...
View ArticleRe: Crystal Reports - 10 min report generation error
Hi, Try This, Stop tomcat server to set the timeout in infoview you need to change the WEB.XML.located in: <BO INSTALL PATH>\Tomcat55\webapps\InfoViewApp\WEB-INF find for the snippet code:...
View ArticleRe: Crystal Reports - 10 min report generation error
Hi Jake, I believe you are suing RAS SDKs to open your reports.Try to increase the timeout in clientsdkoptions.xml file. Below are the settings to be done. Copy clientSDKOptions.xml file from <BO...
View Article