Re: SAP BOXIR4 Webservices SDK Login issues
Hi Prithvi, I tried the steps which you have provided and getting the same error. [7/17/14 10:12:38:558 EDT] 00000061 SystemErr R org.apache.axis2.AxisFault: constructor The exception is of a...
View ArticleRe: SAP BOXIR4 Webservices SDK Login issues
Also, can you list me all the R4 jars with versions to login into R4 environment using webservices SDK? I just want to make sure we both are on the same page. Thanks,Jinesh
View ArticleRe: Converting VBA code to Java with equivalent APIs
Hi Prithvi, For the refreshing and saving of the whole report, I can achieve that. But I am not able to section the report, you also agree on this. Based on your suggestion to use REST SDK, could you...
View ArticleRe: SAP BOXIR4 Webservices SDK Login issues
Hi Prithvi, I am able to successfully login now with the Websphere configuration changes as you suggested. Thank you so much for your help. Thanks,Jinesh
View ArticleSemantic Layer Java SDK in local machine without BO Client
Hi, I am using Bo4.1 sp3.I am working on semantic layer java Sdk in Eclipse IDE .Whether can we work semantic layer Java sdk using Eclipse in local machine without BO Client? I tried in eclipse...
View ArticleRe: Converting VBA code to Java with equivalent APIs
Hi Raghunath, Unfortunately, there is no sample available on SCN to the specific requirement you need of sectioning a report.I would suggest to go through the Webi Restfull webservices guide available...
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
Hi Kavitha, For running an application for SL SDKs, you require to set the below settings, without which you will not be able to run the application from ecllipse.Browse to the sl_sdk.jar file located...
View ArticleRe: JSP/WebViewer - set parameter values to display in Parameter dialog as...
What you will probably have to do is create you're own dialog to allow the user to set the parameters. The only other way to set the default values for the parameters might be to run the report with...
View ArticleRe: Converting VBA code to Java with equivalent APIs
Be aware, though, that the RESTful SDK only works with Crystal for Enterprise reports - it doesn't work with reports that have been generated in Crystal 2011 or 2013. -Dell
View ArticleRe: JSP/WebViewer - set parameter values to display in Parameter dialog as...
Dell,thank you very much for your response - that's what i was suspecting. I will probably go for doing my own dialog - we tried to avoid that because of the time this will take, but - that's life...
View ArticleHow to Schedule reports to SFTP server?
Hello friends, Can some one please give me an examples for scheduling reports to SFTP server using BOBJ SDK? Regards,Rakhy.
View ArticleRe: How to read History Status values of a Report
Hi Prithvi and Dell, When you get chance can you please have a look at my new post @ How to Schedule reports to SFTP server? Regards,Rakhy.
View ArticleRe: Adding dynamic data in home page of infoview
Hi Shreyas We're looking for an almost identical code that you have mentioned. Clearly you were successful in your attempt. Since we're completely unfamiliar with JSP, could you please share your code...
View ArticleRe: How to Schedule reports to SFTP server?
Hi Rakhy, Refer to the sample at Java Enterprise BE115 Schedule Report to Disk Using this sample you can schedule a report to disk.You would need to add the File System option in the adaptive Job...
View ArticleRe: Troubble when using XLS exporting from BO
To answer my own question, I've commented the line thrownewRuntimeException("Unexpected missing row when some rows already present"); in src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java - poi -...
View ArticleRe: How to Schedule reports to SFTP server?
Thanks Prithvi/Dell, I shall try that and update you guys. Regards,Rakhy.
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
Hi Prithviraj Thanks a lot for your response, it is extremely helpful. I had already come across the last link you have mentioned during the search for solutions at my end. It talks about JSP codes so...
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
Hi Kriti, As far as SAP support is concerned, it is recommeded to use the Java API's in an Web Application Archive Structure(WAR). Thus all the samples provided on SAP site would contain the...
View ArticleJSONObject["ancestors"] is not a JSONArray
I'm using the Crystal Reports 12.1 Java SDK. I receive this exception when a report initially loads and each time I page through the report: com.businessobjects.report.web.json.JSONException:...
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
I do a lot of "back-end" stuff with the SDK in Java that doesn't include a GUI. For these I export the code to a runnable .jar file using the "Package required libraries into generated JAR" option in...
View Article