How connect rfc servers in a HA environment?

Hello folks
We are setting up a HA installation consisting of a clustered DB/ASCS package and a bunch of non-HA dialog instances.
Now my question is, how do you connect 3rd party applications like for example business connectors, kofax topcall (a fax solution), archiving solutions from imtf or external job schedulers like $universe to that system.
They either connect to a gateway as registered server program or they act as rfc client connecting to the SAP system with user and password. Now i was explaining the concept of message server logon groups to everybody. The result in most cases is a confused smile.
I am afraid we end up configuring those tools to one single application server, which renders it  a single point of failure.
Does anybody have a similar environment? Remember we have only a central services instanz without gateway and workprocesses. How did you solve this problem then?
Cheers Michael

Taken from the sample saprfc.ini from the original SAP rfc sdk.
Here is the saprfc.ini for client (we addidionally use a saprouter here):
/*===================================================================*/
/*  Type B:  R/3 system - load balancing feature                     */
/*===================================================================*/
DEST=MY_DEST
TYPE=B
R3NAME=SID
MSHOST=/H/saprouter/S/3299/H/mshost
GROUP=SPACE
RFC_TRACE=0
ABAP_DEBUG=0
USE_SAPGUI=0
We decided to add a standalone gateway on the SCS server for registered server programs. Here is the saprfc.ini for rfc servers (registering at a gateway):
/*===================================================================*/
/*  Type R:  Register a RFC server program at a SAP gateway          */
/*           or connect to an already registered RFC server program  */
/*===================================================================*/
DEST=MY_DEST
TYPE=R
PROGID=MY_PROGRAM_ID
GWHOST=gwhost
GWSERV=sapgw0x
RFC_TRACE=0

