JCO - PI 7.1 problems

We are setting up a scenario: Java program -> PI 7.1 -> SAP ECC 6.0
The JAVA program is using JCO libraries to do RFC calls to PI. PI calls ECC 6 through ABAP proxies (which works fine).
Could someone please share their experience in integrating JCO with PI?
Do we really have to define a physical function module on the PI side in order for JCO to load the function template or could we somehow JUST use the PI RFC adapter?
We would very much try to avoid defining our own function modules in PI. The message structures are huge, and as I see it we have to define these structures as input parameters to our function modules (by hand!).
Please advice - Thanks

Stefan Grube wrote:
Instead of using JCO, you should use web service infrastructure in your Java application.
> Define a web service in PI and create a web service client in your application.
>
> This can be done easily with NWDS.
or possibly a java proxy connectivity.

Similar Messages

  • JCO.Server within Tomcat problem

    Hello.
    I have implemented a JCO Server as a servlet and it is working just fine. However, it refuses to allow other servlets to connect to SAP. It grabs a hold of sapjcorfc.dll and will not let go. So that when I run a servlet that needs to call a BAPI I get the following error message:
    java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [Native Library C:\WINDOWS\system32\sapjcorfc.dll already loaded in another classloader]. java.library.path [C:\Program Files\Java\jdk1.5.0_10\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Java\jdk1.5.0_10\bin]
    com.sap.mw.jco.JCO.<clinit>(JCO.java:776)
    Anyone have any idea how I can tell the JCO server not to be so selfish. I tried the JCO Library 2.0.9 and 2.1.8 with same results. This is obviously running on Windows, XP variety. Tomcat 5.5 and Java 1.5.
    Thank you in advance.
    Rudy

    > Hi Rudy,
    >
    > You are a little bit off topic here,
    Sorry <blush> I thought I might be, but I was getting desperate. I posted it in the Java Programming but didn't get much there.
    > anyway please check
    > <a href="/thread/2 [original link is broken]
    > 61626">this</a> thread and especially the two SAP
    > notes mentioned there.
    Thank you. This hint is what I was looking for. I was hoping to be able to get to it today, but I guess it'll have to wait till Monday. In the meantime I found another solution in the OSS notes yesterday. It seem as though the classloader for the sapjcorfc.dll will look for it in the same directory as sapjco.jar first. So I deleted it from the system32 folder and copied it into WEB-INF\lib folder of each project and voila it worked. Although I still want to figure out what this solution is as well.
    >
    > HTH!
    >
    > -Vladimir
    Spasibo Volodya.

  • BAPI_REQUISITION_CREATE - Java (JCo) problem

    Hi all,
    Iam trying to create a purchase requistion using BAPI_REQUISITION_CREATE by using Java (JCo) programming. The problem i face is on the REQUISITION_ITEM_TEXT table. passing value text for "B01" successfully stored into SAP. but the problem is on "B02" field. No value stored into SAP (field not blank). Anyone can help me to solve this problem ?.
    Thanks in advance 
    [email protected]
    REQUISITION_ITEM_TEXT -
    docDesc = function.getTableParameterList().getTable ("REQUISITION_ITEM_TEXT");
    docDesc.appendRow ();
    docDesc.setValue (itemDetails.getId(), "PREQ_ITEM");
    docDesc.setValue ("B01", "TEXT_ID");
    docDesc.setValue ("*", "TEXT_FORM");
    System.out.println("MATERIAL DESCRIPTION : "+itemDetails.getMaterialDescription());
    docDesc.setValue (itemDetails.getMaterialDescription(), "TEXT_LINE");
    docDesc.appendRow ();
    docDesc.setValue (itemDetails.getId(), "PREQ_ITEM");
    docDesc.setValue ("BO2", "TEXT_ID");
    docDesc.setValue ("*", "TEXT_FORM");
    docDesc.setValue (prValue.getJustificationText(), "TEXT_LINE");

    Hi all,
    Iam trying to create a purchase requistion using BAPI_REQUISITION_CREATE by using Java (JCo) programming. The problem i face is on the REQUISITION_ITEM_TEXT table. passing value text for "B01" successfully stored into SAP. but the problem is on "B02" field. No value stored into SAP (field not blank). Anyone can help me to solve this problem ?.
    Thanks in advance 
    [email protected]
    REQUISITION_ITEM_TEXT -
    docDesc = function.getTableParameterList().getTable ("REQUISITION_ITEM_TEXT");
    docDesc.appendRow ();
    docDesc.setValue (itemDetails.getId(), "PREQ_ITEM");
    docDesc.setValue ("B01", "TEXT_ID");
    docDesc.setValue ("*", "TEXT_FORM");
    System.out.println("MATERIAL DESCRIPTION : "+itemDetails.getMaterialDescription());
    docDesc.setValue (itemDetails.getMaterialDescription(), "TEXT_LINE");
    docDesc.appendRow ();
    docDesc.setValue (itemDetails.getId(), "PREQ_ITEM");
    docDesc.setValue ("BO2", "TEXT_ID");
    docDesc.setValue ("*", "TEXT_FORM");
    docDesc.setValue (prValue.getJustificationText(), "TEXT_LINE");

  • New JCo names are not listing in WB Content Administrator

    Dear Friends,
    I have deployed my WebDynpro application on a landscape where the production system got 4 server services running.
    Initially the WD application was using the existing JCo connections.  But on the latest deploy I have to use new JCo connections and I made changes.
    Problem is, these new JCo connection names are not appearing in WebDynpro Content Administrator and still it displays old JCo connections.
    This problem exists with global WD Content Admin. URL as well as with individual server url, except in one server instance where JCos yet to be created.
    But when I execute the application with global URL, it is working fine.
    Intent is to create and use my new JCo connections for the application which are not listing in WB Content Admin.
    Is it require to restart the server services? 
    Is it possible to solve this problem without restarting the services?
    Is there any other way to resolve this problem?
    Thanks in advance.
    Lakshmikantha

    Sorry I can't approach to restart the j2ee service at this movement.
    And the application got new JCo name at it's JCO refrences.
    Infact the application is working fine with new JCos on development and quality systems.
    Problem exists only on production system where it got 4 server instances.
    Any hope without restarting services?

  • Is sth. like "JCO.Repository.getFunctionTemplate(String BAPI_NAME)" in NCo?

    Hi guys,
    I switched from JCo to NCo and try to find the same functions that are available under JCO.
    My specific problem is this:
    I integrated SAP in our applications using XML with JCo until now, e.g.
    JCO.Function.getImportParameterList.fromXML(String myImportParameters)
    This code snippet e.g. fills the parameters for my BAPI.
    To have the correct XML input string, I organized me the structure of the parameter XML representation via
    JCO.Function.getImportParamterList.toXML()
    I got the function using
    IFunctionTemplate ft = myRepository.getFunctionTemplate(bapiName.toUpperCase());
    JCO.Function function = ft.getFunction();
    XML has the very advantage, that you can pass any values inside the fields an thus use it in processes.
    Now I'm looking for the same feature in NCo:
    I want to specify the BAPI name in my little app and receive an XML representation of the needed Import/Export/Table parameters. But I couldn't find any method in the whole NCo class library to do this.
    Can someone help me?

    Well, I'll try my best. If nothing else works, I'll call my old JCo via some SOAP with the BAPINAME as parameter and let JCo return the XML representation
    Thanks for the help!

  • Is there a way to convert JCO.Function to IDoc.DocumentList?

    Hi, dear All!
    I am implementing a JCo IDoc listener in our application deployed in SAP WebAS (JCoIDocServer use is not recommended there). It's supposed to receive IDocs from SAP R/3 system.
    As per documentation, I created an EJB with JNDI name IDOC_INBOUND_ASYNCHRONOUS which has a method processFunction(JCO.Function).
    The problem is that I am sending IDocs from SAP and I need to work with IDoc.DocumentList instead.
    As a last resort I can try converting JCO.Function parameters into IDoc.Documents manually myself, however, I'd prefer to use some standard API to do this.
    So the question is: Is there a better way to get IDocs out of this JCO.Function object?
    I would really appreciate any help.
    Best Regards,
    -Yuri

    I solved this problem by using JCoIDoc.Server.dispatch protected method to process the JCO.Function.

  • JCo 3.00 migration

    Hi all.
    I´m used to use the JCo 2.x API, but now I´m developing for a portal version that seems to have this resource obsolete, so classes HCM_UTIL and ORGMANAGEMENTEVENTING are not installed in the system, so I need (Isn´t it??) to develop with JCo 3.00.
    Problem is I have read the official SAP docs "SAPJCo_MigrationGuide_2.x_3.0_EN.pdf" and "SAPJCo_Doku_3.0_EN.pdf", but I have a lot of doubts that I´m not able to solve, like "Do I have to hardwrite my login info at the code??" For me this is no possible. "Can I use the SAP Connection Wizard of the Eclipse??"... And a few more.
    Does anyone knows about a "howto" or a place with documentation or examples about this for me to learn it?? Can anyone give me a few examples or something like that??
    Thanks a lot in advance.

    I just need a "portalapp.xml" and a "main.java" to find out the info myself...
    Just an example for a poor developer, please

  • WebDynpro ABAP iView

    Hello experts.. we are creating several iViews for our portal, all these iViews are from WebDynpro, some of them WebDynpro for Java and some others are WebDynpro for ABAP.
    I have successfully created all the WebDynpro Java iViews.
    Now I need to create the WD Abap iViews for the portal but I'm having some dificulties... first of all, I need the WD Abap iViews to connect the same way the Java ones.. this means the same user/password -WD Java uses- without asking for authentication... in Java we don't have that problem because the connection is handled by te JCo, but now I don't know how to set this up for their ABAP counterpart. Is it possible? to launch the WDA application without asking to logon, and to use in this case the same user we're using with the WD for Java -the one of the JCo-?
    The other problem I'm having is when testing the WDA iView, so far I manually type username and password but I'm getting the following error.
    Please check the protocol and host entries for system 'DESARROLLO_ECC'..
    We're connecting to ECC 6.0, which parameters do I need to set up in order to get it right?
    Any guidance or comments will be welcome.
    Thanks in advance..
    JV

    Hi Valencia,
    You will have to configure single sign on (SSO) between the portal system and the system on which you have hosted the WDA applications. This will remove the authentication issue.
    w.r.t the error you facing...do check if the WDA system is reachable from the system where ur trying to access the application, when I say reachable try to ping the WDA system
    Thanks,
    GLM

  • Passing values to RFC/BAPI Table

    Hi,
    I am having a very strange problem. While passing the values to RFC/BAPI table using add method the values are not passed to backend SAP. Below is the code which I am using just to pass some data in RFC/BAPI table.
    The same code was working few days back. Is there any configuration in JCO or any other problems other than the code?
    Your l help is greatly appreciated.
      public void executeZtest_Function_Input( )
    //    //@@begin executeZtest_Function_Input()
    //     //$$begin Service Controller(943377124)
           IWDMessageManager manager = wdComponentAPI.getMessageManager();
           try{
      Ztest_Function_Input input = new Ztest_Function_Input();
           for (int i=0; i<5;i++){
                Zhr_Ear_Cclist cc =new Zhr_Ear_Cclist();
                cc.setFi_User("[email protected]");
                input.addIcc_List(cc);
           wdContext.nodeZtest_Function_Input().bind(input);
           wdContext.currentZtest_Function_InputElement().modelObject().execute();
                wdContext.nodeOutput().invalidate();
           } catch(WDDynamicRFCExecuteException ce) {
                manager.reportException(ce.getMessage(), false);
         //$$end
        //@@end

    Hi Raksh,
              I also got the same problem. Please check the following ways then you will solve problem.
    1. First check the appropriate BAPI in SAP GUI Software. You have to determine where is the problem?. Is it in Dynpro or BAPI itself?.
    2. Suppose the BAPI structure change you will wont't run. If BAPI strusture change you have to reimport BAPI.
    3. Please check the JCo connectio using test Button. Then redeploy your project.
    4. Rebuild your project then redeploy.
    Check the above ways you may get answer.
    Kind Regards,
    S.Saravanan

  • SSO with different ECC and UME user

    Hi everyone!
    I'm in MII 12.1.10 and trying to configure MII for SSO logon on ECC through JCO connector. My problem is i have different user in ECC and UME. SSO was configured successfully when user are equals
    ECC have a user mapping for users from AD and it's works for SSO on SAPGUI for example.
    On MII, user are logged in with AD user. But when i try to call a RFC with a logon ticket didn't work.
    So, SSO logon works if, and only if, ECC user and UME user are the same? Can ECC validate the ticket with AD mapping user?

    Hi Francisco,
    The both user name of ECC and UME should be same.
    Then only the ticket can be validated.
    Can you maintian sam euserid and try the scenario.
    Thanks
    patrick

  • Configuring SLD for ABAP trial version.

    Hi,
      I have installled ABAP trial version and 2004s Java trial version.I am facing error in configuring SLD for 2004s ABAP trial version . I am getting this below error.
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM  TYPE=B MSHOST=aarya-3 GROUP=SPACE R3NAME=NSP MSSERV=sapmsNSP PCS=1 ERROR       Group SPACE not found TIME        Mon Apr 21 15:33:19 2008 RELEASE     700 COMPONENT   LG VERSION     5 RC          -6 MODULE      lgxx.c LINE        4288 DETAIL      LgIGroupX COUNTER     4 
    Has anybody configured the SLD for local ABAP server? please let me know where I am doing the mistake..I have read many threads regarding JCO error but my problem is not resolved yet

    Hello Sam,
    Yes it is. Check the documentation at
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/cc/bae93a2876a81ae10000000a11402f/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/cc/bae93a2876a81ae10000000a11402f/frameset.htm</a>
    for further details.
    Regards,
    Klaus

  • No keyStoreManager, Portal not set up properly?

    Hi all,
    We've set up a CE 7.1 with EP 7.1.
    Now I want to create systems (connections to ERP, PI), SSO and also JCo connections.
    The problems are:
    - The KeyStoreManager is not available (Systemadministration/Systemconfiguration/KeyStoreManager). The link is just missing 
    - Content Administration/ Web Dynpro: page/ iview is not displayed, runtime error instead.  :-((
    - Connection tests fail for all systems
    I've done this work many times before on EP 6, never had these problems.
    It looks like the portal itself has not been set up properly or many objects like iviews are missing.
    I've been looking for the iView Administration.keyStoreManager for instance and it seems not to exist within our portal.
    Or is my problem that all these things have changed in EP 7.1 ??
    Thanks in advance!
    Karsten

    Hi Anaghar,
    1. I found the keystore administration in the meantime 
    2. I have all relevant admin roles and also "Everyone", core role, eu role and so on.
    3.) I have a user with same user name on the ERP system but I haven't configured SSO yet.
    Might there be a reason for the failing connection test?
    Thanks!
    Karsten

  • Problem with JCo Connection Pool

    Hi,
    I have a problem with using an RFC Model in my WebApplication. So sometimes the access to the function block works, and sometimes it doesn't work. Now I know, that there is a problem with the connection pool. Look at this message:
    com.sap.mw.jco.JCO$Exception: (106) JCO_ERROR_RESOURCE: Connection pool WD_X24_MODELDATA_DEST_CPIC_REKTO_DE_useDefinedUser is exhausted. The current pool size limit (max connections) is 10 connections.
    So it looks like a problem with closing the JCo Connections after using. Do know where the problem is? Because I'm using many other function blocks with no problems.

    Hello,
    You need to increase the pool size via Visual Administrator.
    Server 0 -> Services -> JCO RFC Connections.
    Change the pool size from there. I believe a restart is in order.
    Regards,
    Jan

  • Problem with SLD and Creation of JCo

    Hello everyone!
    I have a problem with the SLD and the Creation of JCo on the Portal, in trying to create the JCo always tells me that the name used there in the SLD, being that the facility is new.
    Who performs the installation, set in the SLD the ECC 6 PRD, delete it to see if I could create a JCo but still the error again when creating the ECC 6 PRD in the SLD I said that already exists and can not create it.
    I found a forum which recommended re-import the cimsap .... .... zip and zip CR_Content which would clean everything, I managed to import the zip cimsap ... but in trying to raise CR_Content gives me the following message "All incremental updates of the selected aggregate import for export SAP_CR line have already been loaded before. You require a newer import to update your current content SAP_CR version 4.11." .
    I recommend, do the installation again, reload the cimsap.zip and CR_Content.zip a copy homogeneous.
    from already thank you very much
    Text of error to create JCo destination
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus(SystemLandscapeFactory.java:991)
        at at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.checkStatus(WDSystemLandscape.java:469)
        at at com.sap.tc.webdynpro.tools.sld.ButtonBar.onActionGoForward(ButtonBar.java:505)
        at at com.sap.tc.webdynpro.tools.sld.wdp.InternalButtonBar.wdInvokeEventHandler(InternalButtonBar.java:280)
        at at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
        ... 28 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1)
    Version null
    DOM version null
    Client Type msie7
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0017.20081210091801.0000 (release=NW04S_17_REL, buildtime=2009-01-12:09:43:27[UTC], changelist=52884, host=pwdfm114), build date: Tue Apr 28 19:28:39 CLT 2009
    J2EE Engine 7.00 patchlevel 48199.450
    Java VM IBM J9SE VM, version:2.2, vendor: IBM Corporation
    Operating system Linux, version: 2.6.18-92.el5, architecture: amd64
    Session & Other
    Session Locale en
    Time of Failure Fri Aug 28 11:43:53 CLT 2009 (Java Time: 1251474233677)
    Web Dynpro Code Generation Infos
    sap.com/tcwdtools
    No information available null
    sap.com/tcwddispwda
    No information available null
    sap.com/tcwdcorecomp
    No information available null
    Detailed Error Information
    Detailed Exception Chain
    java.lang.NullPointerException
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus(SystemLandscapeFactory.java:991)
         at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.checkStatus(WDSystemLandscape.java:469)
         at com.sap.tc.webdynpro.tools.sld.ButtonBar.onActionGoForward(ButtonBar.java:505)
         at com.sap.tc.webdynpro.tools.sld.wdp.InternalButtonBar.wdInvokeEventHandler(InternalButtonBar.java:280)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         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(AccessController.java:207)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

    Hello!!
    The "SLD" with which I am working up to Portal, the "ECC" installs itself as "ABAP.
    Who did the installation and initial configuration, do not leave any documentation about it.
    Now I need to create the systems and "JCo" necessary to enable them to implement the "ESS", but errors are presented above.
    Some days ago I managed to update the CR_Content, which allowed me to create the "JCo" but at the time of the test, says' com.sap.mw.jco.JCO $ Exception: (103) RFC_ERROR_LOGON_FAILURE "name or password incorrect .
    I managed to also create the portal systems, "System Administration -> System Configuration -> Content Portal" and to test it fails on "Test Connection with Connector", which as noted is associated with the connectors "JCo".
    For the creation of the system, I think I should create something in the Visual Administrator ", but within the documentation that I do not see anything about it.
    thanks for your help!

  • JCO Problem - (102) RFC_ERROR_COMMUNICATION/Group PUBLIC not found

    Hi all,
    I installed the u201CSAP NetWeaver 7.01 - ABAP Trial Versionu201D and the u201CEHP1 for SAP NetWeaver Composition Environment 7.1 - Preview Versionu201D on same machine (drive u201CDu201D) and both are working.
    My intention is to learn WebDynpro accessing BAPIu2019s created by me (learning ABAP too) using RFCu2019s.
    I just did it using JCou2019s but it was all configured.
    The problem is that, I create the Dictionary JCo (META_DATA) but when I ping or test always return the errors below:
    Ping: Failed to ping JCo destination 'ME_META_DATA'.
    Test: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM  TYPE=B MSHOST=localhost GROUP=PUBLIC R3NAME=NSP MSSERV=sapmsNSP PCS=1 ERROR       Group PUBLIC not found TIME        Wed Jan 07 00:40:57 2009 RELEASE     711 COMPONENT   LG VERSION     5 RC          -6 MODULE      lgxx.c LINE        4574 DETAIL      LgIGroupX COUNTER     2
    I created the Application JCo (MODEL_DATA) with success and it is working (Ping and Test).
    Even using the existing SDN documentation /forums, it seems that something is missing, a parameter; a procedure how to configure a parameter; the sequence of actions or the need of re-start the instance or machine.
    I u201Csupposeu201D that the problem may be at Stack ABAP. The group PUBLIC was created (SMLG), the services windows file is ok
    If some one had success and have a step-by-step procedure or a good tip it will be very appreciated.
    Thanks in advance.
    Walmir Catunda

    Hi Jason andd Walmir,
    Its woking JCO connetion for Sneek Preview ABAP trial version 7.01. Once you setup the logon group, you must execute the program rsrzllg0_actual in the SE38 and next unchecked the FRCE_SAV and clicked on the execute button. then check your jco connection. it is working in the my case.
    Thank you so much Jason!
    I think you can close this thread.
    Warm Regards,
    Arun Jaiswal

Maybe you are looking for

  • Open a file from anywhere - with credentials?

    Hi; Is there a way to open a file from anywhere where I give the uri and uname/password and it gives me back a Stream to read? Including: 1. ftp - with/without credentials 2. http - anon, basic, digest, & windows authentication 3. REST where you must

  • Save as locations in adobe affected by Bridge?

    To start, I don't know if this is a Bridge question at all, but let me describe the symptoms and then maybe someone can show me where better to look. Mac G5 desktop dual, OS 10.4.11 Just very recently my adobe software (AI, Indd, PS CS4) has lost it'

  • Differences between Macbook (v2) vs. Macbook pro (v1) wireless performance?

    Recently my spouse and I were on vacation and we noticed a consistent difference in our laptops' performance with available WiFi networks. In general, our Macbook (Core 2 Duo) could see wireless networks that the Macbook Pro (15", Core Duo) could not

  • Do we need a cdrw frontend?

    Do we need a cdrw frontend? I tend to like a quick simple CD/DVD Tool. Would a cdrw frontend for Solaris Community be useful? Comments? Edited by: jhawk on Oct 28, 2007 2:41 AM Omit image

  • System calls in c program

    Is there any way to change user in a shell (SU command) and then change this users password (PASSWD) and then back again (EXIT) from inside of a C-program. The passwd-part is solved. The problem is that one can only change password for the current us