Could not create JCOClientConnection for logical System: SAP_R3_HumanResour

Hi,
For all the standard ESS (sap.com) the JCo connection used is SAP_R3_HumanResources .
All the applications are working fine.
I am trying to add a test Component in one of the (sap.com~eepro) for testing a standard BAPI call for getting user details.
I have used the same Model and the same SAP_R3_HumanResources destination name.
But i get the following error when i try to execute the standard BAPI_USER_GETDetails (non - HR).The other applications for standard components (Vc ) work when i run the application.
My question here is why a custom , local webdynpro when try to make a RFC call using the running already existing JCO connection throws such error.
How could this be solved.Note the connection is running and working fine for all the ESS webdynpros!!
Error:
Could not create JCOClientConnection for logical System: SAP_R3_HumanResources - Model: class com.test.hr.model.Test. Please assure that you have configured the RFC connections and/or logical system name properly for this model!
Your experience would be worthy enough.
Regards,
Swathi

Hi Swathi,
Here are some suggestions to trace down to the actual problem.
1) First check if all users are having this issue. (All other applications working and only one application giving problem)
2) If no, then take list of users having this problem and check their portal and SAP accounts
3) If yes, then concentrate on testing the JCo connections and the user account mapped in JCo settings
Possible things u can check is user's portal account (locked or not), SAP account (lock or validity), pernr mapped (validity), JCo user (check for lock), ping and test JCo connections
If none of them are issue, check the logs if there are any trace for this issue. I believe there must be certainly one. That can help u going further.
Regards,
Harini S

