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

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


Change password of Universe connection using Java SDK?

$
0
0

My database administrators have a requirement that the password on all accounts must be changed every 90 days.  I am fairly familiar with the Java SDK but I don't see any classes that allow me to access Universe connections and update the connection details.

 

Is it possible to do this using the Java SDK?  Or will I be forced to write something using the universe designer COM SDK?

Could not initialize class com.sap.mw.jco.JCO

$
0
0

Hello All,

 

We are using EH&S Web interface to display the generated Safety Data Sheet on the web.

The web interface servers are used to host the application.

We are having Apache Tomcat application.

 

To give you a brief about our solution in place:

We are using Tomcat Application to host the web interface. The SDS are generated at ECC end. We have separate web interface servers to host this application.

SDS generated at SAP end, are available on the website of our customer via this web interface.

We dont have PLM in our case. The SDS are generated at SAP end via WWI server, Stored/Kept via DMS and then displayed on Website.


Things were working fine and customers were able to get the SDS via website until we restarted the web interface server.

 

After restart of one of our web interface server we are getting this error - Could not initialize class com.sap.mw.jco.JCO

The complete details of the error are as mentioned below:

 

HTTP Status 500 -


type Exception report

message

descriptionThe server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class com.sap.mw.jco.JCO org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:532) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:440) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:391) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334) javax.servlet.http.HttpServlet.service(HttpServlet.java:722) 

 

root cause

javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class com.sap.mw.jco.JCO org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:915) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:844) org.apache.jsp.XXXXXXXXX.search.search_005findex_jsp._jspService(search_005findex_jsp.java:164) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:722) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:391) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334) javax.servlet.http.HttpServlet.service(HttpServlet.java:722) 

 

root cause

java.lang.NoClassDefFoundError: Could not initialize class com.sap.mw.jco.JCO COM.td.ehswww.ehsconnection.GenericEhsAccess.establishConnection(GenericEhsAccess.java:194) COM.td.ehswww.ehsconnection.GenericEhsAccess.validateUser(GenericEhsAccess.java:619) COM.td.ehswww.jsp.ServiceBean.authent(ServiceBean.java:923) org.apache.jsp.XXXXXXXXX.search.search_005findex_jsp._jspService(search_005findex_jsp.java:107) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:722) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:391) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334) javax.servlet.http.HttpServlet.service(HttpServlet.java:722) 

 

noteThe full stack trace of the root cause is available in the Apache Tomcat/7.0.8 logs.

 

 

Can anyone guide me on how to check JCO configuration in Apache.?

What all things I can check in order to verify JCO configuration.?

Our version would also be quite old so is it possible to upgrade it.?

 

We have tried a lot to solve this error at our end, but we could not resolve this error.

 

Best Regards,

 

Aarohi

Issue with http://localhost:6405/biprws/raylight in BO 4.0 SP5 Patch8

$
0
0

Hi Experts,

 

Please find the below error when i try to access raylight where as infostore is giving 401 error which is expected and i am able to do curl as explained in restfulwebservices documentation on infostore folder

 

when i try to access http://localhost:6405/biprws/raylight below is the error. I believe 4.0 sp5 patch8 doesn't have support for /raylight folder.

 

-<error>

 

<error_code>404</error_code>

 

<message>Not Found (RWS 00005)</message>

 

<stack_trace>com.sap.bip.rs.exceptions.NotFoundException at com.sap.bip.rs.RootResource.ResolveRootResource(RootResource.java:64) at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:173) at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:89) at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:153) at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:87) at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37) at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:255) at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:113) at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:97) at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:461) at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:149) at com.sap.bip.rs.server.servlet.BIPServletController.invoke(BIPServletController.java:90) at org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:148) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:108) at javax.servlet.http.HttpServlet.service(HttpServlet.java:617) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:722)</stack_trace>

 

</error>

 

Please let me know if any more inputs are required.

 

Regards,

Raghu

WebiPrompt problem: no data to fetch ("your parameter here": no given values)

$
0
0

I am new to SAP Business Objects and am having trouble running a report that has parameters.  Specifically I am trying to execute a Web Intelligence Document that has WebiPrompts.

 

When I execute my program i get the following error:

no data to fetch ("pmTWIA": no given values)


In my code execution I can see that I am passing the xml with the prompts populated AND that when I look at the history for my Web Intelligence document that parameters have been passed.


Please see my java code attachment, debug output, and screen shot for more details


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

How To retrieve list of Users and Groups on BI BOBJ 4.1

$
0
0

Hi

 

I need to extract from the BOBJ 4.1 sql server back end  a list of users and the Groups currently on the System to show them in report webi.

 

Please could anyone tell me about the way extract them from the Repository Database or how to extract the through sdk and insert the to a database.

 

 

 

Thanks

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?


Business Objects Crystal Reports Java Reporting Component (JRC) XI still supported?

