Quantcast
Channel: SCN : Popular Discussions - Java SDK Application Development
Viewing all 1701 articles
Browse latest View live

AtomFeedProvider ClassNotFound at Application Startup

$
0
0

Hello,

 

I'm migrating a java web application from Crystal Server 2008 to Crystal Server 2016 SP2.

We use the BI SDK to connect to our Crystal Server to run reports and display them in a web environment.

 

I've changed out all of the crystal jar files and the crystalviewer for the 2016 jars etc. based on what's listed in the Developers docs.

I've attached a screenshot of the crystal jars I have in my project.

 

When I start JBoss 8.2.1 (Wildfly) and the application war file is deployed I receive this ClassNotFound exception.  I was

able to find this class in the following jar file:   I've attached the stack trace.

java\lib\external\cxf-rt-frontend-jaxrs-2.3.8.jar

 

If I add that jar file to my application, the NoClassFound Exception is resolved but then underlying classes are not found so

the AtomFeedProviderXml is still not instantiated.

 

Does anyone know what would cause this class to try and load when my application is being deployed?

What is this class for?

com.businessobjects.enterprisetakeactionservice.internal.AtomFeedProviderXml

 

I have been unable to find anything in my project so it appears it being instantiated to support something else.

 

Any assistance would be appreciated.

 

Thanks,

Scott


Semantic Layer Java SDK in local machine without BO Client

$
0
0

Hi, 

 

I am using Bo4.1 sp3.I am working on semantic layer java Sdk in Eclipse IDE .

Whether can we work semantic layer Java sdk using Eclipse in local machine without BO Client? 

 

I tried in eclipse without Bo client,I got the below error.

 

Exception in thread "main" com.sap.tools.commons.exception.NestedException: Interface requested not found : csLIB

at com.sap.tools.commons.exception.NestedException.create(Unknown Source)

at com.businessobjects.mds.services.parser.decoder.DataFoundationSQLDecoder.getPRM(DataFoundationSQLDecoder.java:81)

at com.businessobjects.mds.services.parser.decoder.DataFoundationSQLDecoder.<init>(DataFoundationSQLDecoder.java:96)

at com.businessobjects.mds.services.parser.decoder.UniverseSQLDecoder.<init>(UniverseSQLDecoder.java:40)

at com.businessobjects.mds.services.parser.EncodeDecodeHelper.decodeExpression(EncodeDecodeHelper.java:301)

at com.businessobjects.mds.services.helpers.BindingHelper.decodeExpression(BindingHelper.java:250)

 

Can anyone help.

 

Regards,

Kavitha S

Converting VBA code to Java with equivalent APIs

$
0
0

Hi,

I have the following code that is in VBA that I would like to convert to Java with equivalent APIs.  What I mean is I want the program in Java to behave the same as that of the program in VBA code.  What it does is:

1) Open a document.

2) Add a filter variable - this is for sectioning.

3) Add a complex filter - this is to pull the content that belongs to the filtering (i.e employee Id).

4) Save the content to a file based on the filtering value and format.

I have been searching for in this forum to see any APIs that can do the same in Java, but I could not find anything.  Currently the VBA code processes Deski doucment and I want to do the same and Webi in Java.  Please help.  Thanks!  Code snippet in VBA enclosed below:

 

    Set myFilterVar = mydoc.DocumentVariables(in_filter_var)

    Set myFilterVarValueName = mydoc.DocumentVariables.Add("Value", "Filter_Value")

   

    If myFilterVar.ValueCount > 0 Then

        intNumChoices = UBound(myFilterVar.Values(boUniqueValues))

        'collect the number of choices in a variant variable

        myFilterChoices = myFilterVar.Values(boUniqueValues)

     

        For i = 1 To intNumChoices

   'Get the variable value

   strNextValue = Replace(myFilterChoices(i), "'", "")

       

   For j = 1 To TabCount

    Set myrpt = mydoc.Reports(j)

    'build filter

    If IsNumeric(myFilterChoices(i)) Then

     myrpt.AddComplexFilter myFilterVar, "=<" & myFilterVar.Name & "> = ToNumber(<" & myFilterVarValueName.Name & ">)"

    Else

     myrpt.AddComplexFilter myFilterVar, "=<" & myFilterVar.Name & "> = " & """" & strNextValue & """"

    End If

   

    myFilterVarValueName.Formula = strNextValue

    'recompute the report

    myrpt.ForceCompute

   Next j

           

   'now export to desired format, using the filter value as part of the name

   If g_report_file_type_id = pdf Then

    mydoc.SaveAs (lDir & mydoc.Name & "-" & strNextValue & ".pdf")

   ElseIf g_report_file_type_id = xls Then

    mydoc.SaveAs (lDir & mydoc.Name & "-" & strNextValue & ".xls")

   ElseIf g_report_file_type_id = both Then

    mydoc.SaveAs (lDir & mydoc.Name & "-" & strNextValue & ".pdf")

    mydoc.SaveAs (lDir & mydoc.Name & "-" & strNextValue & ".xls")

   End If       

        Next i

    End If

