Re: Where is BusinessObjects Enterprise Java SDK jars located(BO XI3.1)?
So I installed Business Objects Enterprise Clients Tools 4.0. Would this have the required all the DLL that come in SAP BusinessObjects BI Platform .NET SDK?
View ArticleRunning jars from BO CMC
Hello We need to call a java class from BO CMC. There’s no problem with HelloWorld sample as we added the run method and other needed objects like IProgramBase, IEnterpriseSession and IInfoStore...
View ArticleRe: Where is BusinessObjects Enterprise Java SDK jars located(BO XI3.1)?
Yes, if you're connecting to CRS 2011 or BI 4.0. You'll find the 32-bit assemblies on this path: <install folder>\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet\ipoint If you have...
View ArticleRe: Where is BusinessObjects Enterprise Java SDK jars located(BO XI3.1)?
Don't know why I see this error when I am creating the SessionMgr object even though I have the CrystalDecisions.Enterprise.Framework and CrystalDecisions.Enterprise.InfoStore referenced: SessionMgr...
View ArticleRe: Running jars from BO CMC
Hi Prata, You can develop a .bat file to execute the command line to update Data Federator statistics using .bat file. This .bat file can be published to CMC as Program Object and can be scheduled and...
View ArticleRe: Running jars from BO CMC
Thanks Anchal, Had think on that for a workaround solutuion but it's just strange that Data Federator Guide adresses a non-working fixture. Regards,Prata
View ArticleClosing the database connection after report in a server application
I searched these forums and the internet for a definitive answer on asking the Crystal SDK for java to close the jdbc connection after it has generated a report. We have been using the Crystal Report...
View ArticleUsing Java/COM SDK to create Universe and DeskI reports in BOBJ 3.1
Hello everyoneWe are in the process of migrating from a metadata store to BusinessObjects Universe and the plan is to use Java/COM SDK to accomplish that. We have run into limitations with both the...
View ArticleJAVA SDK - export to excel issue
Hello All, I have met some troubles during export to excel developing. Program works fine but I am quite surprised the final view of the excel file. The main code: IEnterpriseSession...
View ArticleRe: JAVA SDK - export to excel issue
Hi Bartlomiej, Try to use the beow line of code for exporting. BinaryView bw =(BinaryView)doc.getView(outputFormatType.XLSDataCentric); where doc is documentInstance object. Please let me know if...
View ArticleError: The service ReportEngines could not be found on the client side
Hi Guys, I am getting the below error message when i try to run the Program objects in 4.0 SP2 “ERROR 2013-07-19 06:10:42,984 [main] - Exception in findReport():...
View ArticleRe: Error: The service ReportEngines could not be found on the client side
Hi Cilambarasan, The service you are using looks fine.The same can be confirmed from the API referrence guide of Report Engine SDks for 4.0. Refer to the ReportEngines class. You will find the below...
View ArticleRe: Could not initialize class com.businessobjects.bcm.BCM
If you have this error with BI 4 deployed in JBOSS 5.1, just Explode the WAR file and the error will go away Its an issue with the way JBOSS 5.1 handles VFS...
View ArticleRe: JAVA SDK - export to excel issue
Hi Prithviraj, your tip helped me and the problem is resolved now. Thank you very much. Regards,Bart
View ArticleTraceLog file created when creating a trusted principal with shared secret key
I don't understand why it is creating a logfile even if we use Sharedsecret key insead of session. ISessionMgr sessionManager = CrystalEnterprise.getSessionMgr();ITrustedPrincipal trustedPrincipal =...
View ArticleRe: TraceLog file created when creating a trusted principal with shared...
Hi, You might mention the version you are using.Having said that, check whether you have set up the shared secrect through CMC-->Authentication-->Enterprise. Also check whether you have the...
View ArticleRe: TraceLog file created when creating a trusted principal with shared...
I just using Shared secret key not session, So do I still that ??
View ArticleRe: TraceLog file created when creating a trusted principal with shared...
Hi,Yes, you would need TrustedPrincipal.conf file. The shared secrect has to be matched with the value in this file, for logging to be successfull.For more details, refer to the developers guide of...
View ArticleSchedule a report Webi on behalf of other users using Java SDK's.
Our team is working on SDK, Web Services. We are on 4.0 SP5. I am trying to find a solution or code for this option. How to Schedule a report (Crystal / Webi / Deski) on behalf of other users using...
View ArticleRe: Adding dynamic data in home page of infoview
I was able to write the SQL in a jsp page and directing the output into a text file. Values to the pie chart would be the values from the textfiles. Thereby making it dynamic
View Article