Shortdump while accessing Appraisal document in portal-Null obj ref.not pos

Hi all,
We are implementing Performance Management in Ehp4 with EP 7.1, flexible template   We have been facing an issue where in Portal while we are trying to click on Appraisal document either in ESS or MSS, it dos not open anything instead we are getting
short dump error in ST22.  We have performed the portal and ESS setup as per the SAP recommended  notes.
1272076 - Appraisal Nav
1408243 - OBN
1416756 - OBN Confi
1463821 - Portal confi
1458466 - Launchpad config
The short dump error analysis as follows.
Short text
    Access via 'NULL' object reference not possible.
  An exception occurred that is explained in detail below.
  The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
   caught in
  procedure "READ_ATTR_ALL_FOR_CASETYP" "(METHOD)", nor was it propagated by a
   RAISING clause.
  Since the caller of the procedure could not have anticipated that the
  exception would occur, the current program is terminated.
  The reason for the exception is:
  You attempted to use a 'NULL' object reference (points to 'nothing')
  access a component (variable: "LO_CASE_CUST").
  An object reference must point to an object (an instance of a class)
  before it can be used to access components.
  Either the reference was never set or it was set to 'NULL' using the
  CLEAR statement.
Just wondering if any one of you came across this issue.  I have put external break point at  main appraisal component
HAP_MAIN_DOCUMENT and class CL_HAP_WD_DOCUMENT_UI. But it didn't go through. I think because this abap dynpro not being called due to url issue and thus dump says null pointer exception.
Appreciate your response and I Look forward your insights.
Prav

<< Do not post the same question across a number of forums >>