Document classes & objects?

$
0
0

Hello all, I have a need to pull the classes & objects out of my UNX universes & get them in to SQL tables so that I can have a "metadata repository" or data dictionary, where we can see what's in what universe.  Searching online & I found some tools to get this from UNVs but nothing for UNX.  It *seems* like we'll need to do this ourselves using the SDK.  I am not a programmer & will have to hand this off to my development group for hopeful help.  I've been trying to read up on this to figure out if it's even possible & I'm still a little murky, most of the SDK stuff seems to revolve around programmaticly changing your universes, I'm not seeing much about "pull down all the details of the universe".

 

So before I potentially send one of our developers on a wild goose chance I wanted to pose the question here -- is what I'm looking to do possible with the SDK?  Is the Java SDK the right place to do this?  Is it relatively trivial for somebody who knows their way around java?  Anybody know of anything like this that already exists? 

 

Thanks so much for any input you can provide!!

Error: Unable to find servers in CMS - Deploying in Sun Solaris Machine

$
0
0

Hi Experts,

 

My team is developing a crystal report java application that access CR Report in the CR server X1.

The report retrieval works fine in windows dev environment (using Tomcat or Oracle App Server (OC4J)).

But when we deploy it to Oracle App server in Sun Solaris machine, we encounter this CMS server connection error.

 

[error]

08/12/01 18:40:43 com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS <ip address> and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator.

cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServersDown: Unable to find servers in CMS <ip address> and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator.

detail:Unable to find servers in CMS <ip address> and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator.

The exception originally thrown was com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServersDown: Unable to find servers in CMS <ip address> and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator. and had the following message: Unable to find servers in CMS 10.188.12.108 and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator.

[error]

 

I'm pretty sure that that CR server is not down since we can access it in our windows machine.

This might be a common problem and experts out there can share some resolutions.

 

Thank you in advance.

 

Regards,

Rulix

A crystal reports IReportAppFactory.openDocument ,waiting for the openDocument () the method return value!

$
0
0

Hello everyone!

 

I use Eclipse to write a small program to open in the Crystal Report XI Server encountered a problem! The Java code is as follows:

 

  IReportAppFactory rptAppFactory = (IReportAppFactory) enterpriseSession.getService("", "RASReportService");

  System.out.println("-----Opening...");

  System.out.println("-----infoObject.Title:"+infoObject.getTitle());

  ReportClientDocument reportClientDocument = rptAppFactory.openDocument(infoObject, 0, Locale.ENGLISH);

  System.out.println("-----OK...");


And then in the JSP page to call this method!

 

The console to print:

-----Opening...

-----infoObject.Title:bookTest

 

Eclipse progress bar has been stuck motionless! Debugging display has been waiting for the openDocument () the method return value!

 

The bookTest.rpt statement can access InfoView through the browser address, browse content!

 

The Crystal is the new Report Crystal Report XI Server, is this what configuration? What steps are needed? What is the specific?

Please master answer, thank you!!!


-Alex

BOXI3.1: Error during migration -The system cannot find the path specified

$
0
0

Hi,

 

I'm trying to migrate my reporting server from BOXIR2 to BOXI3.1.

 

