Why is SLD necessary for connecting backend?

Hi, all.
  Let me ask one basic question.
  When the WD Java application connects to Backend, what is the role of
SLD? i know that SLD is necessary when runtime but all the necessary info
for connection is set in the JCo connection settings!
  What is happening between WD Java and SLD when runtime?
  Best Regards.
  Sejoon

Hi,
All the technical systems are available to the portal and provide the associartion to the differenet technical systems and provide portal as a single point of access.
There is no direct assosiation between the java system to R/3 system for we are going to use the one connecter for connecting r/3 system from the java system.for this we are using the JCo(Java connector) by this connector only we are communicating R/3 system when you needt to connect the R/3 system that system should be available in your portal then by usin SLD we can add r/3 system as new technical sytem and by using JCo name(two logical destination systems Meta, Model systems) we are directly connecting to avail r/3 and get the data at the runtime.
The System Landscape Directory of SAP NetWeaver (SLD) serves as a central information repository for your system landscape. A system landscape consists of a number of hardware and software components that depend on each other with regard to installation, software updates, and demands on interfaces
Go thru this link you know all the details
http://help.sap.com/saphelp_erp2005vp/helpdata/en/31/f0ff69551e4f259fdad799a229363e/frameset.htm
Thanks,
Lohi.
Message was edited by:
        Lohitha M