$
0
0

We're using BO Crystal Reports Java Reporting Component (JRC) in one of our web application to view Crystal Reports XI. The product works fine but we're planning to migrate our apps to new infrastructure so we'd like to know the support information for our current version and the latest industry standard version.

Any one knows if Crystal Reports JRC XI is still supported by BO/SAP? Also, what' the current status of this production?  What's the latest version of the product?

Please let me know.

BOBJ sdk - Constant value for SI_KIND

$
0
0

Hi all,

I'm on BI4 using java SDK and I'd like to query the CMS to find Webi and Xcelsius documents.

Up to now I've found that the best way to do so is using the SI_KIND field from InfoObject.

However, I'd like to use Constants or Enums from the sdk rather that hardcoding

 

SI_KIND = 'Webi' or SI_KIND = 'XL.XcelsiusEnterprise'

 

into my code. I have found out that the class

 

com.crystaldecisions.sdk.plugin.CeKind

 

is now deprecated.

Which Class should I use? In case I need to hardcode the values, can anyone provide a list of allowed values for SI_KIND?

 

Thanks in advance

regards

Vincenzo

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

Rescheduling the report using BO SDK jsp

$
0
0

I have the below code to reschedule the reports in BO using SDK. But I am not able to do it. The below code just rescheudles the report, but the mail is not sent as per the existing schedule.

Code and scheduled description given below. Any quick pointers are highly appreciated.

 

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

<%@ page import = "com.crystaldecisions.sdk.framework.CrystalEnterprise" %> 

<%@ page import = "com.crystaldecisions.sdk.exception.SDKException" %> 

<%@ page import = "com.crystaldecisions.sdk.framework.IEnterpriseSession" %> 

<% 

    // logon information 

    String boCmsName  = "***" ; 

    String boUsername = "***" ; 

    String boPassword = "***" ; 

    String boAuthType = "secEnterprise" ; 

          // report 

    String reportName = "SDK_TEST" ; 

          // logon 

    IEnterpriseSession ceSession = CrystalEnterprise.getSessionMgr().logon( boUsername, boPassword, boCmsName, boAuthType ) ; 

    IInfoStore         oInfoStore = (IInfoStore)ceSession.getService( "", "InfoStore" ) ; 

    IInfoObjects oInfoObjects = oInfoStore.query("select top 1 * from ci_infoobjects where SI_NAME='" + reportName + "' " );

    IInfoObject oI = (IInfoObject) oInfoObjects.get(0);

          IInfoObject oSched = (IInfoObject) oInfoObjects.get(0);

           oSched.getSchedulingInfo().setRightNow(true);

           oSched.getSchedulingInfo().setType(CeScheduleType.ONCE);

             oInfoStore.schedule(oInfoObjects);

             

%>



Title: SDK_TEST

Document Type: Web Intelligence Report

Status Success

Destination: Default

Owner: ****

Creation Time: 5/15/2014 1:53 AM

Start Time: 5/15/2014 1:53 AM

End Time: 5/15/2014 1:53 AM

Duration: 3 sec

Server Used: mdwnew.AdaptiveJobServer

PID: 27131966

Parent Object Path: **********

Remote Instance in Federated Cluster: No

Expiry: 5/15/2024 1:53 AM

Formats: Web Intelligence



Now my doubt is can we reschedule the report directly or we need to get all the scheduling info like from/to/events etc and then apply them for the new schedule? I think it will be a tedious job as it could be SMTP or FTP or inbox or anything.

How to set Default DateTime values in Crystal Reports 2008

$
0
0

Hi All,

 

I'm using Crystal Reports 2008. I have two fields FromDate and ToDate in reports. While running report, FromDate field should be displayed with CurrentDate + 00:00:00 in the UI and for ToDate it should be displayed with CurrentDate + 23:59:59 format.

 

I have tried the below things, But still I want to set CurrentDate + 00:00:00 time in DateTime field.


"In CR 2008 you would set the time portion to 00:00:00 in this way:

 

1) Edit the date/time parameter and look for the 'Default Value' option; it would be blank

2) Set this to 00:00:00

 

This would default the calendar to 12/30/1899 00:00:00. The only worry here is, when you click on the calendar icon you would be presented with the calendar for the year 1899 and it is painstaking to scroll all the way to the current year."

 

I found one solution in SAP forum and I have added the below lines in Record Selection formula,

 

{@FromDate} = date(@CurrentDate)+time(00,00,00)

{@ToDate} = date(@CurrentDate)+time(23,59,59)

 

When I run the report, I still getting the empty values in the input parameters screen.

 

Am I missing anything? Kindly help

 

Thanks,

Ramesh Kumar G.

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

Create lcmbiar from java sdk - few questions

$
0
0

Hi!

 