I have a Java App which uses the SDK to generate reports hosted on BOE.

 

I have updated the SDK and when i attempt to generate a very simple test report, i get this error:

 

The system cannot find the path specified.               
com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: The system cannot find the path specified.
---- Error code:-2147467259 Error code name:failed     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)

 

When i stepped through the codes, it occurred at this line:

ByteArrayInputStream aiStream = (ByteArrayInputStream)rptDoc.getPrintOutputController().export(exportOptions);

 

Does anyone know the cause of the issue? Some guide on what to check will also be helpful! Thanks!

To get List of Object used in Reports

$
0
0

Hi Team,

 

Do we have any SDK where we can get the list of objects used in reports.

 

Env:BO XI 3.1

 

Regards,

Shiva Gunturu


Crystal Reports - Jsp integration in NetBeans 8.1

$
0
0

I have developed my dynamic web application with MVC (Java and Jsp) using NetBeans 8.1 I have also designed two reports using Crystal Reports 2008. Now I want to integrate the reports into my application (jsp). What steps can I follow to achieve this? I have attached the jsp I am using in attempting to run my report but I am stuck. Please assist.

Regards,

Fred.

ReportEngineType cannot be resolved to a type

$
0
0

Hi,

 

I am working on BO 4.1 and getting the error "ReportEngineType cannot be resolved to a type". I know some jar files are deprecated in 4.1, any idea what is the alternative to this issue? Can i use SI_ProcessInfo in place of ReportEngine?

 

Thanks,
Arun

Loading a Dashboard .swf file

$
0
0

Can a dashboard .swf file be loaded into the CrystalReportViewer?

 

SPierog

Opendocument.jsp

$
0
0

I am trying to implement opendocument with the log in token. New to this. Environment is SAP BI 4.0 SP6 Java on Windows.

I have 2 questions

 

1. Where do I store new opendocument.jsp that I am creating

2. I do not understand the reason for this code in opendocument.jsp (this is taken from the example in the SAP document xi4_opendocument_en.pdf)

return ("http://<server>:<port>/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=Aa6GrrM79cRAmaOSMGoad

KI&sIDType=CUID&token=" + tokenEncode)

 

If the user calls in the urls with the new documents all the time does the code

iDocID=Aa6GrrM79cRAmaOSMGoadKI&sIDType=CUID from the url above limits to same document.

 

I am sure I do not understand this but can anyone explain how can I pass security token for multiple users calling multiple opendocuments

 

below the code I created for my opendocument.jsp

 

 

<%@ page import = "com.crystaldecisions.sdk.occa.infostore.*,

com.crystaldecisions.sdk.plugin.desktop.common.*,

com.crystaldecisions.sdk.framework.*,

com.crystaldecisions.sdk.occa.security.*,

com.crystaldecisions.sdk.exception.SDKException,

com.crystaldecisions.sdk.occa.managedreports.IReportSourceFactory,

java.util.Locale,

com.crystaldecisions.report.web.viewer.CrystalReportViewer,

com.crystaldecisions.sdk.occa.report.reportsource.IReportSource, java.net.*"

%>

 

<%

 

String serializedSession;

/* Set Enterprise Logon credentials. *

    String cms = "";
    String username = "";
    String password = "";
    String auth = "secEnterprise";
    IEnterpriseSession enterpriseSession;
    String token = "";

/

 

/* Log onto Enterprise and serialize the Enterprise Session. */

enterpriseSession = CrystalEnterprise.getSessionMgr().logon(username, password, cms, auth);

String logonToken = enterpriseSession.getLogonTokenMgr().createLogonToken("",30,100);

String tokenEncode = URLEncoder.encode(logonToken, "utf-8");

 

String url = "http://<server>:8080/BOE/OpenDocument/opendoc/openDocument.jsp?token=" + tokenEncode+"&iDocID=AeKTiOvM_DpBgQ9xiEPt7NE&sIDType=CUID";

 

response.sendRedirect(url);

 

 

%>

 

I will appreciate all the comments and responses.

 

 

Regards,

Igor Cotler

AxisFault Error: WSE 99999

$
0
0

Hello,

 

i'm trying to make a jar file that encapsulates all logic to interact with the webservices of bo,

when i'm executing it from my intellij idea it works perfect, however when i package it and try to run it

via coldfusion (installing the jar and calling my custom class) i get this error in my logging

 

i've searched all over the internet but couldn't find any explanations for this one..

 

please help :]

 

