Backend connection in JspDynpages

Hi All,
how to connect backend in Jspdynpage
I am new to portals i implemented application using jspdynpage in that
i have to connect to the backend
can anyboby explain me the procedure in detail?
Thanks in advance.

Hi,
It depends on which backend system you want to connect.
Check this for general concepts:
http://help.sap.com/saphelp_nw04s/helpdata/en/ed/89746bea5011d6b2e800508b6b8a93/frameset.htm
http://help.sap.com/saphelp_nw04s/helpdata/en/97/fabc3d8af79633e10000000a11405a/frameset.htm
Example:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90fc8a14-a02c-2a10-5a91-821561099192
Regards,
Praveen Gudapati

Similar Messages

  • Backend connection Steps to be done  to  recieve idocs? i.e XI to R3(IDOC)

    Hi all,
    what are the backend connection need to be done to Receive IDoc from XI
    i.e From XI to R3( IDOC)

    Hi Nandan ,
    Configuration required at Xi side:
    Go to IDX1: configure the port.
    Go to IDX2: load the DOC metadata.
    Go to SM59: Create RFC destination which points to R3 system this is require in the case where your IDOC is sent to R 3 system,
    R3 side configuration
    Maintain Logical System for PI (SALE transaction):
    Maintain Partner Profile for XI system(WE20
    Please see this :-
    https://websmp206.sap-ag.de/~sapidp/011000358700000600992007E
    https://www.sdn.sap.com/irj/sdn/xi?rid=/webcontent/uuid/a680445e-0501-0010-1c94-a8c4a60619f8 [original link is broken]
    See if this weblog helps
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    http://www.sap.com/france/services/education/newsevents/cert-xi-dev.epx
    /thread/25311 [original link is broken]
    SAP XI Certification Help
    Vishal
    Reward points for useful Help

  • Backend connection properties in JDI transporting

    Hi all,
    I tested JDI scinario2+ and it worked fine.
    But I am wondering how I can change backend connection properties in JDI transporting.
    In the DEV system, the application connects to the DEV oracle, in the QA system it conencts to the QA one.
    Does JDI take care of that type of backend-specific properties?
    Best Regards,
    Nash

    Ni Nash,
    if I got you right you are talking about connections to ABAP-Backend systems.
    The NWDI doesn´t know anything about connections to such systems, so it doesn´t adjust them after transporting your application from e.g. DEV to TEST.
    If you are using Web Dynpro (Java) as a frontend to ABAP-applications, and you are using the Adaptive-RFC, you don´t have to care. Then the Web Dynpro framework gives you the possibility to define logical connections, which you then define in each system using the Web Dynpro content administrator (can be found following the Web Dynpro link on the start page of your WebAS).
    If you are talking about Java-applications, then it´s not that easy. Then you somewhere have to store, which backend-systems you want to use with which system, and you have to extract this information at runtime. For example, you can define a Java-system belonging to a ABAP-system in the SLD and then get this info via the API, but this only works with 1:1-relationships.
    It can be easier using the Configuration Manager of the WebAS, but I can´t give you much information about this.
    @Manohar: could you give him the proper links for that?
    Kind regards,
    Timo

  • What is the maximum capacity of Edge 7206VXR Backend connectivity to GSR 12

    hi,
    we have one XDM 1000 and one GSR 12000 at one place
    and in noc we have one xdm 100 and and one Edge 7206 VXR.
    now we want to aggregate or increase the backend connectivity between EDGE and GSR.
    can it possible the STM 4 or STM 16 bandwidth between these two routers.
    can one can help me out

    Tell me what bandwidth or data rate you expect. If you can specify that, I can provide you more options on which to use to achieve that bandwidth.

  • Backend Connection between Portal and SAP R/3

    Dear All,
    I am new to Enterprise Portal. Enterprise Portal 6.0 was running at our company with backend SAP R/3 4.6C connected to it.
    Recently we have migrated our Backend SAP: R/3 Servers to AIX/Oracle platform. The server landscape is running on two application servers and one central instance with load balancing.
    What changes is required to be done from the Enterprise Portal side backend configuration to get the EP connected to SAP:R/3 again ?
    Regards
    Saikat

    Hi Saikat,
    If previously you were accessing the R/3 using Application server and now if you have to access using message server. Then create a new system object for the correct template system object and set the corresponding parameters and test. If needed change the iview properties to the corresponding system object.
    Regards
    Arun

  • How to Configure SLD for Backend Connecting to SAP R/3

    Hi All,
    I installed SAP Netweaver04's sp7 sneak preview, now i need to connect to the backend Syatem SAP R/3, for this can you provide the info--How ro configure the SLD.
    ADV Thanks
    Phanikumar

    Hi,
    There are lot of info available with this URL
    https://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio
    http://help.sap.com/saphelp_erp2005/helpdata/en/11/0dfe55e0c8fc4e910706a47ca6859b/frameset.htm
    Configuring SLD in Sneak Preview SAP NetWeaver '04 Sneak
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/fd876513-0a01-0010-65ad-a63701bedd8d
    http://help.sap.com/saphelp_nw04/helpdata/en/3b/3e1b40fcdd8f5ce10000000a155106/frameset.htm
    Thanks
    Gopal
    Message was edited by:
            Gopal krishnan

  • HCM interactive Forms - hide fields and backend connection

    Hello,
    we plan to implement a personnel transfer workflow based on interactive forms. Because in one step the user should not be able to see a couple of fields, it is possible in interactive forms zu hide fields based on the users role?
    I read a lot the last days but what I still havent found out and I hope you can push me in the right direction is, how the connection between backend and Form is working.
    Inside of an example form and in the documentation is descriped to use this below code to implement a bushbutton and the send message to create a server round trip. But if I create 2 pushbuttons with the same code, how do I know which button was pressed? Or do I have to create my own events somewhere? Or is there only this one event and I have to set a hidden field with some value via javascript or formcalc to find out whats going on in the form?
    $record.CONTROL_PARAM.ISR_EVENT = "USER_EVENT_CHECK"
    ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
    best regards,
    Kai

    Hey Rajesh
    I'm not sure it will work - but its worth a try.
    Every time i wont to hide some subforms or UI elements - I determine them as "invisible" by default - and when the conditions are right - I turn them to "visible" (negatively way).
    Hopefully it will help you.
    Eyal

  • Multiple Backend Connected to the same SRM client.

    Hello All,
    We have an interesting requirement.
    We have an SRM 5.0 client with R/3 4.7 backend. Now we need to add another instance of ECC 5.0 to be connected to the same SRM client ( either on the same org stucture or a different org structure).
    I am facing difficulty in doing the material replication.
    I have the inbound queue in SRM blocked and I and getting the error message LOGSYS_FOR_GUID_CHANGED.
    This lead me to the notes 588701 and 765018. But I am not sure this would actually solve the problem.
    I have also seen the following thread which indicated that one CRM client should point to only one R/3 instance.
    Downloading basic R/3 objects into CRM with brand new systems
    Has any one so for integrated multiple backends to the same SRM client? What was your approch to the requirement?  Inviting your views and opinions to this issue.
    Thanks in advance.
    Ajith

    Hi
    You can implement corrections in the note 765018 as you mentioned in your post.
    We have done the same thing.  In case of multiple backends and also if systems are refreshed with other instances (client copy), the logical system ID will be changed.
    So we need to run the report mentioned in the said note and run the replication.
    Rgds
    Reddy

  • Multiple Backends Connected to the same SRM client.

    Hello All,
    We have an interesting requirement.
    We have an SRM 5.0 client with R/3 4.7 backend. Now we need to add another instance of ECC 5.0 to be connected to the same SRM client ( either on the same org stucture or a different org structure).
    I am facing difficulty in doing the material replication.
    I have the inbound queue in SRM blocked and I and getting the error message LOGSYS_FOR_GUID_CHANGED.
    This lead me to the notes 588701 and 765018. But I am not sure this would actually solve the problem.
    I have also seen the following thread which indicated that one CRM client should point to only one R/3 instance.
    Downloading basic R/3 objects into CRM with brand new systems
    Has any one so for integrated multiple backends to the same SRM client? What was your approch to the requirement? Inviting your views and opinions to this issue.
    Thanks in advance.
    Ajith

    Hi
    You can implement corrections in the note 765018 as you mentioned in your post.
    We have done the same thing.  In case of multiple backends and also if systems are refreshed with other instances (client copy), the logical system ID will be changed.
    So we need to run the report mentioned in the said note and run the replication.
    Rgds
    Reddy

  • PCK without backend connection makes sense?

    Hi folks,
    I’m preparing to start a new project with a scenario like this:
    Web services <-> XI <-internet-> PCK (R/3 out of our landscape)
    Initially, the aim of this project it was only to do the developments between web services and XI, the other part (XI <-> PCK+R/3) is intended to be done after by a customer consultant. The reason is because we don’t know which entities will adhere to our B2B scenario; in the future every entity will speak with our XI.
    But now the things changed a little bit, my customer wants a PCK without R/3 connection only for tests proposes. I never worked with PCK and I don’t know if it makes sense a PCK without a backend system.
    Can I emulate an import of RFCs structures to test my scenario? Or either, the PCK has any “test message” like XI has in RWB?
    Thanks in advance,
    Ricardo.
    Message was edited by:
            Ricardo  Quintino

    Two more things:
    PCK supports IDoc? I guess not because is a J2EE standalone and no ABAP satck is available.
    Can I use rooting rules (Xpath) like we do with XI Receiver Determination?
    Once again, thanks for the help
    Ricardo.

  • DPS 6.2 on Windows 2003 puts backend connections to close_wait

    Hi,
    i was installing a couple of DPS 6.2 on Windows 2003 servers.
    I defined data sources that point to PGP Universal Servers ldap key store, activated proactive monitoring to keep alive connections and poll them every 30 seconds. I open 5 initial connection, increment by 1 with a max of 100 connections.
    DPS now opens these connections on startup and everything looks fine for a while, but if i wait a couple of minutes without activity from a client querying the key server through the proxy server, the DPS puts most of the connections to a close_wait state and does not really recognize that these connections are not available any more.
    If another client queries the dps after a couple of minutes of inactivity, the DPS returns with error "Unable to retrieve a backend SEARCH connection to process the search request". I have to do about 5 or 6 queries until the DPS recognizes that the connections are not available any more and opens new ones. After these queries i get fine replies but if i have another inactivity for a while the error happens again.
    Any ideas how i can get DPS to gracefully close these TIME_WAIT connections or at least to meka sure these connectons stay alive? Polling and pro active monitoring did not solve the problem
    thanks
    .andi
    some more information:
    it seems as if the DPS is only polling one of the connections to the LDAP backend server to keep the connection alive, it does not poll al connections. here is the logfile from openldap running on 1389 on the backend:
    conn=26 fd=16 ACCEPT from IP=10.218.1.30:3937 (IP=0.0.0.0:1389)
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=26 op=0 BIND dn="" method=128
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=26 op=0 RESULT tag=97 err=0 text=
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=26 op=1 SRCH base="" scope=0 deref=0 filter="(objectClass=*)"
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=26 op=1 SRCH attr=subschemasubentry
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=26 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=27 fd=21 ACCEPT from IP=10.218.1.30:3939 (IP=0.0.0.0:1389)
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=27 op=0 BIND dn="" method=128
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=27 op=0 RESULT tag=97 err=0 text=
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=27 op=1 SRCH base="cn=Subschema" scope=0 deref=0 filter="(objectClass=subschema)"
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=27 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=28 fd=23 ACCEPT from IP=10.218.1.30:3941 (IP=0.0.0.0:1389)
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=28 op=0 SRCH base="cn=pgpserverinfo" scope=0 deref=0 filter="(|(objectClass=*)(?=undefined))"
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=28 op=0 SRCH attr=1.1
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=28 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=28 op=1 UNBIND
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=28 fd=23 closed
    Nov 30 10:27:36 zuni2 slapd[4398]: conn=29 fd=23 ACCEPT from IP=10.218.1.30:3942 (IP=0.0.0.0:1389)
    Nov 30 10:27:42 zuni2 slapd[4398]: conn=30 fd=24 ACCEPT from IP=10.218.1.30:3948 (IP=0.0.0.0:1389)
    Nov 30 10:27:42 zuni2 slapd[4398]: conn=30 op=0 SRCH base="cn=pgpserverinfo" scope=0 deref=0 filter="(|(objectClass=*)(?=undefined))"
    Nov 30 10:27:42 zuni2 slapd[4398]: conn=30 op=0 SRCH attr=1.1
    Nov 30 10:27:42 zuni2 slapd[4398]: conn=30 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Nov 30 10:27:48 zuni2 slapd[4398]: conn=30 op=1 SRCH base="cn=pgpserverinfo" scope=0 deref=0 filter="(|(objectClass=*)(?=undefined))"
    Nov 30 10:27:48 zuni2 slapd[4398]: conn=30 op=1 SRCH attr=1.1
    Nov 30 10:27:48 zuni2 slapd[4398]: conn=30 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Nov 30 10:27:54 zuni2 slapd[4398]: conn=30 op=2 SRCH base="cn=pgpserverinfo" scope=0 deref=0 filter="(|(objectClass=*)(?=undefined))"
    Nov 30 10:27:54 zuni2 slapd[4398]: conn=30 op=2 SRCH attr=1.1
    Nov 30 10:27:54 zuni2 slapd[4398]: conn=30 op=2 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Nov 30 10:28:00 zuni2 slapd[4398]: conn=30 op=3 SRCH base="cn=pgpserverinfo" scope=0 deref=0 filter="(|(objectClass=*)(?=undefined))"
    Nov 30 10:28:00 zuni2 slapd[4398]: conn=30 op=3 SRCH attr=1.1
    Nov 30 10:28:00 zuni2 slapd[4398]: conn=30 op=3 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Nov 30 10:28:01 zuni2 slapd[4398]: conn=31 fd=29 ACCEPT from IP=127.0.0.1:48798 (IP=127.0.0.1:9002)
    Nov 30 10:28:01 zuni2 slapd[4398]: conn=31 op=0 SRCH base="o=Uploaded PGP keys" scope=2 deref=0 filter="(objectClass=*)"
    Nov 30 10:28:01 zuni2 slapd[4398]: conn=31 op=0 SRCH attr=pgpKey
    Nov 30 10:28:01 zuni2 slapd[4398]: conn=31 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Nov 30 10:28:01 zuni2 slapd[4398]: conn=31 op=1 UNBIND
    Nov 30 10:28:01 zuni2 slapd[4398]: conn=31 fd=29 closedonly conection 30 is polled, the other go into a timeout at the backend server after a while and DPS does not recognize this and does not close the connection.
    Nov 30 10:28:41 zuni2 slapd[4398]: conn=29 fd=23 closed (connection lost)
    Nov 30 10:28:48 zuni2 slapd[4398]: conn=26 fd=16 closed (idletimeout)
    Nov 30 10:28:48 zuni2 slapd[4398]: conn=27 fd=21 closed (idletimeout)Any ideas how i can make DPS to poll all connections or at least recognize that some of the connections were closed?
    Edited by: zengelan on Nov 30, 2007 1:47 AM
    Edited by: zengelan on Nov 30, 2007 1:51 AM

    Hi andi,
    As you've noticed, DPS uses a dedicated connection for server health-check.
    The problem you mention may appear when LDAP directory servers are configured to drop inactive connections after x seconds, x > health-check polling period and no traffic received by the proxy.
    Indeed, health-check does not detect anything wrong as periodic traffic prevent the dedicated heath-check connection from being dropped. However, pooled connections remain inactive, so they become stale.
    The number of (potentially) stale connection increase with the size of the pool, that's the reason why you need to do multiple (failing) queries to clean up the connection pool.
    Error detection is improved in 6.3 (out beginning of CY08) when a stale connection is retrieved from the connection pool.
    Meanwhile, it is possible to configure the proxy to periodically generate (dummy) traffic to those pooled connections that remained inactive for some time. This usually solves this kind of problem at the expense of extra outgoing network traffic when the proxy is not used.
    -Sylvain

  • Jolt backend connection failed

    Hi,
    Everytime Tuxedo (V7.0) is rebooted, I have to reboot also Weblogic (V5.1.0). How can I configure it to automatically reconnect to the database?
    Thanks
    Carlos Cruz

    Hi,
    you should check the service file.
    on unix -> /etc/services
    on windows -> /windows/system32/drivers/etc/services
    Type in a new line:
    sapgw77   3377/tcp
    Maybe you have to open the firewallport 3377 to get the connection from the new portal server to the R3 backend.
    If you try to logon via SAP Gui from the client, you have to make the service entry in every SAP Gui Client!
    Restart the server and have fun!
    Regards,
    Toni

  • Fallback-Page if Backend-connection fails

    Hello out there,
    we have some BSP-iViews in our portal, but what can we do if we don't want to show the portal exception-page if the backend-system could not be reached.
    Is it possible to show an custom "system is down for maintanence"-page ?
    Thanks,
    regrads
    André

    Hi Christian,
    Create a common DC and write a method which accepts the Model Instance as the input parameter. Write same code which checks the connection as you mentioned. Add the new DC as Used DC in all your applications and just call the method with Model Instance as Paramter. This still requires some changes in all your existing appliations but future maintance also easy.
    Regards
    Abhilash

  • Unable to close backend connection

    Hello Experts,
    We are currently running certain Visual Composer applications in our portal 7.0. It has been observed that even after navigating away from the VC application or logging of the portal, the connection to the ABAP system does not end rather it stays in the idle mode. We are using certain RFC's for data processing in our VC model.
    We have changed the connection lifetime property to 60 seconds in Visual Administrator --> Server --> Services --> Connection Container but the connection continues to remain idle, we checked for the same in SM04.
    Please let us know if we are missing on some required parameter changes apart from Connection Lifetime property.
    Best Regards
    Gaurang Dayal

    You need to change the connection timeout property.
    Log in to Visual Admin --> Server --> Services --> Connection Container --> Runtime --> sap.com/com.sapportals.connectors.sap -->SAPFactory
    Open tab Managed Connection Factory --> Connection Definition --> Connection Lifetime
    Change the default value of 3600 seconds here and save the changes.
    Best Regards
    Gaurang Dayal

  • Design Studio Client 1.4 SP00 doesnot shows the backend connections

    hello everyone,
    i am using Design Studio Client 1.4 SP00, in the local mode I am trying to connect BW system but selection screen I am unable see the list of BW connection available in SAP Logon pad, please see the attached screenshot.
    I have uninstalled and installed again but still have same issue.
    Anyone have ever faced this problem, could you please help
    Regards,
    Ganesh

    Hi Tommy - thank you very mach, it works,
    If the saplogon.ini file is stored in a virtual SAP GUI application, for example, and not on your PC, then Design Studio cannot find the file or display SAP NetWeaver BW connections in the design tool, So for displaying BW connections following command should  be copied in SapDesignStudio.ini before the -vmargs command.
    -aadSaplogoniniPath
    <saplogon.ini file path in your local machine>
    Regards,
    Ganesh

Maybe you are looking for

  • Windows XP won't install. Black screen with cursor!

    Ok, so I originally partitioned the HD using 'Boot Camp Assistant". I had no problems installing Windows. When I plugged in the Mac OS X install dvd to install the drivers it always crashed. so, I went back into 'Boot Camp Assistant', delete and repa

  • Conversion of DATS to DEC in transfer rule

    Dear all, I have a requirement to Activate mapping field in Infosource - transfer rule. I have to map ZDATE (datatype - DEC) with ZOLDDATE (Datatype - DATS). I know it can be directly mapped so DATS field will be automatically converted to DEC like b

  • Problems with my external USB 3.0 (Toshiba) hard drive and Macbook Air 2012

    I can't seem to get any help on this from Apple and I am tired of ti I have a new Macbook Air 2012 model and have several Toshiba external USB 3.0 drives. I did the Mountain Lion App Store 10.8.2 update and all of a sudden non of my drives are mounta

  • Static IP address setting ... or mabye a DNS setup issue

    Not exactly new to Linux, but hyped on caffeine and much Java EE and Ant and Maven and WebLogicServer and other things buzzing in my head So ... I have a DynDNS name ... I set my router to make Linux 192.168.1.110 always based on MAC ... Installed Or

  • Behind ISA Server 2004 Error in applet

    Hi there, If i enter a particular website i am getting the following error: Error: 'idEditbox' is not defined If i enter the website when i am not behind the ISA Server 2004 i'm not getting any errors. Does anyone knows how this problem can be solved