Similar Messages

  • How to connect different servers with different Hyperion product

    Hi Guru,
    I am very new in the field of Hyperion installation and configuration... We need install 3 Hyperion product i.e. HFM, FDM and EssBase version 11.1.2.2 in their individual servers/machine. Now I do not have any idea how do I connect these servers so that they could talk to each other.
    I need some expert advice on the above if need any other info do let me know.
    Regards
    GJ
    Edited by: 1006305 on May 16, 2013 2:53 AM

    I am not an infrastructure expert, but if you are new to Hyperion, I would definitely look for some external help (Consultants). Hyperion Installation and Configurations are extremely complicated.
    This is a good starting point: http://docs.oracle.com/cd/E17236_01/nav/portal_1.htm
    Cheers,
    Mehmet

  • How connect to internet from domain created in Hyper-V

    How connect to internet from domain created in Hyper-V
    Host =  Win8 Pro
    Connection to internet done using WI-FI
    Internet seeting
    Home router with secury connection -> cable internet
    Network name set on router = "Mtl2014"
    Host setting
    TCP/IPv4 Seeting for WI-FI ,connected to "Mtl2014"
    Obtain address automaticly
    Obtain DNS server address automaticly
    I can connect and browse internet from host
    In Hyper-V
     1.created 2 private virtual switches SW1 and SW2
     2.installed 2 VM HA1 and DC with Win2012 server eval edition
     3.assigned stations HA1 and DC  to virtual switch SW1
    on Host
    WI-FI network connection
     Sharing->Allow other network to connect.. ->Home network connection vEnthernet (SW1)
    in Hyper-V
     choose Activate windows on  HA1 and DC
     open browser on HA1 and DC ,
     At this point I am able to see and browse and search in google from HA1 and DC
    In Hyper-V
     assined virtual switch SW2 to DC and HA1
     created Domain controler on DC and domain Alex1.com
     TCP/IPv4 Seeting on DC
     IP = 192.165.1.8
     subnet = 255.255.255.0
     default getaway = empty
     Prefered DNS server = 192.165.1.8
     TCP/IPv4 Seeting on HA1
     IP = 192.165.1.11
     subnet = 255.255.255.0
     default getaway = 192.165.1.8
     Prefered DNS server = 192.165.1.8
     added HA1 to domain Alex1.com
    Question
     What seeting on SW2, DC, HA1 and  Wi-FI should I change in order to have access to internet from  Alex1\DC and Alex1\HA1?
    I was planning to use internet to download/install pacthes/updates for windows and sql servers located on Alex1\
    I plan to build 6 more Win 2012 server eval and join then to Alex1\
    Thank you
    Alex

    I see.
    1. 192.168.0.0 addresses are not routable across the public Internet. Even if the whole world knows you're using that space, the information is useless. But if you feel better hiding it, OK.
    2. Internal doesn't allow communications with a physical network either. Only the external type does.
    3/4. Your problem is not really with Hyper-V. It's with IP.
    Your machines are all able to communicate with each other because they're on the same switch and the same subnet. No gateway is required. If you have a computer with an IP of 192.168.1.8 and its subnet mask is 255.255.255.0, then it will be able to communicate
    with any computer on the same switch with an IP of 192.168.1.anything. It's when they need to talk to computers off of that subnet (anything that doesn't fit the 255.255.255 mask) that they have a problem. For that, you need a gateway somewhere. You can't
    use "DC" for the gateway because it's not performing routing services.
    You have two choices.
    One is to use an external switch so that your guests are directly connected into your physical network. That will take over your WiFi adapter, so you'll probably want to set the share option so your Win8.1 box continues to function. Then just use a common
    IP subnet with everything else on your home network.
    The second is to set up a software router. If you are using an internal virtual switch, then this has to be in the Win8 environment. I might be mistaken, but I think that
    Internet Connection Sharing would even work for this. If you are using an internal virtual switch, then your Win8 system should see two (or more) adapters. One of them is the physical adapter (we'll call it wNetAdapter) and one would be the virtual adapter
    (we'll call it vNetAdapter) it uses on the virtual switch. Once you set up ICS, you would have all of your VMs use the IP address that you assigned to vNetAdapter as their gateway.
    Eric Siron Altaro Hyper-V Blog
    I am an independent blog contributor, not an Altaro employee. I am solely responsible for the content of my posts.
    "Every relationship you have is in worse shape than you think."

  • How does RFC adapter with EO/EOIO work? Kindly help!

    Hi Experts,
            How does a sender or receiver RFC adapter works when QOS is EO or EOIO (Async)? In other words, for EOIO, are the messages are queued? How does this queueing work? Does it use FIFO logic? where do we specify the max limit of messages that can be queued?
    Also what is the significance of 'Initial connection' and 'maximum connections' in communication channel? I have given the default value 1 for both. What should be the ideal value and why?
    In my Async RFC - XI scenario sometimes XI is able to receive the messages but sometimes it doesnot even though the sender system is UP and running.
    I cannot see any messages in SXMB_MONI even though the sender has sent the messade.
    Why RFC adapter is behaving like this? What could be the issue?
    Kindly help!

    EOIO: How does this queueing work? Does it use FIFO logic?
    >> yes it uses FIFO logic in EOIO.
    Also what is the significance of 'Initial connection' and 'maximum connections' in communication channel? I have given the default value 1 for both. What should be the ideal value and why?
    >>>noof rfc connections we are using for connecting to XI to RFC minmum is 1 maximum is 50 bydefault. you increase this value by changing the default setting.
    How does RFC adapter with EO/EOIO work? Kindly help!
    Posted: Mar 21, 2007 4:15 AM 
    Hi Experts,
    How does a sender or receiver RFC adapter works when QOS is EO or EOIO (Async)? In other words, for EOIO, are the messages are queued? How does this queueing work? Does it use FIFO logic? where do we specify the max limit of messages that can be queued?
    Also what is the significance of 'Initial connection' and 'maximum connections' in communication channel? I have given the default value 1 for both. What should be the ideal value and why?
    Why RFC adapter is behaving like this? What could be the issue?
    >>check ur sender RFC adapter. chekc whether data is sent from RFC . see logs in R/3.

  • How do i setup WTC in cluster environment using WLS6.1 sp3?

    Hello:
    the situation is:
    (1)Two solaris machines.
    (2)one WLS domain.
    (3)one admin server and four managed servers in this domain.
    (4)we cluster these 4 managed servers.
    (5)each machine contains 2 managed server.
    Here is the problem,
    when we start managed servers in the same machine, the wtc is ok, but when we start managed servers in diffent machine, the wtc fail.
    here is the error message:
    [Error][Cluster][Conflict start: You tried to bind an object under the name tuxedo.services.TuxedoConnection in the JNDI tree. The object you have bound  from 10.64.32.188 is non clusterable and you have tried to bind more than once from two or more servers. Such objects can only deployed from one server.]
    [Error][Cluster][Conflict start: You tried to bind an object under the name tuxedo.services.TuxedoConnection in the JNDI tree. The object you have bound  from 10.64.32.187 is non clusterable and you have tried to bind more than once from two or more servers. Such objects can only deployed from one server.]
    So, how can i setup wtc in cluster environment using WLS 61. sp3?
    Regards,
    cjyang

    cjyang <[email protected]> writes:
    [Error][Cluster][Conflict start: You tried to bind an object under the name tuxedo.services.TuxedoConnection in the JNDI tree. The object you have bound  from 10.64.32.188 is non clusterable and you have tried to bind more than once from two or more servers. Such objects can only deployed from one server.] I believe that this is a known problem and that WTC clustering is not
    supported in WLS 6.1.
    andy

  • Connectivity between blades in Cisco UCS environment

    We're trying to setup a UCS environment for testing purposes, and seem to be unable to establish any connectivity between servers within the UCS. At the moment, the environment has no upstream LAN connectivity and therefore no uplinks defined on the fabric interconnects. We had wanted to run the test within the UCS keeping it isolated, and connect in via the management interface to UCS Manager. I suppose my question is, is it possible to get the blades to talk to each other without uplinks defined and connection to an external network?
    Many Thanks - Lee

    Further to what has been mentioned, you can stay in end-host mode but change the behaviour for no uplinks, which is the Network Control Policy.
    Not sure where it is on the GUI (it may be CLI only) but its described at http://ciscosystems.com/en/US/docs/unified_computing/ucs/sw/cli/config/guide/1.0.2/CLI_Config_Guide_1.0.2_chapter15.html
    The config item is
    set uplink-fail-action {link-down| warning}
    The description is
    Specifies the action to be taken when no uplink port is available in end-host mode.
    Use the link-down keyword to change the operational state of a vNIC to down when uplink connectivity is lost on the fabric interconnect, and facilitate fabric failover for vNICs. Use the warning keyword to maintain server-to-server connectivity even when no uplink port is available, and disable fabric failover when uplink connectivity is lost on the fabric interconnect. The default uplink failure action is link-down.
    When you have no uplinks all the NICs look down! This is by design. Remember you have a fabric A and a fabric B. When you have a fabric that gets isolated do you want it to fail the Ethernet links so that the blades know about it and the network failover software in your OS can send the data over the working fabric. Or do you want your blade to not know and keep sending data out, but if its destined for outside the environment its not going to get there.
    Hopefully that adds some more clarity to your situation.
    Rodos

  • How many application servers in a company

    Hi experts normally in a mnc company for example IBM bangalore,
    how many application servers in the company and how many clients
    connected to each server.
    Regards,
    Neelima

    Consulting Companies like IBM can have any number of testing servers (sand-box). Every Client operate own their own servers (90%) or sometime they host servers at SAP AG Space.
    In general clients operate on 4 serevrs Dev, Quality, Production, and sand-box. But servers can be of any number depending on project size, like clients prefer to mainatin sperate BI (dev, qua & prd) servers for CRM/SRM/R-3.....it totally depends on requirement of usage for client. But yup minimum servers required is 3, though some client also work without quality servers.

  • Cc install stop at connecting to servers

    So recently I built myself a computer and decided to give photoshop a try. I went to the trial download link and clicked on "download trial", which it downloaded the creative cloud setup application for me. Upon running it, it would be stuck at "trying to connect to servers", and unable to move on. Is there any fix to this? Or is this a temporary server problem/maintenance from adobe?

    Aljoschakersna please see Sign in, activation, or connection errors | CC, CS6, CS5.5 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html for information on how to resolve the connection error.

  • Went 10.3.9 to 10.4.8 & now MacOS won't connect to Servers using afp! HELP!

    I did an upgrade installation of Mac OS 10.4.3 ontop of Mac OS 10.3.9 on a G4 AlBook. I then did the downloadable combo updater to take it 10.4.8.
    However now when I try to connect to any servers using Go - > Connect to Server I get no response.
    When I try to navigate to the Servers using the Finder and click connect I am told that the alias is broken.
    I thought his might have had to do with an installation of Netware for Mac OSX so I used the Netware install file to step through and remove all Netware files & I stil can't connect to Servers.
    Any help with this problem would be greatly appreciated.
    I have yet to run any of the software updates on top of 10.4.8 perhaps one of these improves 10.4.8 afp compatibility?
    Thanks in advance,
    Neil.

    James,
    thanks very much for this. I'd hoped not to have to go to 10.4.9 but it sounds as though your solution may well work with 10.4.8 as well? I.e. it sounds as though a component of the old system left behind by the incremental upgrade has broken the servers.
    I should have also mentioned that it is Netware boxes that I am trying to access. so it appears as though all manner of server is broken in this situation.
    This is so inconvenient (esp with regard to software authorised to hardrives, how does that behave with an archival install?).
    But once again many thanks for your help,
    Neil.

  • How connect a 27 cinema display to HP Pavilion with VGA video output

    how connect a 27 cinema display to HP Pavilion with VGA video output

    If it is a thunderbolt version of the apple 27" display, you don't.  The TB displays can only work with a TB source.
    I also think you are out of luck with the mini-displayport versions of the apple 27" as well.   This would imply converting an analog VGA output  to a digital input of the 27".  I suspect that there is not enough data supplied by VGA for that to work and I do not believe any adapters exist for this.

  • How to open -pdf in a secure environment

    Opening PDF files from a secured account on Internet (e.g. telephone billing info) does not work. in Safe as the file is shown as _pdf (underscore instead of dot).  We suspect this problem started after installing CS6, but are not sure. Win 7, IE 9, Reader XI

    PDF on a regular website can be opened and downloaded. However, PDF on a secure website (https) looks normal with normal icon but double click gives screen for open / save / save as. ‘Open’ gives no result, no error message either. ‘Save’ or ‘save as’ shows screen with filename ending on _pdf, which cannot be opened or saved, no error messages either. Changing the filename into .pdf gives the same reaction: nothing happens, no error messages.
    The same files can be opened on a different PC win7, IE9, Reader XI and similar software, but without CS6.
    Van: Pat Willener [email protected]
    Verzonden: 3 november 2012 5:19
    Aan: EllyHo
    Onderwerp: how to open -pdf in a secure environment
    Re: how to open -pdf in a secure environment
    created by Pat Willener <http://forums.adobe.com/people/pwillener>  in Adobe Reader - View the full discussion <http://forums.adobe.com/message/4820274#4820274

  • How connect iPhone to TV (Philips) via USB?

    How connect iPhone to TV (Philips) via USB, because TV does't recognize iPhone.

    http://support.apple.com/kb/ht4108
    http://support.apple.com/kb/HT1454

  • How connect External monitor to iMac?

    How connect External monitor to iMac?

    How to do that depends on the iMac variant you have. iMacs have been in continuous production since 1998 in four broad families that are not 100 percent alike in behavior.
    Please look at the iMac images and descriptions in the links on this site:
    http://www.everymac.com/systems/apple/imac/index-imac.html
    and tell us what variant you believe you have.
    iMacs from the first through third-generations (G3, G4, and G5 processors) that support an external monitor were not set up to do anything other than "mirroring"--you see on the external exactly what is on the built-in display.
    Your description sounds like you have a newer iMac than this forum covers because, starting with the Intel iMacs in 2006, external monitors were allowed to do both mirroring and "extended desktop." The latter is what I believe you are seeing.
    Try this first: press the F7 key. On many Macs capable fo using external monitors, this was a shortcut to toggle between mirrored and extended display. If your keyboard has an "fn" modifier key, you may need to press that to get the F7 key to work.
    If you have an intel-powered iMac I can ask the Hosts to move you to that forum, which is much more active than this one which is for pre-2006 iMacs.

  • How connecting my iPad to sharp printer MX 2700 N ?

    How connecting my iPad to sharp printer MX 2700 N ? With an appli apple ?
    Thanck a lot.
    ZINO44

    Hi,
    Firstly please check to see if your printer in the list:
    http://support.apple.com/kb/ht4356
    If YES, you can use this to fix/setup:
    iPad: http://www.apple.com/support/ipad/assistant/airprint/
    If NO you have to print using other apps (if applicable) such as
       http://itunes.apple.com/au/app/hp-eprint/id299531647?mt=8
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to use JMS in a J2EE environment

    Hello all,
    I would like to find out how to use JMS in a J2EE environment. I use Borland Enterprise Server. Do I need to buy a message software to use JMS? How to use JMS with Message Driven bean?
    Thanks a lot.
    Best regards
    Susan

    If you don't want to buy you could try OpenJMS, a free JMS product (http://openjms.sourceforge.net/)
    As for learning how to use JMS w/ MDBs, I would suggest grabbing a book on JMS. I found the OReilly book on JMS to be pretty helpful for me.

Maybe you are looking for

  • IPod Recognized in Windows, not in iTunes

    Like many others on this forum, I've been having issues with iTunes and my iPod since installing iTunes 7.0. My iPod appears in My Computer, but iTunes will not recognize it. My first instinct was to try the iPod updater, however when I attempt to ru

  • Images in a report column

    Hi, I'm working with obiee 11.1.1.6.1 and I need to add images in a report column. I tried to follow the advices of Gerard for formulas as in http://gerardnico.com/wiki/dat/obiee/image but I don't see the images. I used the formula '<img src="dir/dir

  • Can I use a 21" iMac as an external monitor?

    I'm considering getting an iMac or Mac Mini so I can run Xcode. My budget is low, so I'm considering just getting a Mini and using it with an old VGA/DVI monitor. However, as the iMac includes a monitor, mouse, and keyboard, it's actually the same pr

  • SQL Server Error 9001 and auto close on Property

    Hello,   While talking to one of my application developers, he encountered Fatal Error 9001 while connecting to the database from .NET Application. In the past , he had similar issues and he mentioned that taking the database offline and bringing it

  • Text of Purchase Requisition ECC to SRM

    Hi all, When I run the BBP_EXTREQ_TRANSFER in ECC to SRM5.0, the field "INTERNAL NOTE", there isn' t in SRM. Plz, Anyone help me? Regards, Angie.