org.apache.axis2.AxisFault: constructor exception (Error: WSE 99999)

     at com.businessobjects.dsws.Consumer.CreateAxisFault(Consumer.java:767)

     at com.businessobjects.dsws.Consumer.propagateAsDSWSException(Consumer.java:859)

     at com.businessobjects.dsws.Consumer.<init>(Consumer.java:129)

     at com.businessobjects.dsws.session.Session.<init>(Session.java:142)

Can't Open a ReportClientDocument

$
0
0

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 time I figure out how to get rid of one error, another occurs at that same line.  The one that I am stuck on now is "com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com/crystaldecisions/common/keycode/KeycodeException---- Error code:-2147467259 Error code name:failed."  I think that this one may have to do with the fact that I just temporarily upgraded to the free trial of Crystal Reports 2013 to see if perhaps part of the problem was that Crystal Reports 2008 was too old for my JDK.  I have spent a lot of time searching the internet and trying different things in Eclipse to get rid of this error and haven't had any luck.  Does anyone have any idea what could be causing it?  I would greatly appreciate any help.

 

 

Thank you!

Maria

Use Java to update dataSource in a new JDBC connection to RPT

$
0
0

Hi All,

As the title, I have designed a RPT with the JDBC connection. Then the RPT will run on the customer's Environment , that should connect to customer's DB. And they want to do this thing in the Java background. So how to update the dataSource in a new JDBC connection . If you known ,please advice me. Thank you so much.

 

 

-Alex


[BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1

$
0
0

Hi all,

 

I work on an application Java which connects to BO 3.1 and posts all the webis of the reference table, extracts the requests, the universes and the objects of a report Webi I want to migrate to the version 4.1 of BO, I have to use the jars of the version 4.1 but I have the following exception :

 

Exception in thread "Thread-4" java.lang.NoSuchMethodError: com.rsa.jsafe.CryptoJ.isFIPS140Compliant()Z

  at com.businessobjects.bcm.internal.BcmRsaLib.initialize(BcmRsaLib.java:214)

  at com.businessobjects.bcm.internal.BcmRsaLib.<clinit>(BcmRsaLib.java:289)

  at com.businessobjects.bcm.BCM.<clinit>(BCM.java:1144)

  at com.crystaldecisions.enterprise.ocaframework.BCMInitializer.run(BCMInitializer.java:29)

  at java.lang.Thread.run(Thread.java:619)

Exception in thread "Thread-3" java.lang.NoClassDefFoundError: Could not initialize class com.businessobjects.bcm.BCM

  at com.crystaldecisions.sdk.occa.security.internal.ConfidentialChannelService.establishConfidentialChannel(ConfidentialChannelService.java:175)

  at com.crystaldecisions.sdk.occa.security.internal.ConfidentialChannelService.createConfidentialChannel(ConfidentialChannelService.java:145)

  at com.crystaldecisions.sdk.occa.security.internal.CCMap.locateCCItem(CCMap.java:63)

  at com.crystaldecisions.sdk.occa.security.internal.LogonService.doUserLogon(LogonService.java:845)

  at com.crystaldecisions.sdk.occa.security.internal.LogonService.doUserLogon(LogonService.java:805)

  at com.crystaldecisions.sdk.occa.security.internal.LogonService.userLogon(LogonService.java:210)

  at com.crystaldecisions.sdk.occa.security.internal.SecurityMgr.userLogon(SecurityMgr.java:166)

  at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon_aroundBody0(SessionMgr.java:454)

  at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon_aroundBody1$advice(SessionMgr.java:512)

  at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon(SessionMgr.java:1)

  at com.sqli.Utils.Connexion.connexion(Connexion.java:100)

  at com.sqli.UI.ConnexionBOGUI$5.run(ConnexionBOGUI.java:295)

  at java.lang.Thread.run(Thread.java:619)

 

 

There are the jars I use:

 

activation-1.1.jar

activation.jar

antlr.jar

asm-attrs.jar

asm.jar

xpp3.jar

xpp3-1.1.3_8.jar

xpp3_xpath.jar

xpp3_min.jar

xmlsec-1.4.6.jar

xml-apis.jar

xercesImpl.jar

XcelsiusServerSDK.jar

XcelsiusQuery.jar

XcelsiusApp.jar

xalan.jar

webi_proxies.jar

webreporting-jsf.jar

webreporting.jar

wilog.jar

wss4j-1.6.4.jar

wstk_java.jar

VISILUMS_plugins.jar

vsj-standard-3.3.jar

umpjni.jar

SetupWizard_en.jar

SharedObjects.jar

SIA_en.jar

sl_cdp_plugin_en.jar

sl_cdp_plugin.jar

SL_plugins.jar

slproxybridge.jar

SO.webi.adapter.jar

sslj.jar

stax-api-1.0.1.jar

SWFInjection_lang.en.jar

TraceLog.jar

ugv_services.jar

sdk.core.jar

sdk.core.server.common.jar

sdk.core.server.corba.jar

sdk.core.server.jar

sdk.core.session.cms.jar

sdk.core.session.jar

secOraApps.jar

secPSE1.jar

secpsenterprise.jar

secSAPR3.jar

secSiebel7.jar

serialization.jar

repo_proxy_jni.jar

repo_proxy.jar

repoaccess.jar

RepositoryProxyInterface.jar

rom.jar

rpoifs-14.1.jar

sap.com~tc~sec~csi.jar

sapjco3.jar

oda_en.jar

oda-api-services.jar

oda-bicsprovider_en.jar

oda-bicsprovider.jar

oda-bpc.jar

oda-core_en.jar

oda-core.jar

oda-ea.jar

oda-essbase_en.jar

oda-essbase.jar

oda-oracle.jar

oda-pcm.jar

oda-ssas_en.jar

oda-ssas.jar

oda-teradata.jar

oda-tom.jar

oda-xmla-core_en.jar

oda-xmla-core.jar

oda.jar

opensaml-2.5.1-1.jar

org.eclipse.emf.common_2.4.0.v200902171115.jar

org.eclipse.emf.ecore_2.4.2.v200902171115.jar

org.eclipse.emf.ecore.xmi_2.4.1.v200902171115.jar

org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar

org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar

pdfcollation.jar

pfjgraphics_driver.jar

platformsearchplugins.jar

platformsearchsdk.jar

platformsearchsdkcommon.jar

poi-3.1-FINAL.jar

postprocessing_oca2service.jar

principalFileImport.jar

probe-CR.jar

probe-sdk_en.jar

probe-sdk.jar

probe-WebI.jar

protobuf.jar

pub_common_en.jar

pub_common.jar

pub_document_en.jar

pub_document.jar

pub_processing.jar

publishing_oca2service.jar

pullparser.jar

QueryBuilder.jar

rampart-core-1.6.2.jar

rampart-policy-1.6.2.jar

rampart-trust-1.6.2.jar

ras21proc.jar

rascore.jar

rcpcommon.jar

rcpinterface.jar

RCPLibs.jar

RcpUI.jar

rebean.common.jar

rebean.jar

rebean.wi.adapter.jar

rebean.wi.jar

rebean.wi.model.jar

rebean.wi.server.commands.jar

rebean.wi.server.jar

rebean.wi.server.requests.jar

lcm_en.jar

libsw_en.jar

libsw.jar

log4j-1.2.12.jar

log4j.jar

logging.jar

mail.jar

mda.clients.common.jar

mda.clients.platform.boe.client_plugin.jar

monitoring-plugins_en.jar

monitoring-plugins.jar

monitoring-sdk_en.jar

monitoring-sdk.jar

junit-4.4.jar

keycodeDecoder.jar

dom4j-1.6.1.jar

ds_excel_idl.jar

ds_excel.jar

dsl_desktop_plugin.jar

dsl_engine_lang.en.jar

dsl_sdk_server.jar

dsws-federator.jar

ehcache-1.1.jar

fdb-sql-parser-1.6.6-SNAPSHOT.jar

GenWSDLImports.jar

guice-1.0.jar

hibernate-commons-annotations-4.0.1.Final.jar

hibernate-core-4.0.1.Final.jar

hibernate-jpa-2.0-api-1.0.1.Final.jar

icu4j-3_8_1.jar

icu4j.jar

InitSmartServers_en.jar

javassist-3.15.0-GA.jar

JavaSwfTool.jar

jboss-logging-3.1.0.GA.jar

jboss-transaction-api_1.1_spec-1.0.0.Final.jar

jcsi_license.jar

JDBInterface.jar

jsafe.jar

com.azalea.ufl.barcode.1.0.jar

com.businessobjects.datafederator.sourcedefiner.source.jar

commons_driver_en.jar

commons-beanutils.jar

commons-cli-1.2.jar

commons-codec-1.3.jar

commons-codec-1.4.jar

commons-collections-3.1.jar

commons-collections-3.2.jar

commons-configuration-1.2.jar

commons-digester-1.6.jar

commons-fileupload-1.3.1.jar

commons-httpclient-3.0.1.jar

commons-io-1.1.jar

commons-jxpath-1.2.jar

commons-lang-2.1.jar

commons-lang-2.3.jar

commons-logging-1.0.4.jar

commons-logging.jar

commons-math-1.1.jar

crdataprovider.jar

CRDBJavabeansServer.jar

CRDBJavaServer.jar

CRDBJavaServerCommon.jar

CRDBJDBCServer.jar

CRDBWicServer.jar

CRDBXMLServer.jar

credential.jar

crlov.jar

crlovmanifest.jar

CrystalEnterpriseRepository.jar

CrystalEnterpriseRepositoryService.jar

cs_server.jar

customdsidl.jar

cvom_chart_lib_en.jar

cvom_en.jar

cvom_ui_helpers.jar

asn1.jar

axiom-api-1.2.5.jar

axiom-impl-1.2.5.jar

axis2-kernel-1.3.jar

backport-util-concurrent-2.2.jar

c3p0-0.9.0.jar

cdsframework_common.jar

cdsframework.jar

cdsframeworkutils.jar

cdsuiframework.jar

cdztools_jshell.jar

certj.jar

cesearch.jar

cglib-2.1.3.jar

rebean.fc.jar

cecore.jar

celib.jar

xcelsius.jar

flash.jar

biplugins.jar

boconfig.jar

cdz_cluster_mgmt_types_idl.jar

cdzidl.jar

ceaspect.jar

sforce-api.jar

SIA_fr.jar

sit.jar

sqljdbc.jar

stempel-1.0.jar

struts.jar

swt.jar

tm-extractors-0.4.jar

u211java.jar

URIUtil.jar

woden-1.0-incubating-M7b.jar

wsdl4j-1.6.2.jar

wsdl4j.jar

wss4j-1.5.3.jar

wstx-asl-3.2.1.jar

xbean_xpath.jar

xbean-2.2.0.jar

xbean.jar

XcelsiusSLPlugins.jar

xmlmerger.jar

xmlpublic.jar

XmlSchema-1.3.2.jar

xmlsec-1.4.0.jar

wi_srvadmin.jar

BOLMT.jar

aspectjrt.jar

jtools.jar

biarengine.jar

cesession.jar

corbaidl.jar

ebus405.jar

cereports.jar

ceplugins_core.jar

ceplugins_cr.jar

cesdk.jar

inproc_container.jar

ie_proxies.jar

IEPlugin_idl.jar

i18n4j.jar

GenericContainer_idl.jar

GenericContainer_proxy.jar

dsl_sdk_commands.jar

dsl_sdk_requests.jar

dsl_sdk_services.jar

cvom_chart_lib.jar

cvom.jar

CTPlugin_idl.jar

derby.jar

AdminTools_en.jar

AdminTools.jar

apache-mime4j-core-0.7.2.jar

axiom-api-1.2.13.jar

axiom-dom-1.2.13.jar

axis2-kernel-1.6.2.jar

axis2-transport-http-1.6.2.jar

axis2-transport-local-1.6.2.jar

axiom-dom-1.2.5.jar

axis.jar

axis2-adb-1.3.jar

axis2-adb-codegen-1.3.jar

axis2-ant-plugin-1.3.jar

axis2-clustering-1.3.jar

axis2-codegen-1.3.jar

axis2-fastinfoset-1.3.jar

axis2-java2wsdl-1.3.jar

axis2-jaxbri-1.3.jar

axis2-jaxws-1.3.jar

axis2-jaxws-api-1.3.jar

axis2-jibx-1.3.jar

axis2-json-1.3.jar

axis2-jws-api-1.3.jar

axis2-metadata-1.3.jar

axis2-mtompolicy-1.3.jar

axis2-saaj-1.3.jar

axis2-saaj-api-1.3.jar

axis2-spring-1.3.jar

axis2-xmlbeans-1.3.jar

bcprov-jdk15-132.jar

BIExtensionPoint.jar

biws-langpack-resource_en.jar

biws-langpack-resource_fr.jar

boeserver.jar

businessgraphics.jar

cafinstall.jar

cdz_ext_lifecycle.jar

cdz_ext.jar

cdzextidl.jar

ceplugins_client.jar

ceutils.jar

cfoundation.jar

classes12.jar

clientplugins.jar

com.businessobjects.datafederator.nativeconnection.jar

com.businessobjects.datafederator.sourcedefiner.jar

com.businessobjects.sdk.plugin.desktop.ao.jar

com.sap.js.passport.api.jar

commons_driver.jar

commons-discovery.jar

commons-httpclient-3.0.jar

comparisonengine.jar

Concurrent.jar

crdataprovider_en.jar

crdataprovider_fr.jar

CRDBSForceServer.jar

CRDBWicExternal.jar

CrystalCommon2.jar

CrystalFormulas.jar

CrystalReportingCommon.jar

CrystalReportsSDK.jar

cvom_chart_lib_fr.jar

cvom_fr.jar

data_en.jar

data_fr.jar

data-native.jar

data.jar

dm.jar

dqw.cpb.boe.lcm.jar

dsws-bicatalog.jar

dsws-biplatform.jar

dsws-common-util.jar

dsws-common.jar

dsws-managequeryasaservice-provider.jar

dsws-managequeryasaservice.jar

dsws-publish.jar

dsws-queryservice.jar

dsws-reportengine.jar

dsws-session.jar

EnableSIAServers.jar

fc2fcengine.jar

fc2widengine.jar

federation_en.jar

federation_fr.jar

fedmaster.jar

fedslave.jar

fmtlib_bridge.jar

geographic_driver_en.jar

geographic_driver_fr.jar

geographic_driver.jar

geomaps.jar

geronimo-stax-api_1.0_spec-1.0.1.jar

IJobProcessingSubsystem.jar

InitSmartServers_fr.jar

InitSmartServers.jar

InstallEntSdkWrapper.jar

itext-1.4.5.jar

jaxrpc.jar

jdom-beta8.jar

jide-common.jar

jide-dock.jar

JNITools.jar

json.jar

jsr173_1.0_api.jar

jxl.jar

serializedEditor.jar

setupConfiguration.jar

UpdateXMLSampleReports.jar

verifyrights.jar

log4j-1.2.14.jar

lucene-analyzers-2.1.0.jar

lucene-analyzers-2.3.1.jar

lucene-core-2.1.0.jar

lucene-core-2.3.1.jar

lucene-demos-2.1.0.jar

lucene-demos-2.3.1.jar

lucene-highlighter-2.3.1.jar

lucene-snowball-2.1.0.jar

lucene-snowball-2.3.1.jar

lucene-spellchecker-2.1.0.jar

lucene-spellchecker-2.3.1.jar

MetafileRenderer.jar

neethi-3.0.2.jar

olap_api.jar

PDFBox-0.7.2.jar

pluginhelper.jar

poi-2.5.1-final-20040804.jar

poi-contrib-2.5.1-final-20040804.jar

poi-scratchpad-2.5.1-final-20040804.jar

PostMigrator.jar

procAuthUpdate.jar

procPlatformSearch.jar

procPrincipalFileImport.jar

procReplication.jar

procSecurityQueryExport.jar

pub_common_fr.jar

REDynamicRecipients.jar

ReportPrinter.jar

reporttemplate.jar

ReportViewer.jar

resolver.jar

rpoifs.jar

saaj.jar

procJavaAdapter.jar

datafederator_services.jar

ccis.jar

commons-logging-1.1.jar

ConnectionServer.jar

deploy.jar

dsl_engine.jar

encrypt.jar

freessl201.jar

rasapp.jar

adv_ivcdzview.jar

procWebiPublishing.jar

bcm.jar

certjFIPS.jar

cryptojFIPS.jar

ssljFIPS.jar

 

 

Regards

Hajer

Needed jar files for Java SDK web development

$
0
0

Hello,

 

Could someone please provide the complete list of jar files that must be packaged with a web application that's using

the SDK for Crystal Server 2013 SP7 ?

 

I've gone through the SDK Developers docs and some of the jar files that are listed do not exist in the Crystal Server deployment

or the Crystal Server Client Tools.

 

I've included all the mentioned jar files in the SDK developers guide for BO 4.0 and a few others but am still having issues with

connecting to the CMS server.  In particular I'm receiving this Exception when I try to logon:

 

Exception in thread "Thread-72" java.lang.NoClassDefFoundError:  com/rsa/jsafe/JSAFE_InvalidUseException

 

Thank you for your help!

Scott

use opendocument 4.1 like opendocument 3.1 ...upppsss

$
0
0

First of all ...... let me explainwhat I mean

My problem is thatwe have over1000 WebIntelligenct documents that includeall kinds of callsaccording to opendocumentBOXI31 format, so thatnowwe havemigrated toSAPBO4.1is hell and a nightmareupdatingthem.

 

Now calls are something like:

 

http://servername:8080/OpenDocument/opendoc/

 

SAPBO 4.1 something like:

 

http://servername:8080/BOE/OpenDocument/opendoc

 


  My questionis whether ...... there issome way that I can redirector use parameters that allow modify opendocumentpropertiesor unfortunately we need a smalldevelopment with theSDK.

  Please, I needurgentassistance

  Thank you very muchtoeveryone in advance

Where is BusinessObjects Enterprise Java SDK jars located(BO XI3.1)?

$
0
0

We need to import Business Objects Enterprise Java SDK's jar files. However, there is no document or forum post that have the directory for version BOXI3.1.

 

By searching for the cecore.jar file, we find a directory that contains many Business Objects Enterprise Java SDK jar files:

D:\Business Objects\BusinessObjects Enterprise 12.0\warfiles\WebApps\BusinessProcessBI\WEB-INF\lib

Is this the correct directory for the Business Object Enterprise jar files?

 

We imported bellow SDK jar files:

asn1.jar

cecore.jar

celib.jar

ceplugins_client.jar

ceplugins_core.jar

ceplugins_cr.jar

cereports.jar

certj.jar

cesession.jar

ceutils.jar

clientplugins.jar

commons-codec-1.3.jar

commons-logging-1.1.jar

corbaidl.jar

ebus405.jar

flash.jar

freessl201.jar

jsafe.jar

logging.jar

pluginhelper.jar

postprocessing_oca2service.jar

publishing_oca2service.jar

rasapp.jar

rascore.jar

reporttemplate.jar

serialization.jar

SL_plugins.jar

webreporting.jar

xbean.jar

xcelsius.jar

XcelsiusSLPlugins.jar

 

Is this the complete list that we should import for X3.1? there are some files like commons-codec-1.3.jar, it looks a Apache jar file, not the SDK's jar file. shall i include such files as well?

To get List of Object used in Reports

$
0
0

Hi Team,

 

Do we have any SDK where we can get the list of objects used in reports.

 

Env:BO XI 3.1

 

Regards,

Shiva Gunturu

Viewing all 1701 articles
Browse latest View live