Re: Changing and customizing the web intelligence prompt dialogue box
Hi Hossam, I think we dont have the option to customize the Prompt in the Web Intelligence to appear in the report. If you are trying to any changes to Web Intelligence with Java you are going to end...
View ArticleRe: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error...
Hello John, I am also running into this issue. I followed the same solution steps as you did and it remains an issue. If you have figured this out please share your solution. Thanks Bryce
View ArticleRe: Crystal Server 2013: How to troubleshoot "Can not create temp file----...
Hello Henry, I am facing the same issue, or at least the same error. Did you get it resolved? If so, what was the problem? Thanks Bryce
View ArticleRe: ReportEngine Java SDK and Error RWI 00226
Hi, Make sure you use the correct version of libraries. In my case, I had the same error using Report Engine SDK version 3.1. I changed the version of the libraries and I got passed that point. I am...
View ArticleCrystal Enterprise Report Application Server 9 upgrade
Hi all I have a server installed Crstal Enterprise Report Application Server 9.we want to upgrade it due to some application problemis it upgrade to Crystal report 2008 ??
View ArticleRe: ReportEngine Java SDK and Error RWI 00226
Hi Raghunath, You can refresh a DocumentInstance, however you cannot get the structure of the document, as that feature is among lot others which were deprectaed from version BI 4.x. You would need to...
View ArticleHow to extract prompt values from recurring webi instance
Hi, I have few recurring instances (webi/deski) in BOE 3.1. I want to extract its prompt values. How to achieve it. I have queried the ci_infoobject table for si_instance=1 and si_recurring=1. (I...
View ArticleRe: How to extract prompt values from recurring webi instance
You can do one of two things: - Work with the IProcessingInfo from the IInfoObject and then parse through the IProperties. - Cast the IInfoObject as an IWebi and then get the IWebiProperties. -Dell
View ArticleRe: Crystal Enterprise Report Application Server 9 upgrade
This is not really a Java SDK question and should probably have been asked here: http://scn.sap.com/community/bi-platform However, you have several upgrade options: - If you upgrade to Crystal Reports...
View ArticleRe: How to extract prompt values from recurring webi instance
You can use the attached code as a referrence.It retrieves the promt name and values from the infoobjects processing properties. Thanks,Prithvi
View ArticleRe: How to extract prompt values from recurring webi instance
Hi Dell, I am having a strange issue. When I queried this recurring instance in Query Builder it doesn't have any entries for WebiPrompt. But when I reschedule the instance I am able to see 6...
View ArticleRe: How to extract prompt values from recurring webi instance
Hi Prithvi, The webiprompt entry is missing ci_infoobjects table. Even when I create a new webi report the entries are not getting made. But the reports are refreshing properly. How to address this?...
View ArticleRe: IE 11 not displaying report parameter window
Hi Arpan,we had the same problem, still I am not found any solution. Did you fix this issue?if you solved please post the solution. ThanksDominic
View ArticleRe: IE 11 not displaying report parameter window
If you're not connecting to BO, your best bet would be to ask your question here: SAP Crystal Reports, version for Eclipse. Odds are you need to get the latest version of the SDK in order to be...
View ArticleRe: Column headers not exported to excel in data only format
Try setting the format options in the reportClientDocument IExportOptions opts = new ExportOptions(); opts.setExportFormatType(ReportExportFormat.recordToMSExcel2007);...
View ArticleGet List of Users and their full name in tabular format using SDK
Dear Experts,Is there a JSP code for getting list of Business Objects users, their names, and their types of authentication (like some can have Windows AD, LDAP, Enterprise or all of them) , in tabular...
View ArticleRe: Get List of Users and their full name in tabular format using SDK
I have a "UserInfo" class that I wrote that gets this information. I store the UserInfo objects in a HashMap indexed by SI_ID, then cycle through them to output the info into a csv file. Here's the...
View ArticleRe: IE 11 not displaying report parameter window
Dell,Thanks for the Replay, Sorry I am using .NET SDK not for java SDK. I have using SAP crystal reports version (13.0.5.891) in visual studio 2012 web application. and Win 7 SP1 , IIS 7.0I have a...
View ArticleTemp File not getting deleted. WAS 8.5
We are using Crystal Report in Web Sphere Application server (8.5). None of the temp file created in /tmp by Crystal report is getting deleted. We end up recycling the JVM to get rid of file open...
View ArticleRe: IE 11 not displaying report parameter window
Update to SP 13: SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads And for "SAP Crystal Reports, developer version for Microsoft Visual Studio", post...
View Article