Machines with same Hostnames overwrite WebDynpro JCo Destinations (SLD)

Hello,
we are working with NWDI and virtualized Developer Workplace Machines (on VMWare Images). By this, all Developer Workplace machines have the same hostname. This works fine until teams start developing with Webdynpro JCo Destinations (i.e. for Adaptive RFC).
This is what I think what I figured out what is going on:
- Webdynpro JCo Destinations are managed on the configured SLD (in our case the NWDI SLD)
- SLD identifies the JCo Destination by hostname and destination name
- JCo Destinations are communicated from host to SLD, even though the SLD Data Supplier is configured only for reading SLD content
In our environment with all developer workplaces having the same hostname, we have the effect, that all devlopers workplaces MUST work with the same JCo Destination. Each time a developer updates the destination for his workplace, this update is written to SLD and therefore the destination of all other workplaces is changed as well.
So my question is: Is there any option to stop developer workplaces writing their JCo Destinations to the central SLD without loosing the functionality to read other CIM Data from their (Name Reservation, Tehcnical System Landscape) ?
We are operating Developer Workplaces on following Releases: 6.40 SP15, 6.40 SP17, 7.00 SP12 and 7.10 SP5.
Any help appreciated,
Stefan

Hi Stefan
      As of now we are using Content Administrator to manage and maintaing the JCO destinations to the systems which are configured in SLD.
      If you eliminate this jco destinations or if you want to decide not to use these JCOs ,You have option with JCO API.
Manually you need to code in your programs to connect any R/3 System.As there is no option to maintain JCO destinations other than Content Admin with SLD configured with land scape.
Regards
Kalyan

