Re: parameter help
Hi Pawan, Are the reports managed or unmanged. If the reports are managed, what is the behaviour when you open the report from BILaunchpad. Also what is the BusinessObjects product version you are...
View ArticleRe: Getting error Exception in thread "main"...
Hello Subhradip Bose, Could you please let me know where we can find the dll files from? Also please let me know where to be placed in the eclipse workspace. Thanks in advance.
View ArticleRe: Crystal Server 2013: How to troubleshoot "Can not create temp file----...
Hi all, I managed to download the CRS 2011 Client Tools and install it as suggested by Dell. I replaced the jar files from the installation, and my application worked perfectly. In my case, the problem...
View ArticleThe viewer could not process an event. Failed to serialize object....
Hi All, Recently our crystal reports server got migrated to SAP Crystal Server 2013.I included the new jars in the JEE applications which use crystal reports and the application is building fine.When I...
View ArticleRe: The viewer could not process an event. Failed to serialize object....
Hi Bidya, Can you provide us more insight about the issue like: - What exactly you are doing in your application?- Application server being used?- Please try including all the jars from SAP Crystal...
View ArticleLicense requirements for Crystal Report 2013
Hi, We have a product which is a Java web application which uses Crystal report 2008 run time library to generate crystal reports. We have developer license and we have configured run time libraries in...
View ArticleRe: License requirements for Crystal Report 2013
Hi Alok, See the CR licensing info here.http://scn.sap.com/docs/DOC-21575 The licensing aspect for CR 2013 should be simillar to CR2008.As for the java SDK development Runtime for Web apps is free to...
View ArticleRe: License requirements for Crystal Report 2013
Hi Bhushan, Thanks for the information. We will contact the sales for further details.Can you share the link to download the java SDK development Runtime for Web apps for CR 2013. Thanks,Alok
View ArticleRe: License requirements for Crystal Report 2013
If you are using standalone reports ( no BOE) for your development, then you would need to use CR for eclipse.http://scn.sap.com/docs/DOC-29757 -Bhushan
View ArticleUnable to log on to the BIBO server using JAVA SDK
Hi ,I trying to logon to BIBO server uisng JAVA SDK server But I am getting getting .Please help me out regarding this. Code :String systemName = "@cms name"; String userName = "****";...
View ArticleRe: Unable to log on to the BIBO server using JAVA SDK
The first time that you log in from any machine through the SDK, you should use the server name. This will set up a registry entry for the cluster so that subsequent log-in's can use the cluster name...
View ArticleRe: Error: RWI 00011 using OutputFormatType.CSV
Hi Prithvi, Thank you for the feedback. I see you using the getDataProviders().getItem(dataProviderIndex). I am wondering which index is the right one to use and how many are there or how to find out...
View ArticleRe: Error: RWI 00011 using OutputFormatType.CSV
Dataprovider is the query you use in a webi report. you can get the list of dataproviders by applying a for loop and get the dataprovider information such as name. Based on that you could understand...
View ArticleRe: Unable to log on to the BIBO server using JAVA SDK
Hi Dell, Thanks for your reply.Actually server is installed in another system. I am trying to connect to the server from a different system, both are in same network. In the developer guide it...
View ArticleRe: Unable to log on to the BIBO server using JAVA SDK
Hi Vijay, The first method is the right way to connect to CMS from a java application.The exception you are getting states that there is a connectivity problem between the two machines. You may want to...
View ArticleRe: The viewer could not process an event. Failed to serialize object....
Make sure to remove the old version jars from your application context before you add the new version jars. Re build your project after adding the new jars and test the behaviour. Thanks,Prithvi
View ArticleRe: Unable to log on to the BIBO server using JAVA SDK
Hi Prithvi, I verified in my system, fire wall is off. But still I am getting Error. Do I need to add the port even when the fire wall is off. Thanks Vijay
View ArticleRe: Unable to log on to the BIBO server using JAVA SDK
Hi Vijay, Are you talking about windows firewall? Please confirm with the network team if there is a firewall over the network.Also, try to ping the BO server machine from your application server...
View ArticleRe: Unable to log on to the BIBO server using JAVA SDK
Server name is the name of the server where the CMS is installed. By default, the port is 6400 unless your BO admin has specifically changed it. -Dell
View ArticleCustom Event trigger not working from SDK
Hi I need to trigger a custom event from SDK. Below Code executes successfully but the trigger is not working.I scheduled a webi report based on this customer event. When I trigger the event from...
View Article