Re: Trying a Java code
You would need to case the infoobject as IWebi instead of IReport as IReport is an interface to reference crystal reports. Please refer to the dev guides available at help.sap.com for understanding the...
View ArticleRe: Crystal Reports calling Cascading prompts through UI
Hi Dell, I could not figure out where to start, Can you please help me. Thanks!
View ArticleRe: Crystal Reports calling Cascading prompts through UI
If you go to RESTful Web Services space here RESTful Web Services SDK you'll find links to a lot of information to get you started, including the documentation. Here are a few other links: Exploring...
View Article[BO XI3.1, JAVA] Jars for Desktop Intelligence document
Hi all,Can anyone tell me which jar can I import to open/modify and retrieve data (Objects, Queries...) a Desktop Intelligence document?For Web intelligence document I use jars that are located in :...
View ArticleRe: Crystal Reports calling Cascading prompts through UI
This seems to be like an error connecting to http:// http://XXXXXX:6400/biprws/logon/token?Accept=Application/Json&Content-Type=Application/Json. The response status was 0.Check out the W3C...
View ArticleRe: [BO XI3.1, JAVA] Jars for Desktop Intelligence document
Hi Hajer, Desktop Intelligence documents are partially supported through Report Engines SDKs in XI 3.1. You can only perform the following through Report Engine Java SDKs:1. Viewing2. Refreshing3....
View ArticleRe: Crystal Reports calling Cascading prompts through UI
http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41sp3_cr_restws_en.pdf Here is the document what i received from other forum.I'm not sure how accurate it is. Thanks!
View ArticleError while refresh of document:WSR 00102 Illegal argument (Suspicious...
Hi , I am refreshing the report with the Date-time parameters but i am getting the WSR 00102 Illegal argument (Suspicious identifier(s): [14, 15])Below are the values of these parameters: <parameter...
View ArticleRe: [BO XI3.1, JAVA] Jars for Desktop Intelligence document
Hi ShailendraThanks for your replay.I've already tested all this, but I get blocked some where:This is the query I use to extract Webi and Deski : query = "select SI_ID,SI_CUID,SI_NAME,SI_PATH from...
View ArticleRe: [BO XI3.1, JAVA] Jars for Desktop Intelligence document
Unfortunately, this is not possible using the Java SDKs. See thread Deski SQL Queries Also you can refer to SAP Note: 1395501 - Is it possible to retrieve Desktop Intelligence SQL query using Java...
View ArticleRe: [BO XI3.1, JAVA] Jars for Desktop Intelligence document
Thanks For the replay,The macro I found is in VBA :Dim boDataProviders As DataProvidersSet boDataProviders = ThisDocument.DataProvidersFor i = 1 To boDataProviders.Count If...
View ArticleRe: [BO XI3.1, JAVA] Jars for Desktop Intelligence document
There are no corresponding methods in java available as this feature is not implemented for desktop intelligence reports(deski) in java. Please refer to Shailendra's post above, where it is mentioned...
View ArticleRe: Error while refresh of document:WSR 00102 Illegal argument (Suspicious...
I believe you are using Restful webservices.Post your queries to below forum for better response as it is dedicated space for Restful webservices queries.RESTful Web Services SDK While posting your...
View ArticleRe: Error while refresh of document:WSR 00102 Illegal argument (Suspicious...
Hi Gaurav, How did you format the date sent in answer? Best regards,Anthony
View ArticleRe: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error...
Hi, We face the same problem with some BI4 reports.The same report works well with the "Crystal Reports Viewers API", as used in Infoview, but not with the "Report Application Server (RAS) API".This...
View ArticleRe: How to Get List of Webi Reports in CMS which are scheduled?
Hi Aasavari. I have a question that maybe you can answer. Is there a query that I can use in Query Builder to find out the users that have viewed a report - or a set of reports, and how many times...
View ArticleRe: How to get a list of users in cms that have viewed a report?
Hi, You can not get these details from query builder as it does not record the action (e.g. View) that is performed on a particular object, this is recorded only in Audit database. You would need to...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
Also, here's the list of jars that I put in my build path:...
View Article