Re: Which Java SDK API should be used to obtain data from BO Query Builder?
Hi Dell Thanks for your response. I'm trying to create a platform-independent software, so using a batch script to run the jar file would make it Windows-specific. Is there any other way to include...
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
.jar files can be run on any OS that supports Java. For example, you would use a .sh file to run it on Unix/Linux instead of a .bat file. Or they can be run from the command line. -Dell
View ArticleRe: JSONObject["ancestors"] is not a JSONArray
Hi Stan I don't work with the CR Java SDK much, but doing a search for 'crystal jasonarray', I came across this: CrystalReportViewer - Setting parameter throws ancestor error on page navigation I only...
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
Hi Dell Thanks for your response. This is definitely one way of going about things. However, is there no common way to include these jar files for all OS? RegardsKriti
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
Hi Prithvi How would the .jsp code be integrated into the Java code? ThanksKriti
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
The .jsp are samples for understanding the work flow.You can include the code logic in a .java file by creating a class. Its similar to how you would be using any java API in your project. In similar...
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
Hi Prithvi This is great. Thanks a lot! RegardsKriti
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
My understanding is that any jar file is platform independent. So, if you package the library files into the jar file for you application you'll automatically get a jar file that should work on any OS...
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
Yes, jar files are definitely platform-independent. My question is how to include those files in the Java code through a platform independent method rather than writing separate scripts for Windows and...
View ArticleRe: Which Java SDK API should be used to obtain data from BO Query Builder?
The files are only an example of how to run your compiled .jar - they have nothing to do with whether the library files are included in that .jar. -Dell
View Articlecrystalreportviewers javascript, problems with hidden components
I've been struggling for the last 5 weeks to get the crystalreportviewer working in my webapp. It is SO close, but I feel like I'm missing something related possibly to the use of the...
View ArticleRe: Issue with http://localhost:6405/biprws/raylight in BO 4.0 SP5 Patch8
HI Anthony When Itry to accessthe documentationIgetthis error1 No session found in HTTP header X-SAP-LogonToken com.sap.webi.raylight.RaylightException at...
View ArticleBI 7.3 SDK
Hello everybody! We are trying to access data from our SAP BI (7.31) from an external Java (1.6 or 1.7) batch application using MDX queries (XMLA). We've been successful using Java 1.4 with some old BI...
View ArticleRe: Issue with http://localhost:6405/biprws/raylight in BO 4.0 SP5 Patch8
Hello José, Don't forget to add the X-SAP-LOGONTOKEN HTTP header to your REST request. Thanks and regards,Anthony
View ArticleProblem while exporting to CSV
When i am trying to export BO report to CSV through JAVA code ,I am able generate CSV file.But in the CSV file im getting data provider query name along with column header,that i dont want in my CSV...
View ArticleHow to set new prompts for Crystal reports
Hello friends, I am able to get Webi report prompts and updating them with new values and scheduling the report like below. Prompts prompts = widoc.getPrompts(); // Getting promptsupdatePromts(); //...
View ArticleRe: How to set new prompts for Crystal reports
Hi Rakhy, Please refer to the sample available athttp://scn.sap.com/docs/DOC-6274, which shows how to schedule a crystal report with parameters. Thanks,Prithvi
View ArticleRe: How to set new prompts for Crystal reports
Thanks Prithvi, Can you also provide me an example link for Scheduling webi reports and report destination to BI launch pad INBOX? Regards,Rakhy.
View ArticleRe: How to set new prompts for Crystal reports
I did a quick search here and didn't find anything specific to .NET. However, I did find a Java sample for scheduling to an inbox that you might be able to get information from. It's located here:...
View Article