Re: How to export BO report to PPTX using JAVA SDK
Hi All, we have the same problem, export PPT from WEBI.Are there any news? thanks
View ArticleRe: Web Intelligence Java Report panel Issue in BOXI R3.1
Hi, Thank you for the link but it did not help.I'm still facing the creating sessions hang
View ArticleRe: Web Intelligence Java Report panel Issue in BOXI R3.1
What version of Java are you using and what is the latest service pack/fixpack that has been installed on your BOE 3.1 system? -Dell
View ArticleRe: Web Intelligence Java Report panel Issue in BOXI R3.1
Hi Liran, Have you followed the steps provided in the readme.txt file? I would also recommend you to try running the sample code available at the link and see if it works. Regards,Rajarsh
View ArticleRe: Web Intelligence Java Report panel Issue in BOXI R3.1
Hi Dell, We are using BOE 3.1, SP3 with java version 1.6_75 Rajarsh, Unfortunately I’m not familiar with this code. I’m working with Denis Konovalov from SAP on this and we both doesn’t know how to...
View ArticleExport EXCEL data-only report using Java SDK
I am trying to export a report in EXCEL data-only format because I report is essentially a data only report and I don't want any formatting. How do I export the report in data-only format. Right now,...
View ArticleRe: Web Intelligence Java Report panel Issue in BOXI R3.1
Hi Liran, The above application opens the Java Report Panel to create a Webi Report with default efashion universe. Also it would be better to apply some logging or running your application in debug...
View ArticleRe: How to get list of Users,Groups,Folder and their access rights in BO 4.1
Hi SK, Please have a look at the below SAP KBA's and link, they doesn't contain exactly the code that you require but can be modified to achieve your requirement. 1778822 - How to list all the user for...
View ArticleRetrieving a list of reports for a specific category
Is there a way to retrieve a list of reports for specific category programmatically using the Java SDK? I started with this earlier message but wasn't able to to find any example of how this would work...
View ArticleRe: Retrieving a list of reports for a specific category
On Line 18, get list of all children of the category folder: String searchQuery = "query://{SELECT * FROM CI_INFOOBJECTS WHERE SI_PARENTID = " + infoObject.getID() + "}";
View ArticleOpendocument
Hello All, Please let me know if its possible to hardcode one enterprise user credentials in opendoc.jsp so that for every opendoc call only the hardcoded enterprise credentials will be utilized. If...
View ArticleRe: Trusted Auth token - expiration?
Thanks, Prithvi Is the timeout of the enterprise session simply defined by <session-timeout> in the <session-config> section of web.xml? /Noah
View ArticleRe: Issue with getAliases().addNew() in BO 4.0?
Is that the info you asked for? It's from the CMC -> Settings window. /Noah
View ArticleRe: Trusted Auth token - expiration?
You can refer to the below blog for session management understanding Session Management Bible As you are considering a third party application, you would need to consider the timeout settings of your...
View ArticleRe: Issue with getAliases().addNew() in BO 4.0?
No, This is not the version. Version something like 14.0.2 with some specific build number say 657 14 corresponds to BI 40 corresponds to the minor version BI 4.02 corresponds to Support Pack --- BI...
View ArticleRe: Issue with getAliases().addNew() in BO 4.0?
OK, thanks, so this us from the Control Panel: /Noah
View ArticleRe: Export EXCEL data-only report using Java SDK
Using the web services sdks, as far as I am aware of, you do not have an option to export an excel in data only format. What behavior you see, when you export a report directly from the Crystal Report...
View ArticleRe: Export EXCEL data-only report using Java SDK
Like I mentioned before, the report is a simple tabular report with no formatting. It is essentially a data-dump of the underlying SQL command. In the designer, when I export in Excel, I see small...
View ArticleRe: Export EXCEL data-only report using Java SDK
There are some very specific things you can do in the format of the report to get it to export cleanly to Excel. See the attachment on my second response on this thread for more info:...
View ArticleRe: Setup reports for (Un)Managed RAS
What version of CR/CRSE/BOE are you using?BuildVersion=12.6.0.1596.BOE_Titan_SP_REL Are you using CRS Embedded (OEM)?No Are you using the full BOE 4.x and wanting to use Unmanaged Reporting?BOE XI 3.1...
View Article