Re: How to send/Copy reports from BI launch Pad Inbox to File Server
Rakhy, You might want to try running a couple of queries in QueryBuilder to see if there's an obvious property available for this. 1. Get the SI_ID value of a user's Inbox (in the CMC, find the...
View ArticleRe: How to send/Copy reports from BI launch Pad Inbox to File Server
Thanks Dell/Prithvi for your suggestions. Once I copied files from Inbox to server, I am able to set inbox reports as read using below code. boInfoObject.setMarkedAsRead(true);...
View ArticleRe: Viewing Crystal Reports Enterprise using Java SDK?
Hi Faraz, As replied by Dell and Prithvi, JAVA SDK cannot be used for CR4Enterprise reports. You need to use REST APIs. Can you please mark the question as answered? RegardsSumitesh Ranjan...
View ArticleAutomatic activation of universe through programming in BOBJ Java SDK
Hello all, This is to inform you that we are working upon a scenario of activating modified universes through programming in BOBJ Java SDK. We have built an universe which is based out of a table in...
View ArticleRe: Automatic activation of universe through programming in BOBJ Java SDK
Hi Ram, Let us know the BO product version with patches(if any).Also the type of universe(.unv or .unx) Thanks,Prithvi
View ArticleRe: Automatic activation of universe through programming in BOBJ Java SDK
Hello, We got BOBJ 4.0 SP6 and the entire is completely new and hence we have opted for .unx universe.Kindly let me know if you need anything more. Best Regards,Ram
View ArticleRe: Automatic activation of universe through programming in BOBJ Java SDK
Hi Ram, The requirement which you have cannot be currently addressed using the java sdks.For .unx universes, there is Semantic Layer Java SDKs, however for BI 4.0 version it is with limited...
View ArticleRe: How to send/Copy reports from BI launch Pad Inbox to File Server
One more question, As you guys know I am scheduling reports to INBOX, if report fails for some reason I would like to re run the report for couple more times. InCMC, under Schedule -> Recurrence I...
View ArticleRe: How to send/Copy reports from BI launch Pad Inbox to File Server
I haven't done this, but I would take a look at the properties of ISchedulingInfo to see whether you can do it there or if you have to access the property through IProperties. -Dell
View ArticleRe: How to send/Copy reports from BI launch Pad Inbox to File Server
Use the method void setRetriesAllowed(int newVal) from the ISchedulingInfo interface. Thanks,Prithvi
View ArticleRe: How to send/Copy reports from BI launch Pad Inbox to File Server
Thaks Prithvi and Dell for your suggestions. I will use setRetriesAllowed(int newVal) from the ISchedulingInfo interface. Regards,Rakhy.
View Articlehow to provide multiple links in a single JSP
Hi Experts, I am done with a single doc link in jsp file ,now my requirement is to use a single jsp file for multiple docs.Like I have 10 WEBI reports and I want to open it from separate application...
View ArticleRe: how to provide multiple links in a single JSP
Hi Vikas, You can use something like the below code=================================== <%@ page import="com.crystaldecisions.sdk.framework.CrystalEnterprise" %><%@ page...
View ArticleRe: how to provide multiple links in a single JSP
WOW that works in a single go.You are awsome man.Thanks again
View ArticleTarget=_blank is not working in XML code
Hi Experts,I have very basic question I am passing an extenal URL in XML code but target=_blank is getting ignored. <a href="http://localhost:8080/VikasSSO/Test.jsp" target="_blank">Click...
View ArticleHow to read data from SAP database in java?
Hi All , I want to read some tables from SAP database in java? How to connect to SAP database in java.I want to read the data from SAP NetWeaver BW 7.3. Please help..
View ArticleCan't Open a ReportClientDocument
Hello all, I have been trying for some time now to open a Crystal Report using Java. However, every time I try, it always fails at "reportClientDoc.open(REPORT_NAME, 0);" with varying errors. Every...
View ArticleRe: BI SDK - How to compare reports before- and after- migration
Hi Vincenzo, I was listening to some SAP webinar in which they explained "SAP planned to release a tool which can generate a webi report showing the differences before and after migration of the webi...
View ArticleRe: Can't Open a ReportClientDocument
Unlike earlier versions of Crystal, Crystal 2013 (and 2011) don't include the SDK on installation. Are you opening the report from a Crystal Reports Server or BusinessObjects system? If so, which...
View ArticleSSO for 10 named users
Hi Experts, I need your advice .I have 10 Named user license and I am hitting BO document from another application .Because user wants a SSO concept like user will just login into application which has...
View Article