Similar Messages

  • Could not create JCOClientConnection for logical System: WD_MODELDATA_DEST

    Hi ,
    I am getting the below error:
    Could not create JCOClientConnection for logical System: WD_MODELDATA_DEST - Model: class com.eligibilitymodel1.EligibilityModel1. The SSO ticket needed for authentication to WD_MODELDATA_DEST has expired. Close all applications and logon anew!
    Regards
    Anumit

    Anumit,
    when will you get this error?
    if you are getting this while using adaptive rfc model follow this link Could not create JCOClientConnection for logical System:
    if it doesnot work
    try to reimport the certificate or restart the server
    Thanks
    Bala Duvvuri

  • Could not create JCOClientConnection for logical System:

    Hi,
    I am facing a wierd problem in using the JCO destinations.
    I created a page where it is using some JCO destinations say SAP_R3_HumanResources.
    when i open the page it is working for the first time .without closing the page if i open the same page again it is giving the following error
    Error connecting using JCO.Client: null
    Error connecting using JCO.Client: null
    Pernr:Could not create JCOClientConnection for logical System: SAP_R3_HumanResources - Model: class com.swissre.CustomData. Please assure that you have configured the RFC connections and/or logical system name properly for this model!
    Please let me know how to solve this issue
    Thanks
    Bala Duvvuri

    Hi Bala,
    It seems that this is a custom webdynpro application which when executed causes such problem.  This might be due to JCO connection not released back to the pool.
    Please refer to the following threads and that might be helpful. 
    Re: JCO Connection close
    How to close a model object connection for Adaptive RFC?
    You might have to call disconnectIfAlive method on your model.
    Regards,
    Jigar

  • Could not create JCOClientConnection for logical System: MUSA_MODEL_DATA

    Hi,
    I am facing a big problem...I have created WebDynpro Application & when I am running that application from WebDynpro, it's showing the page but giving me the error message as:-
    Could not create JCOClientConnection for logical System: MUSA_MODEL_DATA - Model: class com.bcone.bcool.musa.model.MUSABAPI. Please assure that you have configured the RFC connections and/or logical system name properly for this model!
    What do I do? what connections I have to check?
    pls help.

    Hey if you are connecting to SAP system making use of adaptive RFC model you hav to create logical systems(JCOs).So while creating the model you have to specify 2 logical system names(one for model data or on for the meta data).If you have not created the JCOs or if the JCOs are not active  then you are going to get this type of error.To activate those JCOs ask your administrator to activate the JCO for metadata of your application.If you are having proper credentials then log on to portal
    System administration>webdynpro>expand the local directory>select your project>click on maintain JCOs and activate the JCO for the metadata.
    Or else change the logical system in your application.

  • "Could not create JCOClientConnection for logical System" error

    I get this error each day around 3 PM, like the JCO connections where never released...
    What should be the JCO settings for this simple app, can someone help me understanding the way to configure JCO connections (or a pool) properly?
    - 1 application (expirationTime 1 hour, logon using SSO ticket);
    - Uses 4 RFC models : A (calls one R/O RFC function), B (calls one R/O RFC function), C (calls one R/O RFC function) & D (calls one R/O RFC function and one update RFC function);
    - all the 4 models uses the same JCO destinations : WD_MODELDATA_R3_STANDARD  and WD_RFC_METADATA_R3_STANDARD;
    - users : 10 (who could possibly work in up to 4 windows);
    Note that I've added these lines in the CC of the models, good idea or not?
    - CC of Model B (before the RFC call) : reuse of the the ModelA connection using "Model1.setConnectionProvider(Model2)" command.
    - CC of Model C (before the RFC call) : reuse of the the ModelA connection using "Model1.setConnectionProvider(Model2)" command.
    - CC of Model D (after the RFC call of the update function) : "model.disconnectIfAlive();" command.
    Thanks for your help!

    Seems that the « Reuse connection » command is essential to assure that an application use ONLY ONE Jco.  I get rid of the disconnectIfAlive.
    Recommendation 1: Put all the BAPIs that you call in the same system into the same model!
    Recommendation 2: If you canu2018t follow recommendation 1, make sure that the two models synchronize their (JCo) connections!
    // two separate model instances are created ...
    MyFirstModelTypemodelMyFirst= (MyFirstModelType) WDModelFactory.getModelInstance(
    MyFirstModelType.class,
    WDModelScopeType.APPLICATION_SCOPE);
    MyOtherModelTypemodelMyOther= (MyOtherModelType) WDModelFactory.getModelInstance(
    MyOtherModelType.class,
    WDModelScopeType.APPLICATION_SCOPE);
    // ... but the first model manages and provides the
    // connection for the other model
    modelMyOther.setConnectionProvider(modelMyFirst);
    Edited by: Emanuel Champagne on Jun 27, 2008 2:38 PM

  • Could not create JCOClientConnection for logical Systems

    Louis,
    is there any jco connection with this name Z_GZD_YYGS_MODEL_DEST
    Thanks
    Bala Duvvuri

    Hi,
    Make sure that you have mentioned the New JCo destinations name in  new WD Project JCo references
    Tab.
    And you are able to ping And Test the New JCo Dest in Webdynpro Content Admin
    Siddharth

  • JCO connection error:Couldn't create JCOClientConnection for logical System

    Hi All,
    We are facing a production outage issue.
      We have a Federated Portal Network setup where one of our producer goes down automatically (seems on heavy load).
      On this Producer server we have 3 Web Dynpro applications deployed and default trace is full with JCO connection error   saying Could   not create JCOClientConnection for logical System: CSVMR_WD_MODELDATA_DEST.
    We had issue with max allowed JCO connections so we changed the below mentioned parameters for JCO connection settings in portal:
    u2022     Minimum value of JCo Pool Size in total = 80
    u2022     Minimum value for CPIC_MAX_CONV per SAP Web AS = 320
    u2022     Maximum Number JCo Connections = 160
    Please let us know if we are missing on some settings, any help in this regard is appreciated.
    Regards,
    Priyanka

    Hi,
    As you have already increased the maximum number of connections/pool size but still you are facing this problem. I would suggest you to check the web dynpro application which might not be able to release/disconnect the JCO connection.
    Please check this [Thread|How to close a model object connection for Adaptive RFC?; for more details.
    Regards
    Puneet

  • RFC destination Could not be SPecified for Logical System

    Hello there
    i am traying to costomize Transaction Luancher for some of the report which is been devloped in ECC (wich is ARD 100)
    when  on Transaction launcher Wizard--> techincal
    i am  having a  logical system as ARD100(my r.3 system where report is devloped and which is connected to CRM )
    while chosing the OBJ.TYpe :   and Method:
    it says shows three erroe :
    1) RFC destination could not be specified  for the logical system ARD100
    2) Object type and Method is not available
    i have checked RFC  , in  SM59 entriesu2026u2026 There is an RFC named ARD100 and the connection test works. I also did an authorization test and it also works. I also checked to make sure the logical system name ARD100 exists
    could you please help me to resolved the same
    Regards
    Rajiv

    Hi Rajeev,
    In a system landscape it's important and necessary to use the logical system names consistently throughout all systems!
    Therefore please make sure, that you always use the same name for a logical system in all systems (CRM and R/3 systems).
    The following steps are required before a RFC call is made from the CRM system to the R/3 system :
        o  Use transaction SM59 to create an RFC destinations for the remote
           system.
        o  Use transaction BD54 to create the logical system.
        o  Use transaction BD97 to link the RFC destination created in SM59
           with the logical system created in BD54.
    I hope this helps.
    Best Regards
    Gavin

  • Could not create JCOClientConnection

    Hello,
    I've created a WD application that use JCO connection.
    I successfully run it from the web dynpro content administrator.
    and the ping/test for the MODELDATA is successful.
    but If I copy the app. url an paste it to different browser,
    or if I try to run it from the developer studio, I'me getting a JCO connection problem with the following error:
    Could not create JCOClientConnection for logical System: BI_MODELDATA - Model: class com.model.BIQuery. Please assure that you have configured the RFC connections and/or logical system name properly for this model!
    Any idea what might be the problem?
    Thanks
    Ami

    Hi
    After creating new JCO connections, try to test and ping it.
    Metadata logical system name is used for Dictionary Objects(WD_RFC_METADATA_DEST)
    and Model data(WD_MODELDATA_DEST) is for Application.
    As you told that it works fine previously.
    I think you have chosen wrong logical system names for model data and meta data while creating models. I mean logical system for application instances is used for meta data instances and vice versa.
    Just confirm this thing.
    Mandeep Virk

  • JCOClientConnection for logical System

    Hello Experts,
    I get this error when i launch my HR application, can anyone inform wht i have to to correct this error. Currently the portal run on SP7.0 sp15.
    JCOClientConnection for logical System: HRSC_MODELDATA_DEST - Model: class com.infineon.hr.hrsc.formdatamodel.masterdata.MasterDataModel. Please assure that you have configured the RFC connections and/or logical system name properly for this model!
    Thank you
    BR
    Ramesh

    Hi,
    The error HRSC_MODELDATA_DEST saying that you haven't configured the JCo destination.
    To configure a JCo destination, login to portal ---> content Administration ---> WebDynPro Content
    Then click on "Maintain JCo Destinations" tab, there you can see all the available JCo destinations. Here you have to configure the required JCo destination.
    Note: If a JCo destination is not configured you can see a Red Color simbol and if it is configured you can see a Green color simbol......
    For Creating JCo destinations:
    http://help.sap.com/saphelp_nw70/helpdata/EN/6f/1bd5c6a85b11d6b28500508b5d5211/frameset.htm
    Regards,
    Srinivas.

  • SRM: Create Contact Person Could not create user; contact your system admin

    Hi All,
    First, I am not sure this question should be posted here, or SRM General. From my point of view, here is more suitable.
    Our Problem:
    Activity "Create Contact Person With Reference" error with message:
    Step to reproduce:
    1. Login to SRM JAVA as super administrator
    2. Open tab "SRM Administration"
    3. Using the current query, search for Business-Partner no: 30000725
    4. Press "Create Contact Person with Reference"
    5. Fill all required fields, tick "Is contact person" checkbox
    6. Put: /SAPSRM/SUPPLIER as Role
    7. Save
    The following Message appear:
    Could not create user; contact your system administrator
    SPML Service error: Error reading request status.  Display Help
    Contact Person 2000000214 Created Successfully for BP 30000725  Display Help
    E-mail was sent
    The first error is intriguing. The username & password is created successfully in ABAP System (Our UME is in ABAP).
    QUESTIONS:
    1. What cause this problem? How to trace the error?
    2. We want the user have portal role automatically. How to achieve that?
    Thank you for any responses and helps.
    SRM ABAP Version:
    SRM_PLUS     700     0009     SAPKIBK209     SRM_PLUS for mySAP SRM
    SRM_SERVER     700     0009     SAPKIBKV09     SRM_SERVER
    SAP_ABA     701     0007     SAPKA70107     Cross-Application Component
    SAP_BASIS     701     0008     SAPKB70108     SAP Basis Component
    PI_BASIS     701     0007     SAPK-70107INPIBASIS     Basis Plug-In
    SRM JAVA Version:
    SRM JAVA: Release 7 SP Level 9.0
    BP SRM: Release 7 SP Level 9.0
    Edited by: Nur Agus Suryoko on Mar 11, 2011 11:36 AM
    Version information added

    Hi Fernando,
    Can you please tell me how you resolved this issue ??
    Regards,
    Adren

  • ADF Faces: !-- ERROR: could not create stylesheet for oracle-desktop.xss

    Hi,
    I'm using ADF Faces EA6. Sometimes when I create the EAR, it doesn't include the file "oracle-desktop-ea6-ie-6-windows.css" which muest be present in the "adf/styles/cache" directory. If I check the source code from the browser, it starts like this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="ltr" lang="es-ES">
    <head><title>Sistema de Seguridad</title><meta name="generator" content="Oracle ADF Faces"><!-- ERROR: could not create stylesheet for oracle-desktop.xss --><script type="text/javascript" src="/fmv/adf/jsLibs/Commonea6.js"></script><script type="text/javascript">_defaultTZ()</script></head>
    Please note the comment: <!-- ERROR: could not create stylesheet for oracle-desktop.xss -->
    Does somebody know the reason?
    TIA,
    Brian

    If everything is set up properly the css will get generated if it doesn't exist. You do not have to be running in the IDE for the css to be correctly generated. Running the app first is generating the css before you deploy, so you've taken away the symptom but not solved the problem. If you try running on another browser, for example, you'll probably run into the same problem.
    Does your ear get unzipped when you deploy? Do you have a writable file system for the css to get written to? There is a known issue with WebLogic where it doesn't expand the EAR.
    Please check to see if there are errors in the logs.

  • Can you play this url? (JMF error 'could not create player for')

    Hello,
    I can play this url in Windows Media Player
    http://anon.vht.com.edgesuite.net/dl/deg18-062405-2425.wmv
    However when I try to play it in JMStudio 2.1.1e, I get error "could not create player for deg18-062405-2425.wmv"
    Any help appreciated,
    thanks,
    Anil

    please login and vote for this bug to be fixed - 4 years old!!!
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4670412

  • NW2004s SP9 Java Trial - "Could not create mountpoint for SC in ..."

    Hi
    I have installed the Sneak Preview NW2004s SP9 Java Trial on a W2003 Server Macheine and everything is looking fine.
    When trying the Tutorial 2: “Development with a Track“ it cames to the point where i have to Import a Development Configuration from the SLD. I get the error:
    Could not create mountpoint for SC in compartment chynet.at_APPLICATION_1: Could not create remote path /dtr/ws/APPL/chynet.at_APPLICATION/dev/inactive/SCs/chynet.at/APPLICATION/_comp/TopLevelDCs/ (Internal Server Error [(pre||post)-condition failed: Internal Server Error]).
         at com.sap.tc.devconf.impl.DTRClientErrorMapper.toSyncException(DTRClientErrorMapper.java:65)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.findOrCreateMountPointForSC(DevelopmentConfiguration.java:2758)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.createMountPointsForSCs(DevelopmentConfiguration.java:3046)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.goOnline(DevelopmentConfiguration.java:5207)
         at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:773)
         at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:698)
         at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:669)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.addDevConf(DevConfWizard.java:505)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.access$100(DevConfWizard.java:67)
    Can anybody tell me what is going wrong or where i can investigate the error?
    LG
    Michael

    Hi There !
    Run SDM RemoteGui.
    Log in.
    Go to deployment tab.
    Find sap.comtcdtr~dbschema.sda in root directory under SDM.
    Adjust deployment configuration to Update deployed SDAs/SCAs that have any version.
    Complete the wizard.
    this works !
    rajendra

  • Could not create mountpoint for SC

    Hi..
    For customising the ESS package I have installed and configured NWDI , Now after configuring the CMS when I try to "import configuration" I get the following error.(But some links are seen under the tracks in active and local dc's)
    com.sap.tc.devconf.SyncException: Could not create mountpoint for SC in compartment saphr.com_ESSMSSCOMP_1: Could not create remote path /dtr/ws/ESSMSSTR/saphr.com_ESSMSSCOMP/cons/inactive/SCs/saphr.com/ESSMSSCOMP/_comp/TopLevelDCs/ (Internal Server Error [(pre||post)-condition failed: Internal Server Error]).
    And when I try to delete the track(remove configuration) I get the following error
    com.sap.tc.devconf.SyncException: Unable to remove local file or folder. Error when asking for folder item "D:\Documents and Settings\k.mukundan\.dtc\1\SCs\saphr.com\ESSMSSCOMP\_comp\": Getting VFS manager for client J2E_ESSMSSTR_D failed: Activity report (get open activities for current repository and user) failed: Internal Server Error
    it was also written in some of the thread that it was the problem with 2004 server
    Is there a solution?
    Could some one please help me with this...
    Thanks in advance

    Hi Krishnagopal,
    make sure you have the JDI roles assigned, assign yourself the Administrator and Developer role. see if this makes a difference.
    Raj

Maybe you are looking for

  • 865PE Neo2 Memory problems

    Hi All, I just put together a new pc with the following configuration: P4 2.4GHz FSB 800 w/ stock HSF MSI 865PE Neo2-LS 2 x 256MB Hynix DDR400 ATI Radeon 9000Pro 80GB Maxtor 7200 RPM Enermax 350W Dual Fan PSU Windows XP Pro The problem: When using th

  • UI elements are missing in the layout of a view

    Hi Guys, I've downloaded New SAP NetWeaver 7.01 SP0 ABAP Trial Version. After three times installation, I gave up. And I downloaded New SAP NetWeaver 7.01 SP3 ABAP Trial Version, it took more time than SP0 to install. Finally, it works. Then I read t

  • My computer hates me...help me tame it...

    I'm not even sure where to begin, so I'll start with the most frustrating. 1. When trying to burn a dvd of my own video in idvd it gets to the part where it's done processingthe movie and preparing to burn and then I get the spinning color wheel and

  • PIR not created durning mass processing (MC8G) job

    We are transfering data from S076 to inactive PIR version for use in LTP using a job created in MC8G.  We have a few materials that are not transfering quantities.  One in particular, has 2 plants, and only 1 transfers.   The one that transfers is in

  • Lenovo g50-70 audio problem win 8.1

    Hi everyone , first of all , i would apologize for my english , but I didn't find anything on the web about my problem. As you can see from the subject i have an audio problem with my g50 i'll post the screencapture from the audio setting and after t