Similar Messages

  • SCCM Client entry in SCCM console for new VM with same hostname

    HI,
    I have Hyper V server with several VM's running with server OS. Recently I have stopped 2 VM's with OS windows server 2008 & 2012 & recreated new VM's with same hostnames & IP addresses. Problem is I am unable to install SCCM client on New VM
    as old enrty lies in SCCM consle with client status Active. I tried to uninstall the client from console, But its showing "can not ping".
    So is it ok to simply delete this entry from console so new entry will come in front?

    Hi,
    You can delete the object in the SCCM Admin Console,you can also install the client manually and then they will register again creating a new object with the same name.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Use WebDynpro JCO Destination in Abstract Portal Component

    Hello,
    I was wondering if it is possible to use a WebDynpro JCo Destination in an Abstract Portal Component? I have a portal component that make as JCO call to run an rfc. I get the MYSAPSSO2 ticket from the cookie and pass this in to the JCO client. This works fine. Now I need to be able to run this for anonymous users as well. I was hoping to be able to retrieve a WebDynpro JCo destination that is set up as a userid/password type and use this to make the connection to run my RFC. This way I could avoid having to store the userid and password somewhere and encrypt/decrypt  it etc...
    Thanks,
    Bert

    Yes Asusha
    You can use JSP , JSPDyn pages in Abstract portal component.
    You can call a Jsp file from the abstract portal component.
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
         com.sapportals.portal.prt.resource.IResource somePage =          
                   request.getResource("jsp", "pagelet/test.jsp");
                   response.include(request, somePage);
    Then you can made your desired UI in JSP.
    Hope this helps..
    Cheers
    Chinmaya
    Reward for helpful answers

  • How to move R12 apps-tier to another box with same hostname and a new IP ?

    Hi , we want to move R12 apps-tier to another box with same hostname,same application paths and a new IP. What is the best way? SR recommends cloning but I am seeking for a short way,Thanks.

    Hi , we want to move R12 apps-tier to another box with same hostname,same application paths and a new IP. What is the best way? SR recommends cloning but I am seeking for a short way,Thanks.Cloning is the best approach.
    You could simply copy all the files (without running preclone), clean FND_NODES and bring the services up.
    How to Clean Nonexistent Nodes or IP Addresses From FND_NODES [ID 260887.1]
    How to get a clean Autoconfig Environment ? [ID 391406.1]
    You would still need to relink the executable files as per the docs in this thread -- Need clarification on Solaris 10 upgrade for E Business suite application
    Again, I would recommend cloning as it is the easiest/shortest method.
    Thanks,
    Hussein

  • Agent install with replacement machine with same name

    we replace old workstations with new ones with same name, SCCM does not update, it still shows the machine with an active agent, but it never gets installed on the new machine. what do I need to do to get the agent on the new machines?
    Pat

    Hi,
    If you are trying to use autimatic client push it will not install the client that scenario as the computername is already active in SCCM. You could use a startup script in a GPO to always make sure that the client is installed on all computers, Jason Sandys
    has written a great one, you can find it here..
    http://blog.configmgrftw.com/configmgr-client-startup-script/
    In the scenario above you also risk getting a duplicate in SCCM as the new computer with the old name has new hardware.
    Regards,
    Jörgen 
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • SCCM 2012 -two machines with same name

    Hi,
    In SCCM 2012, when I do a search for a computer, the results bring up two machines with the same name and mac address.
    Why is the machines in SCCM 2012 twice?
    How do I resolve it?
    Thanks,
    hm087ster

    You should have one machine mark as obsolete.
    A record that is marked obsolete typically was superseded by a newer record for the same client. The newer record becomes the client's
    current record, and the older record becomes obsolete.
    https://technet.microsoft.com/en-us/library/bb633138.aspx
    Benoit Lecours | Blog: System Center Dudes

  • Purchase Order created from different client machine with same login ID

    Hi,
    Purchase Order created from different machine using same Login ID. How to trace IP address of that Machines.
    Thanks
    Hemanth

    Hi;
    Please review:
    Re: sql to get Machine IP
    Regard
    Helios

  • Oracle dataguard implementation with same hostname

    Hi Gurus,
    I need to built Oracle DG on my DR server. However, both the servers have the same hostname.
    Can this work? My DR currently is a COLD DR server.
    Thank you in advance.
    -IA

    Hi,
    I need to built Oracle DG on my DR server. However, both the servers have the same hostname.
    Can this work?
    Probably NOT...
    Because in SAP, you should use HOSTNAME instead of IP Address for every configuration. So for example, LISTENER service configuration we use hostname for the server. If the Hostname is same for both PRD and DR they will not be able to communicate each other.
    Although not recommended, but In UNIX system you can keep the hostname same for PRD and DR but at configuration part, you should use IP Addresses instead of Hostname.
    Correct me if I am wrong.
    Regards.
    Rajesh Narkhede

  • JCo destination/ SLD configuration/ message server GRANT POINTS!

    Hi,
    I am trying to create JCo Destination, using wizard when I get to the point 3.2 (message server) I do not have my message server listed in the drop down list, althogh it is up running on port 3601.
    Here is an error message I ve got at the end.
    SLD Data supplier service running and I have HTTP and RFC configuration in place
    Thanks Denis
    Failed to create new JCO client connection HR_Human_Resouces_Test: com.sap.lcr.api.cimclient.LcrException: CIM_ERR_ALREADY_EXISTS: Instance already exists: SAP_MsgServJCODestination.CreationClassName="SAP_MsgServJCODestination",Name="HR_Human_Resouces_Test",SystemCreationClassName="SAP_J2EEEngineCluster",SystemName="DE1.SystemHome.sbdevsqlsap2" at com.sap.lcr.api.cimclient.SimpleResponseAnalyser.raiseExceptionOnError(SimpleResponseAnalyser.java:120) at com.sap.lcr.api.cimclient.SimpleResponseAnalyser.getIResult(SimpleResponseAnalyser.java:53) at com.sap.lcr.api.cimclient.CIMOMClient.sendImpl(CIMOMClient.java:215) at com.sap.lcr.api.cimclient.CIMOMClient.send(CIMOMClient.java:147) at com.sap.lcr.api.cimclient.CIMOMClient.createInstanceImpl(CIMOMClient.java:660) at com.sap.lcr.api.cimclient.CIMOMClient.createInstance(CIMOMClient.java:642) at com.sap.lcr.api.cimclient.CIMClient.createInstance(CIMClient.java:730) at com.sap.lcr.api.sapmodel.JavaCIMObjectAccessor.createInstance(JavaCIMObjectAccessor.java:44) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.createJCOClientConnection(SystemLandscapeFactory.java:283) at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.createJCOClientConnection(WDSystemLandscape.java:107) at com.sap.tc.webdynpro.tools.sld.ButtonBar.onActionFinish(ButtonBar.java:224) at com.sap.tc.webdynpro.tools.sld.wdp.InternalButtonBar.wdInvokeEventHandler(InternalButtonBar.java:265) 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.task.WebDynproMainTask.handleAction(WebDynproMainTask.java:101) at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:304) at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649) at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59) at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55) 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:390) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) 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:95) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)

    Hi Denis,
    The below is the Wiki which i have created, please go through the notes.
    Configure SLD for JCo and Creation of JCo Destinations
    To create JCo connections you need to configure SLD (System Landscape Directory) first and then create JCo destinations.
    First let’s see as how to configure SLD.
    Start Visual Administrator.
    To start it
    1)     Go to Server Installed path i.e. usr\sap\<systemid>\<systeminstance>\J2ee\admin
    2)     Choose go.bat and start it.
    3)     Under Global Server Configuration, choose <Serverid>.
    4)     Choose Services under it.
    5)     Find SLD Data Supplier.
    6)     Under System Landscape Directory select HTTP Settings.
    7)     Give all the required fields like Host Name, Port Number, User Name and Password.
    8)     Similarly choose CIM Client Generation Settings and give Host Name, Port Number, User Name and Password.
    9)     You can test the SLD is configured properly or not. Just click CIM Client Test.
    10)     Save the settings and close Visual Administrator.
    Now that you have configured SLD through Visual Administrator, we can create JCo Connections. To create JCo connections
    1)     You will need Super Administrator permissions to create JCo’s.
    2)     Log on to the Portal.
    3)     Go to Content Administration &#61664; Web Dynpro
    4)     Since we have configured SLD, now we can see a button to “Create JCo Destination”. Click it
    5)     Now you can observe Create new JCo Destination on right side panel.
    6)     Give the Following Details.
    a)     General Data:
    Name: Give the name of JCo
    Client: Give the Client number to which system you want to create JCo for. Click Next.
    b)     J2EE Cluster: Check the Use Local J2EE engine. Click Next.
    c)     Connection Type: Select Dictionary Meta Data. Click Next.     
    d)     Application Server Connection: Select the existing Message Server and Logon Group.
    It might sometimes happen that Message Server and Logon Group is not configured to configure them, follow the process
    For Message Server:
    i.     Log on to SDL through portal i.e. http://<servername>:<portnumber>/sld
    ii.     Choose Technical System. Click it.
    iii.     You will observe New Technical System button, click it.
    iv.     System Type: Select Web AS ABAP , if you want to connect to R/3 System and incase you are using Java application use Web AS Java
    v.     General: Log on to R/3 System through SAP Log on pad. Go to System &#61664; Status, check for SID, Installation Number and Database Host Name.
    vi.     Central Servers: Give Host Name and Port Number and Instance Number.
    For Logon Group:
    i.     Click on Add New Logon Group, this will open a row in the table.
    ii.     Log on to R/3 through Logon pad and get Logon Groups ids and the transaction code is “SMLG”.
    vii.     Application Servers: Click on Add Application Server and then give Host Name and Instance Number of R/3 System.
    viii.     Clients: Give Client number (System id) and Logical Client Name (which we can get from SMLG code). And click finish.
    7)     Message Server Connection:
    i.     Name: Give the logon name of R/3 System
    ii.     Password & Confirm Password: Give appropriate password of R/3 System.
    8)     Click Finish.
    regards
    Anil

  • How do I sync my Iphone to two seperate machines with same itunes account.

    I have two laptops one for home and one for personal. But I download music on both. Both are logged on under my own itunes account. But when I try and put the music on from the second computer. itunes will let me know that it will sync, but its going to erase everything from phone first. And I dont want to do that. How do I leave my phones data intact and just add music from my other computer?

    Sync iPod/iPad/iPhone with two computers
    It isn't possible to sync an Apple device with two different libraries, however it is possible to sync with the same logical library from multiple computers. Each library has an internal ID and when iTunes connects to your iPod/iPad/iPhone it compares the local ID with the one the device normally syncs with. If they are the same you can go ahead and sync, otherwise iTunes will want to erase the content and reload. Manual management isn't an option with an iPhone since it still wants you to use a single library, and that won't sync plays.
    I have my library cloned to a small 1Tb USB drive which I can take between home & work. At either location I use SyncToy 2.1 to update the local copy with the external drive. Mac users should be able to find similar tools. I can open either of the local libraries or the one on the external drive and update the media content of my iPhone. The slight exception is Photos which normally connects to a specific folder on a specific machine, although that can easily be remapped to the current library if you create a "Photos" folder inside the iTunes Media folder so that syncing the iTunes folders keeps this up to date as well. I periodically sweep my library for new files & orphans with iTunes Folder Watch just in case I make changes at one location but then overwrite the library with a newer copy from the other. Again Mac users should be able to find similar tools.
    As long as your media is organised within an iTunes Music or Tunes Media folder, in turn held inside the main iTunes folder that has your library files (whether or not you let iTunes keep the media folder organised) each library can access items at the same relative path from the library folder so the library can be at different drives/paths on different machines. This solution ensures I always have adequate backups of my library and I can update my devices whenever I can connect to the same build of iTunes.
    When working with an iPhone earlier builds of iTunes would remove any file not physically present in the local library, even if there was an entry for it, making manual management practically redundant on the iPhone. This behaviour has been changed slightly but it will still only permit manual management with a library that has the correct internal ID. If you don't want to sync your library between machines on a regular basis just copy the iTunes Library.itl file from the current "home" machine to any other you want to use, then clean out the library entries and import the local content you have on that box. However you lose the other benefits of syncing.
    tt2

  • Picture Library : upload image with same name overwrite the image in thumbmail or WebVersion view but not the actual image link points to the old image

    Hello,
    I am facing a wired issue with Picture Libraries in SharePoint.
    We created a custom field and added it to UserInfo list, the column based on custom field lets user upload their personal images to a Picture Library with the name <User ID>.<Image Extension> e.g. 1.jpg where UserID is internal Listitem ID of the UserInfo list and set its URL to the field value which we use to display the image on our custom user profile and some other WebParts.
    If the user uploads a different image, it will overwrite the existing one it keeping the same name.
    The field worked perfectly with sites using widows Based authentication, but as we move the field to sites with form based authentication we find that the field is able to upload the image properly first time but on each successive upload, although a new image gets uploaded with the name userid.imagextension and is shown in the allitems.aspx page in the thumbnail view and in the picture preview on the dispform.aspx page, but the link next to the name field and the image shown on clicking the preview points to the old image.
    To put it other way
    https://<Web URL>/Picture%20Library/_w/Upload_jpg.jpg
    https://<Web Url>/Picture%20Library/_t/Upload_jpg.jpg
    Would show the updated image
    but the actual URL
    https://<Web Url>/Picture%20Library/Upload.jpg 
    points to the old image
    what’s even more strange is that even after deleting the image the url still shows the old image at
    https://<Web Url>/Picture%20Library/Upload.jpg 
    I confirmed the same by actually repeating the same exercise on a picture Library in the User Interface
    Uploading an image say upload.jpeg in the picture library using SharePoint interface.
    Then uploading a different jpeg image keeping the same name upload.jpeg again in the picture library.
    In allitems.aspx thumbnail view and on dispform.aspx page preview filed image now show the newly uploaded image but when you click the preview image or click the link in the name field value it takes you back to the old image.
    I have seen this issue on environment where we have enabled form based authentication and the issue is not seen on another server where we have wss with windows based authentication.
    Has anyone noticed such behavior and is there any workaround to that!
    Thanks & Regards
    Saurabh Rustagi

    All,
    I had the same issue. 
    In my case, Blob Cache was enabled for the web application in which the image issue was occuring.
    I cleared blob cache, and after doing a hard refresh of my browser, the correct image was then displayed.
    To clear blob cache, do the following:
    Navigate to:   
    http://yourwebapp:port/yoursite/_layouts/objectcachesettings.aspx
    Select:  "Object Cache Flush"  and  "Force all servers in the farm to flush their object cache" check boxes
    Click the OK button
    Hope this helps.

  • Project file failing to open on different machine with same version of FCP

    i have been editing a documentary on my mac book, on an upgraded version of final cut studio two. i recently got an iMac, Intel Core 2 Duo, 2.66 GHz, and planned to continue editing the same project on this. i loaded fC studio to it, but when i tried to open my existing project file, it tells me that the project file's format is too new for the version of the application. but it's the exact same version!
    totally stumped.

    When you upgraded to the latest OS, do you mean from say Tiger to Leopard? If so and it wasn't done cleanly as an erase and install of that new OS, I'd suggest this could very well be the reason you're having problems...
    If you'd like you could send me a copy of this project file... [email protected] If I can open it, it's likely your install that's causing the problem, and the fix is to wipe your hard drive and start over, or get another drive to start up from that's cleanly installed.
    Jerry

  • JCo destination error while executing the webservice model

    Hi,
    I have explained what I have done so far and whats my issue right now.
    My requirement is calling a PI interface (exposed as webservice) from webdynpro for java and setting some parameter value to the PI interface based on which our functional flow will continue.
    Done so Far :
    1. Created a webdynpro for java application using NWDI.
    2. received the WSDL file of the PI interface and imported as "Adaptive webservice model" into webdynpro.
    3. used the model and set the parameters to PI interface and executed the model.
    4. I have created JCO destinations in the source system (where the application runs) to communicate to the PI system. A special user has been created and assigned in the connection for communicating.
    5. Also I have created the "Dynamic Webseviceproxies" in visual admin with the same name as the JCO destinations. It had a property "URL" for which I have tested with providing both the PI server URL (Http://<Hostname>:<Port no>) and also the complete webservice URL (Which calls the WSDL file directly)
    when I run the application, I get the following error.
    1. Exception on creation of service metadata for WS metadata destination 'WD_RFC_METADATA_DEST' and WS interface '{<Interface Name>'. One possible reason is that the metadata destination 'WD_RFC_METADATA_DEST' has not been properly configured; check configuration.
    after some exception the next error follows
    2. Invalid Response Code 403 while accessing URL: <The URL which I have provided in the webservice proxy in Visual admin tool> Response Message: Forbidden.
    after some lines of exception from PI server the next error follows.
    3. Error: You are not authorized to view the requested resource
    My Question :
    1. Do I miss anything in Configuration?
    2. Is my way of approach wrong?
    3. Any additional authorization needed?
    Kindly provide some ideas and inputs.
    Regards,
    Mahendran B.

    Dear Mahendran
    JCO destination will not used for the Web Service Model. While creating the webservice model, you need to use the logical destination which you have created in the Visual Admin.
    Please refer to the Secured WebServices II and verify currently used webservice logical destination How To Reimport Web Service Models in Web Dynpro for Java
    You can also refer to
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/900bbf94-a7a8-2910-e298-a651b4706c1e?QuickLink=index&overridelayout=true
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • URGENT:  Failed to resolve JCO destination name 'WD_GPMS_RFC_METADATA_DEST'

    Hi,
    when logging in am getting com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_GPMS_RFC_METADATA_DEST' in the SLD.
    I had restarted the Server & and also System.
    Exception:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_GPMS_RFC_METADATA_DEST' in the SLD. No such JCO destination is defined in the SLD.
    Accessing the System Landsape Directory (SLD) failed. Depending on the concrete reason (see root cause) check the following:
    is the SLD Supplier in the J2EE engine configured correctly? See the SLD documentation for more details about the SLD and about how to configure it.
    are all JCO destinations maintained correctly? Use the preinstalled Web Dynpro Content Admin application to check/edit the destination. Use the Ping and Test functions of the
    Content Admin to verify that each destination is properly configured.
    Additional information about the System Landscape Directory and the Web Dynpro Content Admin can be found in the SAP Developer Network (SDN) and in the Online Help for the SAP Web Application Server (installed with SAP NetWeaver Developer Studio and available online).
    Note: the above hints are only a guess. They are automatically derived from the exception that occurred and therefore can't be guaranteed to address the original problem in all cases.
    Please help me resolving it.
    Thanks,
    Hussain

    Hello Hussain,
    It looks like your Basis team has added another JCO destination to your Landscape....just check with them and create the jco destination on the portal...to fix it.
    Let me know if it helps.

  • Error while executing template installer: Step 14 Maintain JCO Destinations

    Dear all:
    We are applying Template Installer to perform post installation for BI-JAVA in NW2004s SP09.
    Onto step 14: Maintain WebDynpro JCO Destinations, we faced the following Error message :
    Element 'SAPConfigLib.BW8.Unclassified.maintainJcoDestination':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
    Element 'SAPConfigLib.BW8.Unclassified.maintainJcoDestination':Error during executing Java Reflection:Failed to delete JCO client connection 'WD_ALV_MODELDATA_DEST' on 'BW8.SystemHome.sap15\kin'
    Does anyone have any idea about it ?
    Thank you very much
    SF

    We are encountering the same issue in NW2004s SP 10. Szu-Fen, did you find a solution? If so, could you please post it here?
    Does anybody else have a hint how to resolve this?
    kind regards,
    Hartmut

Maybe you are looking for