Similar Messages

  • Why NO NAME message for connected Sony NEX-7 camera?

    All the cameras I have previously owned (Nikon and Canon) are named as connected device by iPhoto '11. But my new Sony Alpha NEX-7 is consistently designated as NO NAME device. Why? I am able to download photos. The SD cards I use have been formatted on the Sony camera. This problem is more an annoyance than a serious malfunction, but it is getting on my nerves.
    PS: photos exported to Flickr from iPhoto are correctly identified as taken with a Sony NEX-7.
    Message was edited by: perdita7

    If your camera does not place a name on the card after reformatting, you can add the name using the Finder. Select the "No Name" card in the Finder (on your Desktop, the  "Computer" window, or the sidebar in the "Devices" section, whereever you show your mounted devices) and use
    "File > Get Info ⌘ I"
    to show info panel. Change the name of the card in the "Name and Extension" brick of the Info panel. Now you should be able to see the camera name when importing
    Regards
    Léonie

  • Why is it necessary for this app to record audio, take pictures and video WITHOUT my permission?

    Playstore permissions to install Firefox.

    It it likely due to the HTML5 features of firefox, it should ask you if it wants to use your camera, before actually using it.

  • What is necessary for FIM to connect to an AD in another forest?

    Hello
    I have FIM 2010 R2 installed on fim1.fim1.local working happily provisioning users into fim1.local domain.
    Now due to merger we have a second forest    additional.local  
    What is necessary for the existing FIM install to manage users on the additional.local forest as I cannot connect without error?
    I can access the additional.local DC from the FIM Server and read the directory. Port 389 is open. I have a domain account on additional.local.
    When I try to make an AD MA. I get the error message:
    "Failed to search on DN cn=Aggregate,cn=Schema,cn=Configuration,dc=additional,dc=local"
    and error code is 0x34.
    I tried these values:
    Forest:   addDC.additional.local
    User Name: Administrator
    Password: ***
    Domain: additional
    Where am I going wrong?

    Yes I can connect to the external forrest when the DCs have ports 389 88 53 and 464 listening.
    However, just one oddity in this FIM. When I push the "Containers" button to select the containers. I must first  configure and Add the preferred domain controller  (as given on previous dialog form) before I get the list of OUs.
    After configuring I can switch it off and all is Ok.
    just a comment,just wondering why.
    *HH

  • Settings SLD and JCO connection for Java Web Dynpro

    Hi BI Gurus,
    I'm a Business Intelligence newbye and I'm a bit confused about Web Dynpro configurations.
    I try to execute, through Netweaver Developer Studio 7, a simple java Web Dynpro who call the standard Flight List BAPI.
    My configuration is: NW 2004s installed on BI server (with java instance and j2EE Server) and Flight List BAPI stored on R/3 ECC. 5 System in another server.
    Now, my doubt are:
    1) in SLD Data Supplier (J2EE Visual Admin on BI Server) CIM configuration, what are the connections parameter necessary?The BI host or R/3 host?
    2)if I set BW system parameters in SLD and in NWDS when I try to run my simple web dynpro an error occour This is the output:
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_FLIGHTLIST_RFC_METADATA_DEST' in the SLD. No such JCO destination is defined in the SLD.
    Correction Hints
    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.
    3)where can I create new JCO connections?What are the requirements settings?
    I am always available for answers about the post!!
    Help me please!!
    Thanks thousand and sorry for my incorrect english!!

    Andrea,
    You can Create the JCo destination from Content Administrator. You must login as Administrator.
    use the link as
    http://<server>:<port>/webdynpro/welcome/Welcome.jsp, select Content Administator->Create JCo Destinations/Maintain JCo Destinations.
    Please have a look on the following links regarding creating/maintaining JCo destinations. The are usally asked questions regarding JCo destinations.
    Create JCo destinations:
    /message/4947478#4947478 [original link is broken]
    Creating JCO Destinations
    /message/5369333#5369333 [original link is broken]
    Rgs,
        Dni

  • URGENT: What else is necessary for me and why?

    Hi All!
    I am desiging a socket based data transmission system, and our messages, Connection Logs, Application Configuration Data will be stored in xml format. I have also designed dtd for them.
    I NEED TO KNOW WHY AND WHICH OF (XSL, XSLT, XPATH, DOM, SAX, etc. ) SHOULD I USE TO PARSE THE XML DATA FOR JAVA APPLICATION. AND IS ALL THIS NECESSARY FOR THIS OR NOT?
    Plz specify one sentence for each!
    Thanks in Advance
    Kashif

    - XSL, XSLT: used for transforming XML in something else (XML, XHTML, text...)
    - XPATH: used for querying nodes content, XSL relies heavily on this
    - DOM: a parsing technique that will produce a hierarchy of objects (nodes) representing your XML doc,
    - SAX: a parsing technique that will raise events for each specific part (nodes) of your XML doc.

  • Failure of server APACHE bridge::No backend server available for connection

    All,
    I have an env: Browser -> OHS -> WLS(Apex Listener) -> Oracle DB.
    If any SQL run for more than 5 mins, i get the below error.
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.The only error i get is from the OHS's log
    [2013-04-03T06:45:57.2946-05:00] [OHS] [ERROR:32] [] [core.c] [host_id: aa050] [host_addr: 121.146.60.102] [tid: 1260554560] [user: oracle] [ecid: 004qNDJn1du7m3KaETn3ES0004Ll00001T] [rid: 0] [VirtualHost: my.team.com:443]  ap_proxy: trying POST /pls/apex/wwv_flow.show at backend host 127.0.0.1/7003; got exception 'Backend Server not responding'; state: reading status line or response headers from WLS (wrote? Y read? N); not failing over because method not idempotent, referer: https://my.team.com/pls/apex/f?p=4500:1003:16571271664493::NO:::Is there a timeout variable other than the below in WLS?
    Session Timeout (in seconds): 3600 .
    TIA,
    JJ

    Regardless of the version, this is not exactly a "Forms" failure. This is an issue between OHS and WLS. Basically it means that OHS (via mod_wl_ohs) was unable to communicate with WLS_FORMS (or whichever managed server you are trying to access). Most often this means the managed server is not running or not responding. If you believe it is running and is responsive (test by hitting it directly) then the problem is probably related to your installation. Generally, if you have not properly configured your networking before you installed WLS and FMw, then this can occur. For example, on Windows machine which do not have static IP addresses, the Installation Guide instructs you to install the Windows loopback adapter and configure it. If you did not do this, OHS likely will not be able to contact WLS_FORMS.
    You can test what I have described above by attempting to access WLS_FORMS directly. For example:
    http://yourHost:9001/forms/frmservlet
    If that works, the issue is probably related to a net config issue.
    If you have access to MyOracle Support, refer to these notes:
    <blockquote><li>Failure Of Server APACHE Bridge After Running Report From Forms 11gR2 on Windows 64-bit platform (Doc ID 1457845.1)
    <li>Oracle Fusion Middleware 11g - Troubleshooting the Error "Failure of server APACHE bridge" (Doc ID 1304095.1)</blockquote>
    The product Documentation Library can be found here:
    http://docs.oracle.com/cd/E24269_01/index.htm

  • What is happening to 7.0.3? why do we need to connect to itunes and restore for 2 hours?

    what is happening to 7.0.3? why do we need to connect to itunes and restore for 2 hours? such a waste of time.

    No clue as you've provided not details.
    What exactly is the problem that was occuring that prompted you to restore via iTunes?

  • Why is the same wirelles connection too slow for an iphone4 when it is quite fast to an iphone5?

    Why is the same wirelles connection too slow for an iphone4 when it is quite fast to an iphone5?

    You really have a question for iPhone support here, so I suggest that you post in the appropriate support area:
    Using iPhone
    The experts over there will likely suggest that you use the Apple Troubleshooting Guide for iOS devices, so you might want to work your way through that before you post in the iPhone support area.
    http://support.apple.com/kb/TS1398

  • Firewall necessary for Point to Point internet connections?

    Firewall necessary for Point to Point internet connections? We have multiple point to point t1 connections to our sites and was wondering if a firewall should be in place to filter traffic. We are also implenting a microwave t1 from a service provider and was wondering if firewalls would be needed for just this or the wired as well. According to the microwave company no firewalls are needed. Do i really want to leave security in the hands of the ISP?

    Matt,
    If you are buying private line T1 service from a carrier that connects 2 of your sites you would not use a firewall. Your traffic is never mixed with any other traffic. If your data is very sensitive, or if you have to comply with Payment Card Industry standards then you might want to encrypt your data, but a firewall would still not be necessary.
    If you have a T1 connecting you to the Internet for Web browsing etc then you very much do need a firewall.
    Please rate helpful posts.
    Dave

  • Why won't my iPhone connect to the Internet? It will goes days with no connection, then suddenly have a connection for a while. I am on the Sprint network.

    Why won't my iPhone connect to the Internet? It will goes days with no connection, then suddenly have a connection for a while. I am on the Sprint network.

    Have you contacted Sprint?  See if they can resolve your issue, if you can't get 3G.

  • Why is face time not connecting for the last two days

    Why is Face Time not connecting for the last two days

    Judging by all the posts on the forum, there seems to be an issue at Apple's end, although they have made no announcement on their status page. Some users have reported that Apple is aware of the issue. You can leave feedback for Apple at the link below.
    http://www.apple.com/feedback/

  • Why am I getting this error message when trying email a PDF?Server Connection Error. Please verify that port 143 is available for connection on your machine or contact your administrator.

    My Inspector for my house sent me his report via PDF that I had to access from an online link. I downloaded it but cannot forward it in an email to my insurance company who is requiring a copy. I get this error report every time:
    Server Connection Error. Please verify that port 143 is available for connection on your machine or contact your administrator.
    I have no idea what this means. Can someone help? I really don't want to have to print and scan this beast but I've been messing with this for 2 days now and am out of ideas.
    Thanks!

    I'm having the same issue.  Did you resolve it?

  • Why is there a 'waiting for connection' in top left of LRCC?

    I installed the LR CC, no problems seemingly. What gives with the "Waiting for Connection" in the Nameplate area. I'm obviously (to me anyway) that the connection for my computer to the internet is working - witness my posting this message.
    Also the pulldown from the same area flashes and blinks off.

    Sign in, activation, or connection errors | CS5.5 and later, Acrobat DC
    Mylenium

  • Discussion: Why no centralize development for Java (like the one in ABAP)

    I am reading the NetWeaver Development Infrastructure, and noticed that due to the distributed development nature of Java, SAP recommend The Four-System Landscape for the development lifecycle.
    Each developers has their own local development environment, that's why it is necessary to 'reconcile' the environment using one more layer of system. Although they checked out the particular Development Object, the necessary library from the central is being copied by DTR to the local environment. However, there are still possibilities that someone changes the library, or other classes that being refered. And we are not talking only about the business logic, but other object in the persistance level too. Let's say your program refered to a certain field in a certain table, but someone else had changed the field name. Or even worse, you want to get the setting value from a certain setting table, but someone else had deleted the value of that record (for whatever reason).
    In short, I believe there are many 'reconcilliation' process that need to be done when the development environment is not centralized. These problems won't happen in the ABAP world, because you will notice the problem straight away when you activate your component, or test run it. In distributed environment, you will only notice it when you check-in your development object back, but it might be after some time lags, and you might not remember which part need to be taken care of.
    Not only this, the setting of 'correct' IDE environment in each local PC must be done properly. Again, in ABAP you just need to install SAP GUI and it will be your development environment.
    So, I had discussion with a friend of mine, and he asked, why there is no central development environment, like the one in ABAP? Hmm, to be frank, I also don't know. Performance problem? I notice that most IDE in the market based on the assumption that development will be done locally. Or is it for the convenient purpose, so that people can keep the development eventhough there is no connection to central server? But what is the cost for this convenient?
    What other people think?
    rgs,
    Hiroshi
    ps: As you might notice, this thread is not marked as question. I am just curious of what other people think about this issue. There will be no points rewarded for the replies.

    Hello Satya,
    So if it's a 'mere' technical limitation, then there should be a way to create centralized development for Java
    It might be an old mainframe environment, but from the development process point of view, centralized environment offers benefit where lots of versioning problem (library or data dictionary) can be solved.
    I used to work in a distributed development environment to create a web based FI/SD/MM related application. We have tons of classic problem of '<i>it is working in my environment, but not in yours</i>' type of thing. With centralized (read: ABAP), version integrity problem can be reduced to minimum.
    For the NWDI itself, I think SAP now moves toward embracing the open source platform to support the development environment. From what I've understood, Ant, for example will be used as the build tool. My personal opinion is, better if SAP creates it's 'proprietary' environment to centralized the java development process. Then it will save lot's of hidden cost during the implementation of new application/enhancement/maintenance in the whole supply chain.
    rgs,
    hiroshi

Maybe you are looking for

  • Tracking numbers within EntryText

    Hi everyone, I have a login procedure set up to test user's password input. How to allow the user to type any password but must have first 3 characters to be Numeric? for example "123swordfish" Thanks, Omar

  • Requirement in selct option

    Hi All, I have one requirement in my program's select option. If i am entering starting three letters and star symbol then it should fetch all the possible values staring with that three letters For example if I want to display the report for a group

  • Is USB part of Logic Board issue?????

    I am ignorant about computers, so I just learned this past week that both of the USB ports should have been working all along. I have had this computer for almost 4 years; only one has ever worked and I recently damaged that one. I was told that the

  • Sync icloud calendar with windows 8 calendar tile

    i cannot figure out how to get my icloud calendar to sync with the calendar tile on my windows 8.1 pc

  • 44601 vocal message icon issues

    I receive prompt text messages about vocal message that read "44601 Vocal message 1 new 0 urgent" but there is no corresponding vocal message on my phone. Also, I can not erase the notification through Hub menu.  The little tape record icon remains o