PI 7.1 --- rfc scenario---bean stfc_connection not found on host

Hi,
I am  trying to execute STFC_CONNECTION  but   getting  an error bean stfc_connection not found on host
I had checked following things..
1)SM59 connection tested and it is working fine.
2I)imported  RFC in to PI created sender, receiver communication channels,sender, receiver agreements etc..
3)Checked all the threads in SDN could n't find any solution..
Please suggest me if you know anything about this issue
Thanks in advance

Dear Gowri,
Concerning the error you are getting, kindly perform a Full CPA Cache refresh using the URL :
  - http://<host>:<Java-Port>/CPACache/refresh?mode=full
If that does not help, please check the following :
- Have you imported the structure of STFC_CONNECTION function module from the R/3 system into the integration repository?
- In integration directory, check the RFC_sender and RFC_receiver communication channels, click on module tab, see if localejbs/RfcAFBean is listed there. If not, please add it.
Also, kindly go through the note : 1135947 which might help you.
Best Regards
Nishwanth

Similar Messages

  • Print version System Failure: Bean SALV_WD_EXPORT_PDF not found on host

    Hi,
    I have created a ALV report in ABAP Webdynpro.
    When i try to print the ALV Report it gives Communication failure : Print version System Failure: Bean SALV_WD_EXPORT_PDF not found on host.
    I belive i need to install Usage Type BI Java.
    Can someone help me with the same how to find the installation. I am unable to find what to install.
    Thanks and Regards,
    Nuzhat

    Hi Sergio,
    Thanks for the immediate reponse.
    I have already gone thru the blog u have sent.
    I am uable to do installation of Usage type BI-Java.
    I need anyone's help for the same.
    Thanks and Regards,
    Nuzhat

  • Bean RFCfunctionname not found on host for XI internal scenario

    Hello,
    This seems to be a little bit tricky.
    Full Scenario is:
    1. FTP -> XI -> RFC
    The RFC  is connecting to XI ABAP stack!!!
    Within the called function module there is some operation on the provided data.
    At the end six(!) different RFCs will be called dependend on the result of the data operation.
    (Currently only one is implemented on Repos. and Directory and in test! )
    The RFC call goes to a sender RFC channel in XI.
    So this is the second part of the full scenario
    2. RFC -> XI -> SOAP.
    The RFC is started from PI ABAP stack with the call function as mentioned below.
    Interfaces are completely implemented. So RFCs for  1. and 2. are imported successfully to SAP PI.
    First interface is running fine. File is picked up, moved to RFC receiver.
    Function module starts in PI ABap stack, doing data operation and then the correct RFC is called.
    CALL FUNCTION 'Z_SF_ADRESS' in background task
            destination 'XIEADRVZ'
            TABLES
              Z_SF_ADRESSE = Z_SF_ADRESSE_RFC.
          COMMIT WORK.
    But the call does not reach SAP PI Integr. Server.
    This is the error in SM58:
    Bean Z_SF_ADRnot found on host WSC S0010, ProgId =Z_SF_ADR
    = > Z_SF_ADRESS = function module for RFC call to sender channel
    XIEADRVZ is the TCP IP connection in SM59 with the reg.Prog.ID calling service and host of SAP PI.
    ProgID from TCP IP is correct (copied from SM59 to sender channel to avoid wrong typos)
    There is no error in ST22!
    There is nothing in monitoring for the interface no. 2 !
    Your help is really appreciated!
    Best regards
    Dirk

    Hi Ashish Sinha,
    ProgID from TCP IP is copied from SM59 to sender channel to avoid wrong typos.
    So this is ok.
    The error message says from my point of view that the RFC is not found.
    Have recreated the function module and reimported under new name.
    No change of error message.
    Is there really nobody who had this issue before?
    Regards
    Dirk
    No idea what has happened. After moving to SAP PI 7.1 the error was still there.
    After deleting error messages (from tests in 7.1) in SM58 and generating some more tests some of the items in SM58 moved to
    "stored/recorded" and remained in that staus.
    After another day we were able to restart them and they were processed.
    Now the error vanished into air. Any new RFC call is processed directly now.
    Maybe Basis corrected something with their work during release change?
    Edited by: Meinhard Dirk on Mar 24, 2011 9:26 AM
    Edited by: Meinhard Dirk on Mar 24, 2011 9:31 AM

  • Problem while determining receivers using interface mapping: "SYSTEM FAILURE" during JCo call. Bean SMPP_CALL_JAVA_RUNTIME3 not found

    We have a SOAP to PROXY scenario Which is in Production.
    We keep getting the Error:
    " Problem while determining receivers using interface mapping: "SYSTEM FAILURE" during JCo call. Bean SMPP_CALL_JAVA_RUNTIME3 not found on host XXXXXX, ProgId =AI_RUNTIME_XXX.
    We are using Standard Receiver Determination with single receiver without any condition. And no mapping being used in interface determination.
    What are all the possible situation where we face such as this issue in Production.

    Please check the SAP note
    # 1706936 - messages fails with error java.lang.RuntimeException Bean SMPP_CALL_JAVA_RUNTIME3 not found
    1944248 - PI unstable due to JCO_SYSTEM_FAILURE mapping issues

  • NW CE 7.1, Bean:SALV_WD_EXPORT_PDF not found

    We have just installed a NW CE 7.1 environment and are trying to get the webdynpro for Adbbe Document Export (SALV_WD...) working.  We get an error message stating "Bean: SALV_WD_EXPORT_PDF not found on host".  The JCO connection is working.
    The error informatoin leads us to believe the we must have the usage type BI_JAVA installed.  This usage type is nowhere to be found for NW 7.1. It seems to be available for NW 7.0.
    Do we need it?  If so, where is it available?  If not, what should we do to get this working?
    Thanks in advance.

    Hi,
    Did you select Adobe Document Services Usgae type during installation.
    Also,BI-Java usage type is not supported in CE 7.1
    Rgds,
    Soujanya

  • Bean ZBAPI_COMPANY_DETAIL no found on host

    Hi experts,
    I created the BAPI for using asynchronous RFC between ECC and XI server. But when i run the report and call the RFC like that:
    CALL FUNCTION ZBAPI_COMPANY_DETAIL
         IN BACKGROUND TASK
         DESTINATION 'ECC_RFC_XI'
      TABLES...
    The error message occurs in SM58 is: Bean ZBAPI_COMPANY_DETAIL no found on host xxxx, although i had created the RFC with type T and name ECC_RFC_XI point to the XI server.
    Could you guy help me to solve this error please.
    Thanks in advance.

    Hi Pham,
    I have tested it in my system and it is working fine without any issue. What you need to do is as below.
    1. ZBAPI should have only tables parameters rest import & export tabs should be empty.
    2. Do not write any code inside your ZBAPI.
    3. In your ABAP program create an internal table exactly same as in BAPI.
    4. Select the data into this internal table.
    5. Now call this bapi and pass this internal table, see the below code .
    PARAMETERS : comp_id TYPE bapi0014_2-company.
    DATA: company_detail TYPE STANDARD TABLE OF t880.
    SELECT rcomp name1 cntry langu stret city
      FROM t880 INTO CORRESPONDING FIELDS OF TABLE company_detail
      WHERE rcomp = comp_id.
    CALL FUNCTION 'ZBAPI_COMPANY_GETDETAIL'
      IN BACKGROUND TASK
      DESTINATION 'R3_TO_XI'
      TABLES
        comp_detail  = company_detail.
    COMMIT WORK. "(if you do not use commit work, it will not work)
    6. Before executing this code make sure the RFC 'R3_TO_XI' created in SM59 passed the test successfully.
    You must be having a question in your mind that why we have not written that select statement inside the BAPI. If my assumption is correct then the answer is, this BAPI is working here a carrier and since it is asyn scenario then it should not have any import or export parameters. It simply carries the fetched data from your report to target system.
    Test your scenario like this and if you have any doubts let me know.
    Regards,
    Sarvesh

  • SFTP Issue in OSB invocation resulted in an error: com.maverick.ssh.SshException: ssh-dss Key Not Found for host hostname,ip

    I created a Proxy Service to do pull file and push it to sftp server
    known_hosts file is present on OSB server.
    It has abcserverhostname,IP ssh-rsa AA................. ==
    I created a business service to do SFTP push to sftp server (remote) - Its not working.
    <Error> <SFTPTransport> <BEA-381826> <Key Not Found for host hostname,10.124....>
    com.maverick.ssh.SshException: ssh-dss Key Not Found for host hostname,10.124.....
      at com.bea.wli.sb.transports.sftp.client.KnownHostVerifier.onUnknownHost(KnownHostVerifier.java:37)
    My Business Service
    End Point URI : sftp://sftpserverhostname:22/directorypath
    Authetication Mode : user name, password.I have created a Service Account for sftpserver and imported in Business Service.
    Do I need to give anything else in known_hosts file ?
    and hostname can be any random name?
    <Dec 11, 2013 1:45:37 PM GMT+08:00> <Error> <SFTPTransport> <BEA-381801> <Error occured for endpoint com.bea.wli.sb.transports.TransportException: com.maverick.ssh.SshException: ssh-dss Key Not Found for host hostname,10.124....
    com.bea.wli.sb.transports.TransportException: com.maverick.ssh.SshException: ssh-dss Key Not Found for host
      at com.bea.wli.sb.transports.sftp.connector.SFTPTransportProvider.sendMessage(SFTPTransportProvider.java:161)
      at com.bea.wli.sb.transports.sftp.connector.SFTPTransportProvider.sendMessageAsync(SFTPTransportProvider.java:111)
      at sun.reflect.GeneratedMethodAccessor566.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      Truncated. see log file for complete stacktrace
    Caused By: com.maverick.ssh.SshException: ssh-dss Key Not Found for host eirnode2,10.124.10.16
      at com.bea.wli.sb.transports.sftp.client.KnownHostVerifier.onUnknownHost(KnownHostVerifier.java:37)
      at com.sshtools.publickey.AbstractKnownHostsKeyVerification.A(Unknown Source)
      at com.sshtools.publickey.AbstractKnownHostsKeyVerification.verifyHost(Unknown Source)
      at com.maverick.ssh2.TransportProtocol.C(Unknown Source)
      at com.maverick.ssh2.TransportProtocol.processMessage(Unknown Source)
      Truncated. see log file for complete stacktrace

    BEA-381826 suggest that there is any issue with your public key in known_host file, can you cross verify it again. Also can you check if known_host file has appropriate permissions and I am assuming it is in /OSB_DOMAIN/osb/transports/sftp folder.
    Hostname,IP algorithm publickey are the hostname, ip, and public key of SFTP server.
    As per troubleshooting guidelines
    The Key not found for IP, host error message indicates that the known_hosts file does not contain an entry that corresponds to the specified IP-host combination. If the entry exists, then try with another algorithm key; for example, if the earlier attempt was with an RSA key, try again with a DSA key.
    Cheers,
    Sahil

  • JCO RFC provider: Server function not found, short dump

    Hi all,
    I'm trying to use the JCO RFC provider service of NW04s (SP15) together with an ABAP 4.6C system. I've followed all the documentation that I could find, but couldn't get it to work yet. This is what I've done so far:
    Using SM59 I've had a destination APP_JK1 created for me on the R/3 system. AFAIK it's set up correctly and marked as a "registered server", connection tests were successful.
    On the portal, I've created a RFC portal destination using my R/3 credentials and successfully tested it. Then I created an entry in the RFC provider service, using the correct values for system, id & gateway, and let it point to my RFC destination for the repository connection. The program ID is also APP_JK1.
    Next, I created a stateless session bean which is part of an EAR, gave it a JNDI name of "RFCTEST" and added a method like this:
        * @ejb.interface-method view-type="both"
        * @param function called function
       public void processFunction(com.sap.mw.jco.JCO.Function function) {
          JCO.ParameterList input  = function.getImportParameterList();
          String query = input.getString("I_STRING_SEARCH");
          JCO.ParameterList output = function.getExportParameterList();
          output.setValue(query, "ECHOTEXT");
    (The project uses xdoclet for the creation of J2EE stuff)
    In application-j2ee-engine.xml located in the META-INF directory of my EAR, I've added:
    <reference reference-type="hard">
         <reference-target provider-name="sap.com" target-type="library">com.sap.mw.jco</reference-target>
    </reference>
    The application deploys without errors, and besides from my RFC connection works as expected. In the JNDI registry view of VisualAdmin I see the corresponding entry: "rfcaccessejb/RFCTEST" is a local reference to my stateless session bean.
    On ABAP, I have a tiny little program that calls my function, mainly looking like this:
    CALL FUNCTION 'RFCTEST' DESTINATION 'APP_JK1'
      EXPORTING
        I_STRING_SEARCH = query
      IMPORTING
        ECHOTEXT = t1.
    Unfortunately, it short dumps immediately. The error message is:
    JCO.Server could not find server function 'RFCTEST'
    I'm lost. What could be wrong? Any help is greatly appreciated. Kind regards,
    Christian Aust

    Hello Perry song,
    You got the short dump bcoz, there is no perform by the name you provided in the program,
    for example. consider there are 2 programs.
    Program 1 :
    REPORT  ZPGM1.
    *Calling a perform SNAME1 , the code of perform is written in ZPGM2.
    perform sname1 IN PROGRAM ZPGM2.
    Program 2 :
    REPORT  ZPGM2.
    perform sname1 .
    Form SNAME1 .
    write : 'Text in form SNAME1' .
    endform.                    " SNAME1
    (here SNAME1 is found and it works perfectly )
    Change in Program 1 :
    REPORT  ZPGM1.
    *Calling perform DELTA ,
    perform DELTA IN PROGRAM ZPGM2 IF FOUND.
    Now the perform statement will search for perform " DELTA " in ZPGM2 , but there is no perform by name DELTA , so here we need to mention the condition " IF FOUND "  , so now by mentioning the condition " IF FOUND " in perform statement ,  if the perform DELTA is not found then it wont go to DUMP.
    If condition " IF FOUND "  is not mentioned in perform statement like
    perform DELTA IN PROGRAM ZPGM2 . ( This gives DUMP )
    just type " IF FOUND " when u r calling a perform from other program ( i guess this will solve the problem ).
    Hope it might be helpfull,
    Regards ,
    Aby
    Edited by: abhi on Nov 6, 2008 10:14 AM

  • Beans: class not found in web application of my own

    i am using tomcat 4.0 & j2sdk1.4.0
    i have path like
    c:\myjspapp\ourproject\WEB-INF\classes
    my .jsp,.html,.java file r in /ourproject folder
    i dont want to store my files in /webapps folder of tomcat
    i want to store them in folder as mentioned above
    i am displaying .jsp file contents in .html file in frames
    my .jsp file name is:ourmenu10.jsp
    my .html file name is:webmenu10.html
    my .java file name is:menuCreate.java
    i am using .java file as beans in my .jsp file
    i am getting error while accessing class file
    error trace is:::
    Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    An error occurred at line: 9 in the jsp file: /ourproject/ourmenu10.jsp
    Generated servlet error:
    C:\Program Files\Apache Tomcat 4.0\work\localhost\jigishatest\ourproject\ourmenu10$jsp.java:72: Class org.apache.jsp.menuCreate not found.
    menuCreate createmenu = null;
    ^
    An error occurred at line: 9 in the jsp file: /ourproject/ourmenu10.jsp
    Generated servlet error:
    C:\Program Files\Apache Tomcat 4.0\work\localhost\jigishatest\ourproject\ourmenu10$jsp.java:75: Class org.apache.jsp.menuCreate not found.
    createmenu= (menuCreate)
    ^
    An error occurred at line: 9 in the jsp file: /ourproject/ourmenu10.jsp
    Generated servlet error:
    C:\Program Files\Apache Tomcat 4.0\work\localhost\jigishatest\ourproject\ourmenu10$jsp.java:80: Class org.apache.jsp.menuCreate not found.
    createmenu = (menuCreate) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "menuCreate");
    ^
    3 errors, 1 warning
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:284)
         at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:546)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:177)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:189)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
         at java.lang.Thread.run(Thread.java:536)
    Please help me as early as possible
    thanks in advance

    Okay, first things first,
    You did put the class into a package? good.
    You did compile the class, so we no longer care about the .java file, only the .class file, right?
    You read documentation on deploying applications in tomcat? If not, do a google search.
    As was started earlier, keep things under Tomcat/webapps/yourapp at least until you get things up and working. Then worry about changing paths, mapped drives, and all those other things. Do this one step at a time and you will get there. Try to do too much at once and you will get lost and frustrated.
    If you find the documetnation about deplying your applications in tomcat, you will also find info on how to change the absolute path of the context and/or host
    A good place to start is: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html

  • Bean class not found error...

    I am using Tomcat 4.0 on windows 98, when I try to use my bean class from jsp program, I get class not found error. I read/followed all the similar problems in the forum but still have not been able to solve the problem.
    The error I get is as follows:
    ==============================
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    An error occurred at line: 1 in the jsp file: /handoff1.jsp
    Generated servlet error:
    D:\Apps\Apache\Tomcat4.0\work\Standalone\localhost\cartapp\handoff1$jsp.java:56: Class com.cartapp.user.User not found.
    com.cartapp.user.User handoff = null;
    ^
    An error occurred at line: 1 in the jsp file: /handoff1.jsp
    Generated servlet error:
    D:\Apps\Apache\Tomcat4.0\work\Standalone\localhost\cartapp\handoff1$jsp.java:59: Class com.cartapp.user.User not found.
    handoff= (com.cartapp.user.User)
    ^
    An error occurred at line: 1 in the jsp file: /handoff1.jsp
    Generated servlet error:
    D:\Apps\Apache\Tomcat4.0\work\Standalone\localhost\cartapp\handoff1$jsp.java:64: Class com.cartapp.user.User not found.
    handoff = (com.cartapp.user.User) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.cartapp.user.User");
    ^
    3 errors, 1 warning
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:285)
    at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:548)
    =============================================
    Location of files
    ==================
    My jsp file is located at:
    D:\Apps\Apache\Tomcat4.0\webapps\ROOT\cartapp
    my bean class - User - is at:
    D:\Apps\Apache\Tomcat4.0\webapps\ROOT\WEB-INF\classes\com\cartapp\user
    Contents of the jsp file
    =======================
    <jsp:useBean id="handoff" scope="session" class="com.cartapp.user.User" />
    <HTML>
    <BODY>
    This is the setting page!
    <%
    handoff.setFirstName("George");
    %>
    </BODY>
    </HTML>
    The first 2 lines of the class are:
    ==================================
    package com.cartapp.user;
    public class User {
    Environment settings
    ====================
    JAVA_HOME=D:\Apps\java\jdk
    CATALINA_HOME=D:\Apps\Apache\Tomcat4.0
    CLASSPATH=;.;F:\ola\progmn\JAVA\pkgs;D:\Apps\Apache\Tomcat4.0\common\lib\servlet.jar
    Can anyone please help. Thanks.
    Thanks.
    Ola Oke (SCJP 1.4)

    Not certain but try putting the classes folder in your classpath:
    D:\Apps\Apache\Tomcat4.0\webapps\ROOT\WEB-INF\classes\

  • Example 'Customer Care Scenario' deployable archive not found

    Hi,
    I was trying to set up the example customer care scenario application reffered in the document shown below. https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d00901ec-dccc-2a10-2f85-c0dda4690459
    But I coould not find the deployable archives CERAXEDM00_0.sca and CERACSC00_0 anywhere. Could you kindly let me know from where I can download this?
    I downloaded the CE 7.1 trial version and was trying to check the features of CE.
    Thank you,
    Mansoor.

    Hi  Mansoor,
    From the link below you can download both documentation, deployables and sources of CSC and xEDM Sample Applications.
    /docs/DOC-8033#section38
    Best Regards,
    Penka

  • Java system error: Bean BICS_CONS_GET_VIEW_DEF_J_PROXY not found

    In BEx Report Designer, click Insert Data provider under Report, and then choose one create query, system show the error message(message class:RSBOLAP, message number:018), the detail diagnosis like below, please help to solve it. Thanks!
    Diagnosis
    Error while loading query metadata, Check the query and portal settings
    An error occurred in the BI components on the SAP J2EE Engine.
    System Response
    Procedure
    Contact your system administrator to have the error analyzed in detail.
    Procedure for System Administration
    Start the Visual Administrator, log on to the SAP J2EE Engine and choose "<J2EE_SID>" ->"Server" -> "Services" -> "Log Viewer".
    The file "defaultTrace.trc" includes detailed information about the error that occurred. In Windows, you can find this file in the Log Viewer under "Cluster <computer name>" -> "Server <server number>" -> "<drive>:\usr\sap\<SID>\JC<INSTANCE>\j2ee\cluster\server<NUMBER>\log". ". In Unix, the file is located under "/usr/sap/<SID>/JC<INSTANCE>/j2ee/cluster/server<NUMBER>/log".
    If the file does not include enough detail about the error, you can increase the log level to obtain more information. To do this, choose "<J2EE_SID>" -> "Server" -> "Services" -> "Log Configurator". On the "Locations" tab page, choose "com" -> "sap" -> "ip" -> "bi" -> "webapplications". Using the selection list on the right side of the screen, you can increase the log level, whereby "DEBUG" represents the log level with the most information. You can save your settings by choosing the "Save" icon. The change to the log level is active immediately. Once you have successfully analyzed the error, you should set the log level back to its default value using the appropriate pushbutton; continuous writing to the log file negatively affects the overall performance of the system.

    hello,
    Please check the system configuration using:
    937697: Usage of SAP NetWeaver BI Diagnostics & Support Desk Tool
    Regards, Karol Kalisz, BI Development

  • Bean claase not found by xrpcc-tool

    Hi,
    my webservice uses databeans fom another package. Although the path to the databeans is in my CLASSPATH, xrpcc can't find this beans. Has everything xrpcc needs to be in the same package, because for the xrpcc -classpath parameter there is only one path possible.
    Any suggestions?
    Thanx for helping,
    Mischa

    If multiple paths are needed you can enclose the classpath in quotes. For
    example, xrpcc -classpath "somedir;some.jar;..\classes".

  • Object not found in lookup of BAPI_USR01DOHR_G, error key: RFC_ERROR_SYSTEM

    Hi SDN,
    I am getting the following exception , When click on Equipment Card in Work Environment, ESS.
    Bean BAPI_USR01DOHR_GETEMPLOYEE not found on host XXX, ProgId=XXX: Object not found in lookup of BAPI_USR01DOHR_G, error key: RFC_ERROR_SYSTEM_FAILURE  
    Please help me out to resolve this issue.
    regards,
    Sree.

    Hi Lukas,
    Following is the dump in /nwa.
    Bean BAPI_USR01DOHR_GETEMPLOYEE not found on host EPBIDEV, ProgId=SAPSLDAPI_DV1: Object not found in lookup of BAPI_USR01DOHR_GETEMPLOYEE.registered entries for FuctionName=JNDIName : {GET_AWF_LOCALIZED_STRING=PRTRFC_BASE, GET_AWF_SUBPROC_LOG_DATA=PRTRFC_BASE, RSWR_ZIP_STREAM_GET=PRTRFC_BASE, SALV_WD_EXPORT_PDF=PRTRFC_BASE,... [see details]
    Full Message Text
    Bean BAPI_USR01DOHR_GETEMPLOYEE not found on host EPBIDEV, ProgId=SAPSLDAPI_DV1: Object not found in lookup of BAPI_USR01DOHR_GETEMPLOYEE.registered entries for FuctionName=JNDIName : {GET_AWF_LOCALIZED_STRING=PRTRFC_BASE, GET_AWF_SUBPROC_LOG_DATA=PRTRFC_BASE, RSWR_ZIP_STREAM_GET=PRTRFC_BASE, SALV_WD_EXPORT_PDF=PRTRFC_BASE, RSWR_SYSTEM_ALIAS_CHECK_PROXY=PRTRFC_BASE, RSRD_X_MAP_TO_PRTL_USERS_PROXY=PRTRFC_BASE, RSPOR_SHORT_TO_URL_CONVERT=PRTRFC_BASE, CPETEST=PRTRFC_BASE, LSO_COL_GET_TEMPLATES=PRTRFC_BASE, RSWR_SAP_ROOT_FOLDER_GET=PRTRFC_BASE, LSO_COL_GET_EXT_ROOMACCESSURL=PRTRFC_BASE, RSRD_GET_PORTAL_USERS=PRTRFC_BASE, CREATE_AWF_TASK=PRTRFC_BASE, CANCEL_AWF_SUBPROCESS=PRTRFC_BASE, RSRD_X_GET_PORTAL_INFO_PROXY=PRTRFC_BASE, RSRD_X_PRODUCE_PROXY=PRTRFC_BASE, LSO_COL_GET_TEMPLATE_INFO=PRTRFC_BASE, RSPOR_PORTAL_CALL=PRTRFC_BASE, RSWR_RFC_SERVICE_LISTENERS_GET=PRTRFC_BASE, LSO_COL_GET_PORTAL_USER=PRTRFC_BASE, RSDAS_X_PROV_DESCRIBE_PROXY=PRTRFC_BASE, LSO_COL_SET_ROOM_USERS=PRTRFC_BASE, RSWR_URL_QUERY_COMPRESS_PROXY=PRTRFC_BASE, LSO_COL_CREATE_ROOM=PRTRFC_BASE, RSRD_MAP_TO_PORTAL_USERS=PRTRFC_BASE, RSTT_TRACE_BI_PORTAL_START=PRTRFC_BASE, RSOD_MIGRATE_DOCUMENT_PROXY=PRTRFC_BASE, LSO_COL_DELETE_ROOM=PRTRFC_BASE, RSWR_LOGGER_CONFIG_SET=PRTRFC_BASE, RSWR_BINARY_CONTENT_GET=PRTRFC_BASE, RSPOR_SETUP_CHECK=PRTRFC_BASE, RSWR_FOLDER_CONTENT_GET=PRTRFC_BASE, RSDAS_X_PROV_OBJECT_DET_PROXY=PRTRFC_BASE, LSO_COL_GET_ALL_CATEGORIES=PRTRFC_BASE, LSO_COL_GET_ROOMS=PRTRFC_BASE, UWL_PUSH_ITEMS=PRTRFC_BASE, RSWR_TEMPLATE_PROCESS_PROXY=PRTRFC_BASE, RSWR_PREEXECUTION_PROXY=PRTRFC_BASE, LSO_COL_REMOVE_USER_FROM_ROOM=PRTRFC_BASE, RSWR_BOOKMARK_ADJUST_PROXY=PRTRFC_BASE, RSRD_X_GET_INFO_PROXY=PRTRFC_BASE, RSWR_JAVA_VERSION_INFO_GET=PRTRFC_BASE, RSWR_RFC_SERVICE_TEST=PRTRFC_BASE, RSRD_BROADCASTING_KM_RFC=PRTRFC_BASE, LSO_COL_GET_ROOM_USERS=PRTRFC_BASE, RSWR_ROOT_FOLDER_GET=PRTRFC_BASE, LSO_COL_ADD_USER_TO_ROOM=PRTRFC_BASE, RSWR_ABAP_EXCEPTION_TEST=PRTRFC_BASE, RSWR_SERVICE_DISPATCHER_TEST=PRTRFC_BASE, RSRD_STORE_ONLINE_LINK=PRTRFC_BASE, RSWR_CLUSTER_INFO_GET=PRTRFC_BASE, LSO_COL_GET_INT_ROOMACCESSURL=PRTRFC_BASE, LSO_COL_GET_ROOM_OWNERS=PRTRFC_BASE, BICS_CONS_GET_VIEW_DEF_J_PROXY=PRTRFC_BASE, RSWR_TIME_GET=PRTRFC_BASE, GET_AWF_SUBPROC_ATTACHMENTS=PRTRFC_BASE, LSO_COL_GET_ROOM_PRIVACYTYPES=PRTRFC_BASE, RSWR_STRING_CONTENT_GET=PRTRFC_BASE, RSRD_FOLDER_WRITABLE=PRTRFC_BASE, RSWR_LOGGER_CONFIG_GET=PRTRFC_BASE, RSWR_CACHE_INVALIDATE_PROXY=PRTRFC_BASE, RSWR_RFC_VERSION_INFO_GET=PRTRFC_BASE, RSOBJS_GET_PORTAL_VIEWS_RFC=PRTRFC_BASE, RSWR_SESSION_TERMINATE_PROXY=PRTRFC_BASE, RSPOR_NODES_READ=PRTRFC_BASE, RSPOR_NODES_SAVE=PRTRFC_BASE, RSRD_X_DISTRIBUTE_PROXY=PRTRFC_BASE, SUWL_NOTIF_PUBLISH=PRTRFC_BASE, LSO_COL_GET_ROOM_INFO=PRTRFC_BASE, RSDAS_X_PROV_PROCESS_PROXY=PRTRFC_BASE, RSPOR_URL_TO_SHORT_CONVERT=PRTRFC_BASE}
    All JCos are tested successfully.
    regards,
    Sree.
    Edited by: sree pedasingh on Mar 22, 2011 10:48 AM

  • Object not found in lookup

    Hi! This is my first post!
    After patching the portal from NW7.0 SP16 to NW7.01 SP4 (EHP1), strange erros appear frequently in the traces.
    I'm not able to determine them. (I don't want to post the hole trace. Is there a way to attach it?)
    "Bean SALS_MTE_GET_BY_TOOL_RUNSTATUS not found on host nsiko01, ProgId=nsiko01.sapccmsr.09: Object not found in lookup of SALS_MTE_GET_BY_TOOL_RUNSTATUS.registered entries for FuctionName=JNDIName : {GET_AWF_LOCALIZED_STRING=PRTRFC_BASE, GET_AWF_SUBPROC_LOG_DATA=PRTRFC_BASE, RSWR_ZIP_STREAM_GET=PRTRFC_BASE, SALV_WD_EXPORT_PDF=PRTRFC_BASE, RSWR_SYSTEM_ALIAS_CHECK_PROXY=PRTRFC_BASE, RSRD_X_MAP_TO_PRTL_USERS_PROXY=PRTRFC_BASE, RSPOR_SHORT_TO_URL_CONVERT=PRTRFC_BASE, CPETEST=PRTRFC_BASE, LSO_COL_GET_TEMPLATES=PRTRFC_BASE, RSWR_SAP_ROOT_FOLDER_GET=PRTRFC_BASE, LSO_COL_GET_EXT_ROOMACCESSURL=PRTRFC_BASE, RSRD_GET_PORTAL_USERS=PRTRFC_BASE, CREATE_AWF_TASK=PRTRFC_BASE, CANCEL_AWF_SUBPROCESS=PRTRFC_BASE, ..."
    Thanks in advance!
    Erwin

    hi Erwin,
         based on the u r error messages,  i found in google(this error message "RSWR_SAP_ROOT_FOLDER_GET")  this may be error with bi-java error
    for more clarifications u can refer  this following links
    Error while setting up BI and EP
    let me know am i correct or not
    ravindra

Maybe you are looking for

  • Proxy Log On failed(Error Code 12154)

    Hello There! Can someone P'se help on this Installation WIN2K-Pro Oracle8iEE-1.7.. Oracle9iAS Two different Oracle homes Problem I am trying to test for the first time my portal but i am receiving the following error messages 1)when I type in <http:/

  • Video to tv from computer

    How to transfer video from my computer to TV?

  • Transfer entire library from one CPU to another?

    How do I transfer my entire library (purchased from iTunes and copied from CD's) to another computer. I tried copying it as a XLM file to a external HD but I received an error message telling me that not all of the files were located (none of them we

  • After Reset LED Off

    Hello, after the reset with the Airport Utility will not boot the Time Capsule. The LED is off! If I pull the power plug and a few minutes wait, everything goes back. When I try a reset on the Airport Utility, it is not folding. The LED remains off.

  • 10g RAC - must all redo members be on cluster fs ?

    Hi, As far as the docs say "Each instance has its own online redo log groups which are called an instance's thread of online redo". My question is: can I put the redo logs of a given instance to local fs ( not visible from other nodes ) , or at least