Similar Messages

  • Access via null obj ref not possible error

    Hi
    I am using an assistance class and have specified it in the component...
    i am getting the error Access via null obj ref not possible at following point in the code..
    temp = wd_assist->IF_WD_COMPONENT_ASSISTANCE~GET_TEXT( key = '001' ).
    i do not think we need to instantiate a assistance class ( or am i missing something ?/ )

    Hi,
    After reading all these posts and i have done a small test , it is working for me as the other posts already confirmed. I am not sure why it is not working for you the way you described and it is working for all others.
    I hope that you are not executing this code from used component->view referring the WD_ASSIST where in the wd_assist reference is not passed.
    moreover to make sure that the error is from this code you can code a if else construct.
    if wd_assist is bound.
    " get the text element.
    endif.
    If the above code is working then i suspect that the text element is not active .
    Success.

  • Portal Runtime Error while accessing BW reports through portal

    Hi,
    We are facing portal runtime error(An exception occurred while processing your request. Please send the exception id to your portal administrator) while accessing BI reports through portal frequently.
    We are unable to trace the error in the 'default trace' log file and although refreshing the cache solves this issue, it is difficult to explain this to every user individually.
    After many such errors, We found one log entry, which we are now not yet sure if it is relevant. The error states:
    1.
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &#39;&lt;System.Access.WAS.protocol&gt;://&lt;System.Access.WAS.hostname&gt;&lt;BWLauncherComponent[PORTAL_URL]&gt;;jsessionid=&lt;Request.JSessionID&gt;?sap-ext-sid=&lt;ID[url_ENCODE]&gt;&amp;Language=&lt;Request.Language&gt;&amp;theme=&lt;LAF.Theme[url_ENCODE]&gt;&amp;sap-lafversions=&lt;LAF.AllVersions[url_ENCODE]&gt;&amp;&lt;Authentication&gt;&amp;&lt;Report&gt;&amp;&lt;BusinessParameters&gt;&#39;; the problem occured at position 230. Cannot process expression &lt;LAF.AllVersions&gt;
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:125)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:540)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:423)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Content pass of Application Integrator failed.
    Component Name:       'com.sap.portal.appintegrator.sap.BWReport',
    Context Name (iView):  <iview name location>
    Top Layer:            'BWReport/TopLayer',
    Producer ID (FPN):    'null',
    System Alias:         'Sap_bw',
    2.
    The cluster server element 111111 is not added in the EP cluster context,
       because prtbridge on 111111 is stopped  or not yet started (maybe the server is starting or shuting down).
    Please suggest us if the above logs are related to the issue or not
    Kindly provide us any inputs or solutions.

    Hi All,
    We are also having similiar type of error in our portal. 
    com.sap.engine.services.prtbridge##com.sap.engine.services.prtbridge
    #######SAPEngine_System_Thread[impl:5]_13##0#0#Error#1#/System/Server#Plain###
    The cluster server element 125898350 is not added in the EP cluster context,
       because prtbridge on 125898350 is stopped  or not yet started
    (maybe the server is starting or shuting down).
    We have implemented the FPN using RRA.
    This error comes only for few users when they navigate in Portal. After clearing the cache, it works for all. Kindly help us to resolve this issue.
    Regards,
    Venkatesh

  • A network error occurred while accessing this document on the internet

    Dear all,
    I am now facing a very unusual problem that, when I try to open a pdf file from internet, it says: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?". Here's my situation:
    Browser: IE8 (or Chrome 35.0.1916.153)
    Adobe Reader: 11.0.0
    OS: Win7
    1.Directly open from IE. Says: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?"
    2.Try to download(Save AS). In IE, says: "The connection was reset The connection to the server was reset while the page was loading"; In Chrome, nothing happened, but still can't download.
    3.Try to disable the "PDF Reader Addon" in IE8. First the browser needs to download the PDF file, but failed, see point 2.
    1.I can open the same PDF file from another network, that is, out of my company.
    2.I can open another PDF file in the network of my company, but the pdf is created by another scanner
    3.All PDFs from both scanner can be opened locally.
    So, here's the possible problem, the network settings, and(or) the PDF. Does anyone ever meet this situation, please help?
    Thank very much.
    Li

    Rave,
    IE: 8 & 9
    Adobe Acrobat Pro/Acrobat Reader 10.x & 11.x
    Chrome: work fine
    So the answer is to manually enable and disable websites based on whether the pdfs open within the browser.  That doesn't seem like a great long-term solution to have have our users to manually enable / disable browser integration.  We have web applications that work better with browser integration turned on.  Is this something that Adobe will fix or is it an IIS/IE issue.
    It appears the Adobe removed the #1 config option that you lised in the new 11.x versions of both products.  The manage Add-ons does not disable the browser integration on the new Adobe versions.

  • Getting Portal Runtime Error while accessing one link in Portal Page.

    Hi,
    Can anyone tell why I am getting below error while accessing one of the portal page link:
    " Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 01:19_27/02/09_0046_16441150
    Refer to the log file for details about this exception. "
    Also please let me know how to get rid of this if possible.
    Thanks in Advance
    Vaibhav Srivastava

    Thank you for your prompt reply.
    Could you please elaborate the same.
    I am getting Portal runtime error while I am acessing an iveiw in E-recruiting. We have setup the role and user in both portal and Backend. But still the error. Could you pls send me the setting you have done.
    Portal runtime ERROR
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 02:27_27/04/09_0042_113148050
    Refer to the log file for details about this exception.
    regards
    Justin

  • Error : "A network error occurred  while accessing this document on the internet"

    When i try to open un large pdf file (120 Mo with many picture inside), an error appears : "A network error occurred  while accessing this document on the internet. Would you like to close the document or reload it" .  But if i try to "save as" the pdf on my disk, it's work. 
    I also try to change the option to open the pdf directly in the Adobe reader and it's work.  But if i retry to open the pdf in the browser, the error reappears.
    The file is located on a secure server (https) with a user and password.
    Does anyone know how to fix it? 
    Thanks!

    Ankit_Jain wrote:
    Thanks for providing the information. Could you also let me know which browser is being used to access the PDF?
    I try with Internet Explorer 6 and 8.
    Ankit_Jain wrote:
    Also, do smaller sized PDFs open successfully at your end?
    Yes it does
    I also tested with French and English versions. Acrobat Professional X seems to react the same way but Adobe Reader 9 works!

  • A network error occure while accessing this document

    Hi,
    I am getting the error "A network error occured while accessing this document on interntet. Would you like to close the document or reload it?".
    I have tried re-installations etc.. but none helped.
    Please let me know if anyone has encountered this problem and overcome it.
    Using Adobe Reader 9.3.2 and opening from ESS/MSS application.
    Thanks,
    Raghavendra

    I figured out what the problem is. There is a setting in the user's IE browser and Adobe program that is causing the PDF form to open in a browser window in IE instead of in Adobe Reader. The form we're using is too big to load in a browser and must be loaded in Adobe Reader instead. To fix the problem, the user needs to make the following changes to his/her settings:
    1. In Adobe, go to the Edit menu and select Preferences. Under 'Internet', make sure the box for 'Display PDF in browser' is unchecked. Click OK to save your changes.
    2. In IE, go to the Tools menu and click on 'Manage Add-ons'. Then, click on Adobe Reader and click the Disable button. I think this should disable the built-in Reader in IE, so PDFs will have to open in Reader instead of in the browser.
    Once our users changed these settings they were able to access our form online.
    Hope this helps!

  • TS1702 I tried to download the upgrade, now it won't install and I can not access my documents. It said Vi did not have enough space for the upgrade so I made room but still no luck.

    I tried to download the upgrade, now it won't install and I can not access my documents. It said Vi did not have enough space for the upgrade so I made room but still no luck. If I delete the ap and reinstall I will lose my stuff. Any ideas? It won't open so I can email it to myself.

    What upgrade are you trying to install? Your profile shows iOS 5.1.1, which is the current max iOS.
     Cheers, Tom

  • I am getting this error message while accessing IT2002 Counting rule 2/01/001 does not exist Message no. 3H010

    hi All,
    I am getting this error message while accessing IT2002
    Counting rule 2/01/001 does not exist
    Message no. 3H010
    Please guide ASAP
    Regards,
    Ayousef

    Hi Ahmed,
    Please go through the below mentioned thread.
    scn.sap.com/thread/1187160
    Regards,
    Haranath

  • Cannot access Null obj ref

    Hi
    I have a navigation list on my view...and ONSELECT of a particular item in the list i have written the below code
    DATA lo_componentcontroller TYPE REF TO ig_componentcontroller.
    DATA ls_navi_list TYPE wd_this->element_NAVI_LIST.
    data CONTEXT_ELEMENT TYPE REF TO IF_WD_CONTEXT_ELEMENT.
    Get key information for selected navigation list entry
    break-point.
    context_element->get_static_attributes(
    IMPORTING
    static_attributes = ls_navi_list ).
    how ever i am getting the error "cannot access null obj ref " at
    context_element->get_static_attributes(
    IMPORTING
    static_attributes = ls_navi_list ).

    Oooohhh! Now I got the problem!
    The problem is that inside the function, you have an if clause, that when the SWF loads an amount of bytes, you send it to the frame four. The problem occurs because even you sending it to fame four, it is still listening to the PROGRESS_EVENT, when this events is dispatched the method is called again, trying to set the label to the textfield that does not exists anymore.
    To resolve it, just add a removeListener before send it to frame 4.
    function PL_LOADING(event:ProgressEvent):void {
         if (event.bytesLoaded>=3704635) {
              this.loaderInfo.removeEventListener( ProgressEvent.PROGRESS, PL_LOADING );
                   this.gotoAndStop(4);
    if (this.loaderInfo.bytesLoaded >= this.loaderInfo.bytesTotal) {
          this.loaderInfo.removeEventListener( ProgressEvent.PROGRESS, PL_LOADING );
              this.gotoAndStop(4);
    This will fix the problem.
    Regards,
    CaioToOn!

  • 500 Internal Server Error while accessing the report on portal

    All,
    We are on BI7.  have few queries on portal and recently while accessing the queries user is getting the 500 Internal Server Error. The error message is like below:
    500 Internal Server Error
    Failed to process request; contact your system administrator
    BEx Web Application " I_Qnc()2ex.........(etc) does not exist.The application was either ended by a timout or an error occured.
    Recently most of the users started getting this problem and it is on a high resolution to be resolved.
    Any suggestion greatly appreciated.
    Regards
    Vijay

    Hi
    This is mostly TimeOut Error.
    However, 500 Error applies to variety of problems within the server.
    Please make a back up of your query and restrict it further so it populates less data.
    If the report is running properly for less range of data, that's a timeout issue.
    Otherwise you will have to recheck the query. Mostly these are timeouts because, in general production data is high and if there us less restriction, the query OLAP time and front-end time will be more than optimized.
    Cheers
    Sri

  • Active substitute can access appraisal documents

    Hi,
    We are using the new Objective Setting & Appraisals functionality via ESS / MSS in SAP ERP Central Component 5.0.
    When a line manager makes another line manager their substitute, the substitute line manager has READ access to the other manager's appraisal document and the other manager's line manager's appraisal document. Has anyone experienced this problem?
    If the substitute manager gets an appraisal workflow item initiated from someone in the original manager's team then the substitute manager can access the appraisal and make changes to it. Is this standard functionality?
    Regards,
    Janet

    Hi Janet,
    I think the line manager is using the "forward workitem" option to forward the appraisal documents.
    I addition to this, the appraisal document shoul have the forwarded line manager as one of the appraisers. For this the HR admin team should change the header data of the appraisal document and then add the new line manager as also a appraiser.
    Only then he can edit the appraisal document.
    Hope this helps you.
    Regards,
    Subbu.

  • EMail notification - While uploading any document in portal application

    Is there is any way to send an email notification to the groups of users, while user is trying to create any sub pages / adding new document in oracle portal application?
    --Balaji                                                                                                                                                                                                                                                                                                                                                                               

    Below link helps me to configure CMEF in portal application
    http://www.oracle.com/technology/products/ias/portal/pdf/portal_cmef_bpel_integration_technote.pdf
    --Balaji S                                                                                                                                                                                                                                                                                                                                                               

  • Error while accessing BO document

    We r trying to fetch reports from BO 4.1 using java code.The sysytem is logged in and the code also create session.
    When it tries to open document the code fails and i got the following error:
    Cannot initialize Report Engine server. (Error: RWI 00226)
    com.businessobjects.rebean.wi.CommunicationException: Cannot initialize Report Engine server. (Error: RWI 00226)
    at com.businessobjects.rebean.wi.occa.OccaConnection.doConnect(Unknown Source)
    at com.businessobjects.rebean.wi.occa.OccaConnection.<init>(Unknown Source)
    at com.businessobjects.rebean.wi.occa.OccaServerConnectionManager.createConnection(Unknown Source)
    at com.businessobjects.rebean.occa.OccaReportEngineComAdapter.createCadenzaSession(Unknown Source)
    at com.businessobjects.rebean.occa.OccaReportEngineComAdapter.initNewCadenzaSession(Unknown Source)
    at com.businessobjects.rebean.occa.OccaReportEngineComAdapter.openDocument(Unknown Source)
    at com.businessobjects.rebean.wi.ReportEngineImpl.openDocument(Unknown Source)
    at com.businessobjects.rebean.wi.occa.WebiReportEngine.openDocument(Unknown Source)
    at com.tcs.hana.util.ReportToExcel.processDocument(ReportToExcel.java:137)
    at org.apache.jsp.view_005fwebi_005fdoc_005fpdf.start_005fenv2_jsp._jspService(start_005fenv2_jsp.java:140)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$ServiceConnection: Unable to connect to service CDZHome from server CDCTCOE.WebIntelligenceProcessingServer via CMS CDCTCOE.India.TCS.com:6400 (FWM 01006)
    cause:com.crystaldecisions.enterprise.ocaframework.idl.ImplServ.OSCAFactoryPackage.connection_failure: IDL:img.seagatesoftware.com/ImplServ/OSCAFactory/connection_failure:1.0
    detail:Unable to connect to service CDZHome from server CDCTCOE.WebIntelligenceProcessingServer via CMS CDCTCOE.India.TCS.com:6400 (FWM 01006) IDL:img.seagatesoftware.com/ImplServ/OSCAFactory/connection_failure:1.0
    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getUnmanagedService(ServiceMgr.java:864)
    at com.crystaldecisions.enterprise.ocaframework.AbstractStubHelper.getService(AbstractStubHelper.java:29)
    at com.crystaldecisions.enterprise.ocaframework.ManagedService.validate(ManagedService.java:781)
    at com.crystaldecisions.enterprise.ocaframework.ManagedSession.validateStatelessService(ManagedSession.java:610)
    at com.crystaldecisions.enterprise.ocaframework.ManagedSession.newService(ManagedSession.java:911)
    at com.crystaldecisions.enterprise.ocaframework.ManagedSession.get(ManagedSession.java:300)
    at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:297)
    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:697)
    at com.businessobjects.rebean.wi.occa.OccaConnection$CDZStubHelper.getService(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.ManagedService.validate(ManagedService.java:781)
    at com.crystaldecisions.enterprise.ocaframework.ManagedSession.validateStatelessService(ManagedSession.java:610)
    at com.crystaldecisions.enterprise.ocaframework.ManagedSession.newService(ManagedSession.java:911)
    at com.crystaldecisions.enterprise.ocaframework.ManagedSession.get(ManagedSession.java:273)
    at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:297)
    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:697)
    ... 32 more
    Caused by: com.crystaldecisions.enterprise.ocaframework.idl.ImplServ.OSCAFactoryPackage.connection_failure: IDL:img.seagatesoftware.com/ImplServ/OSCAFactory/connection_failure:1.0
    at com.crystaldecisions.enterprise.ocaframework.idl.ImplServ.OSCAFactoryPackage.connection_failureHelper.read(connection_failureHelper.java:102)
    at com.crystaldecisions.enterprise.ocaframework.idl.ImplServ._OSCAFactoryStub.newService(_OSCAFactoryStub.java:92)
    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getUnmanagedService(ServiceMgr.java:845)
    ... 46 more
    Note:We have all the required jar files with the code and there is no firewall in between the BO server and the system.

    Hi Dell, bit late reply on the thread but we are working on upgrading from 3.1 to 4.1 and am presently got stuck in the same place which is getting discussed in this thread.
    Exception in thread "main" com.businessobjects.rebean.wi.CommunicationException: Cannot initialize Report Engine server. (Error: RWI 00226)
    Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS *************:***** and cluster ******* with kind webiserver and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
    Here is the SDK we use.
    reportEngines = (ReportEngines)enterpriseSession.getService("ReportEngines");
    if (riverDocument.getKind().equals("Webi"))
                                  reportEngine = reportEngines.getService
                                  (ReportEngines.ReportEngineType.WI_REPORT_ENGINE);
                            else {
                                  reportEngine = reportEngines.getService
                                  (ReportEngines.ReportEngineType.FC_REPORT_ENGINE);
                            System.out.println("\nTimeStamp BEFORE REFRESH AND AFTER eportEngineType" + new Timestamp(System.currentTimeMillis()));
                            doc = reportEngine.openDocument(riverDocument.getID());

  • Network Error while accessing "Server Documents" in BO Mobile XI 3.1 SP3

    Dear Gurus,
    I have installed SAP BO Mobile XI 3.1 SP3 at separate server than BO enterprise successfully. I have configured VAS and VMS server according to configuration document and deployed MobileOTA also.
    I can download MobileOTA on to my Nokia E72 and connect using my BO enterprise credentials. But when I try to open "Server Documents", it shows "Network Unavailable" error. FYI, I can access InfoView, CMC from BO Mobile server without any issue. Please help me how to resolve the issue.
    Thanks in advance.

    Hi shakawat,
    I would suggest to access the same server docs through Infoview first..may be on some laptop or desktop.
    If you are able to access the same then try to access the same reports/docs through mobile and with the same credentials as you are using for infoview.
    It happened with me as well but in my case the problem was with the user access rights. Check user access rights in CMC.
    Regards,
    Ankur

Maybe you are looking for