I'm trying to make a .lcmbiar file for many of my BI objects (Webi, Universes, Connections without dependencies) - one .lcmbiar for one object. For now I do it in LCM command line tool, but it's not good, because it create job in CMC for each object and it takes time (it login to CMC for each execute). My questions are:

 

1. I need to create .lcmbiar without creating job in Promote Manager. How to do it?

2. It takes time to execute command for one objects (aspecially logging to SAP BO). Can I just one login, create biars (one biar for one object) and logout?

3. I see there is a lcm.jar, but it's only on server side (I don't see it when I install only client tools). Which jar's shoud I include? There is a 1.4 GB jars in \SAP BusinessObjects Enterprise XI 4.0\java\lib\ folder and I think, that lcm don't need all...

4. There is a biarengine.jar, that create .biar file. Can I use this .biar's to import object in Promote Manager? What is a diffrence with .biar and .lcmbiar?

 

SAP BO 4.1 SP3

 

Thanks!

 

Thomas


Embedding WebI and Crystal reports on a web page

$
0
0

Hi,

 

I'm new to BO, so please bear with me. I've also posted this to the .NET-side, so sorry if you've seen this post before.

 

We have a project where we will need to embed WebI and Crystal reports on a web page, i.e. we want the people who access the web page to get the reports (mainly graphs) as embedded content on the web page without any controls and other clutter.

 

Is this possible and what's the correct way of doing this?

 

Thanks,

Carl

After update of universe (UNX) webi SDK still reference old tables

$
0
0

Hi,

 

We are facing an strange issue that I detail below:

 

We have modified the structure of a database table (column has been moved from a table to a view). After change has been applied we have updated the change on UNX universe (business layer and data foundation).

 

One change has been applied problem that appears is the following:

 

The reports that contain references to UNX object based on modified column works fine when refreshed (or when an instance is created)

 

But when the report is refreshed using JAVA API ReportEngine the query generated is still referring the old object definition.

 

How is that possible? It does seem that when using JAVA API query is not updated prior to WebI execution (it used the query contained when document was saved). Does it exist a way to fix that?

 

I know this API is already deprecated and we are planning to move our ReportEngine SDK based developments towards new restFul API but at the meanwhile would be very useful to us to find a workaround to fox this annoying issue.

 

Thx

Getting an org.apache.axis2.AxisFault: Read timed out in getDocumentInformation

$
0
0

Our users say it has worked before but now we are consistently getting a Read Timeout Error when we call getDocumentInformation from ReportEngine.

 

Does anyone have any ideas ?

 

I have the stack trace below  

 

Caused by:

org.apache.axis2.AxisFault: Read timed out

at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)

at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193)

at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)

at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:371)

at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:210)

at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:531)

at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)

at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)

at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)

at com.businessobjects.dsws.reportengine.ReportEngine.getDocumentInformation(Unknown Source)

... 30 more

Caused by:

java.net.SocketTimeoutException: Read timed out

at java.net.SocketInputStream.read(SocketInputStream.java:140)

at java.io.BufferedInputStream.fill(BufferedInputStream.java:229)com.businessobjects.dsws.reportengine.ReportEngine.getDocumentInformation

SAP Business Objects SDK

$
0
0

Hello Experts ,

 

We are using BOXI 3.1 in our project.

Our Business users need to schedule the WEBI reports (not through BO scheduler but through some 3rd party vendor like OBPM or some other tool).

I have got to know that this is possible using BO SDKs.

 

As i am new to this SDK ,hence have no idea how to use this feature.

Can anyone please help me on how to start with SDKs?

I myself have searched alot on lots of forums but could not got any relevant information till now...

 

Any documents ,Vedios will be really helpful for me - thank you in advance!

 

 

Regards,

Saurav

Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal

$
0
0

Hello,

 

While exporting Export reporting from BI4 getting exception

Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal

 

In Trace Log I am getting

com.crystaldecisions.xml.serialization.XMLWriter||Failed to create an object instance for CrystalReports.TextObjectFormat

java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key CrystalReports.TextObjectFormat

  at java.util.ResourceBundle.getObject(ResourceBundle.java:374)

  at java.util.ResourceBundle.getString(ResourceBundle.java:334)

 

I tried following solution according to the all forums but still issue exist.

  • Done changes mention in KB article
    • In <Installation-dir-of-BO>\Common\4.0\java\CRConfig.XML we have to increase the JAVA heap MIN and Max size

          <JVMMaxHeap>64000000</JVMMaxHeap>          <JVMMinHeap>32000000</JVMMinHeap>

    • Increase the value in the ReportApplicationServer Services in the CMC for "Number of database records to read when previewing or refreshing a report". The value -1 is for unlimited records but not recommended for performance.
  • Check for temporary read write permission on server
  • Using SDK library from C:\Program Files (x86)\SAP Business Objects\SAP BusinessObjects Enterprise XI 4.0\java\lib

 

Can you please let me know is there anything missing.

Viewing all 1701 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>