Standalone Gateway configuration

I installed Standalone gateway for our CRM server. How to connect standalone gateway with central instance?
Gateway Host: SAPTST
SID: CSD
Instance number: 03
Central instance: SAPCRM
SID: CRD
Instance Number: 01
Thanks
Reddy

Hi Reddy,
what do you want to do with the stand alone gateway? Stand alone gateways are in general used for example 3rd party products which do run on machines where there is no SAP Based System installed. Lets say you do have a 3rd party product wich supports the connection via RFC from SAP Systems. You can then connect the 3rd party application to this standalone gateway. Once this is done you can then go to transaction SM59 and set up a TCP/IP connection to the 3rd party product and use the gateway installed on the 3rd party machine.
This is just a very general explanation of what you can do with a standalone gateway. There are some other options but to go into more detail you need to explain a little more what you want to do.
regards Ingo

Similar Messages

  • CBS: Creation of build location fails for Standalone Development Configuration

    Hi experts,
    We have an issue during setup of a Standalone development configuration in NWDI with CM Services. During saving the following error occurs:
    "Unable to save development configuration: Unable to create build location "SPO" on build tool "http://qpmr-nw01.sap:50000" using user "NWDI_CMSADM" [DICONF_CREATEBUILDLOCATION]: CBS Server Error: Internal server error( internal code: INTERNAL_SERVER_ERROR)"
    The trace logs contains additionally the following errors:
    "FAILURE to unset the owner-buildspace property on workspaces for buildspace: SPO caused due to an exception. Invalid cookie domain .sap. This may cause problems during future creation of buildspaces for the workspaces associated with this buildspace. Manual unset may be required."
    "Unable to create build location "SPO" on build tool "http://qpmr-nw01.sap:50000" using user "NWDI_CMSADM" [DICONF_CREATEBUILDLOCATION]: CBS Server Error: Internal server error( internal code: INTERNAL_SERVER_ERROR)
    [EXCEPTION]
    com.sap.di.cts.config.service.core.exception.DIConfCreateBuildlocationException: Unable to create build location "SPO" on build tool "http://qpmr-nw01.sap:50000" using user "NWDI_CMSADM" [DICONF_CREATEBUILDLOCATION]: CBS Server Error: Internal server error( internal code: INTERNAL_SERVER_ERROR) "
    Does this have something to do with our domain name which ends with .sap?
    Thanks and Best Regards
    Harald

    Hi,
    yes, that is what I was afraid of.
    Let's try something else.
    Surely the problem seems to be related to the domain that is using the string "sap".
    Or at least this is what I can also see in the error message :Invalid cookie domain .sap.
    Can you please try with IP ? Go to CMS Track Data, and specify the CBS and DTR URLs via IP.
    Does this help?
    Cheers,
    Ervin

  • Standalone Gateway in MSCS not working correctly

    Dear Experts,
    I have installed a standalone gateway according to note 657999 in a BW cluster system. I already installed 2 standalone gateways in 2 other systems and they are working fine. I am checking this using sm49 and running a zdir external program in each node.
    Although the services were installed and started correctly, as well as the GW cluster resource, external programs still run only in one node and fail when run from the other node.
    Any thoughts will be pointly appreciated. Thank you.

    I have bought Adobe Acrobat X Standard & now works

  • Problem in DB13 - standalone gateway installed - error due to env

    Hello,
    As we have db and ci on separate server and there was no gateway on db server, I installed standalone gateway the rfc connection started working fine. When I try to execute any BR* command through DB13, it gives error.
    I checked using SM69 the output of env and BRTOOLS using the working RFC destination.
    BRTOOLS ends with return code 3 - BR0152E Environment variable ORACLE_SID is not set
    I modified .sapenv.csh and .sapenv.sh in /home/sidadm of gateway sid, but the error remained the same.
    When command env is run through SM69 suing the working RFC destination, its output is not having the set variable values.
    In trace, there are no errors reported, but it does not show which environment variable file its checking.
    Can someone please let me know which environment variable file is checked when the SM69 - env is run?
    Thank you,
    Vaibhav

    Dear Vaibhav,
    Please,check the environment variable using the transaction SM49
    and external command "ENV" for Unix - this is the environment valid
    for jobs running from DB13. The environment of ora<sid> on Unix is not
    relevent for jobs running from DB13.
    1. please copy appropriate version of BR*-executables in the directory
    /sapmnt/SID/exe and set the owner and permissions as per note #113747.
    2. set the environment variables ORACLE_SID, ORACLE_HOME, SAPDATA_HOME,
    SAPSID=SIDfor the user "sidadm" and restart the standalone gateway
    to activate the new environment.
    After that changes, DB13 jobs should work.
    Regards,
    Rafael

  • Distributed Database + DB13 + SAPXPG + Standalone Gateway

    Hi All,
    I knew this question has been asked and answered but i still couldn't find the concrete solution. Any advise is mostly welcome.
    I've installed Distributed Database on Solaris and CI on Solaris as well. Due to security reason and policies, our customer stop us from using RSH.
    I've installed standalone gateway in Distributed Database with System Name EGW, system number 20. My SAP and DB name is AEP.
    gwrd is started using egwadm. TCP_IP connection SAPXPG_DBDEST_DBHOSTNAME works fine, however when i kick off checkDB in DB13, i got the below error:
    "> Function: BtcXpgPanicCan't exec external program (No such file or directory)"
    Have i miss out something? Do i need to add any ENV to egwadm or edit the SAPXPG program?
    fyi, br* and SAPXPG authorization are all set correctly in /sapmnt/AEP/exe. Env for AEPadm in CI is identical to AEPadm in DB server.
    Please advise.
    Thanks,
    Nicholas Chang.

    Hi All,
    Since there's no SAP Note explaining how to setup standalone gateway in UNIX env and incorporate for brtools to work in distribtuted system. I'll summarize the resolution here:
    1) Install GW in database server
    2) update the GW start profile with below value:
    BGW = Gateway's SID.
    SETENV_00 = LD_LIBRARY_PATH=$(DIR_LIBRARY):%(LD_LIBRARY_PATH)
    SETENV_01 = SHLIB_PATH=$(DIR_LIBRARY):%(SHLIB_PATH)
    SETENV_02 = LIBPATH=$(DIR_LIBRARY):%(LIBPATH)
    SETENV_03 = ORACLE_SID=SID
    SETENV_04 = SAPDATA_HOME=/oracle/
    SIDSETENV_05 = PATH=$PATH:/home/BGWadm:/usr/sap/SID/SYS/exe/run:/usr/bin:.:/usr/ccs/bin:/usr/ucb:/oracle/SID/112_64/bin
    3) update BGWadm env profile - sapenv_HOSTNAME.csh
    setenv SAPDATA_HOME /oracle/SID
    setenv ORACLE_SID   SID
    setenv PATH /home/bgw:/usr/sap/BGW/SYS/exe/run:/usr/bin:.:/usr/ccs/bin:/usr/ucb:/oracle/SID112_64/bin
    setenv ORACLE_HOME /oracle/SID/112_64
    setenv USER bgwadm
    setenv dbs_ora_schema SAPSR3
    setenv NLS_LANG AMERICAN_AMERICA.UTF8
    setenv DB_SID SID
    setenv dbs_ora_tnsname SID
    setenv dbms_type ORA
    setenv LD_LIBRARY_PATH /usr/sap/SID/SYS/exe/run:/oracle/SID/112_64/lib
    setenv DIR_LIBRARY /usr/sap/SID/SYS/exe/run
    4) copy br* to gateway's /sapmnt/SID/exe/ and ensure 4775 is granted
    5)Create the special OPS$ setting to allow BGWADM to log into the database.  use the script below .  Log in as oraSID to run this on DB host via SQLPLUS (connect /as sysdba)
    CREATE USER "OPS$BGWADM" DEFAULT TABLESPACE PSAPSR3USR
    TEMPORARY TABLESPACE PSAPTEMP IDENTIFIED EXTERNALLY;
    grant unlimited tablespace to "OPS$EGWADM" with admin option;
    grant connect to "OPS$BGWADM" with admin option;
    grant resource to "OPS$BGWADM" with admin option;
    grant connect to "OPS$BGWADM" with admin option;
    grant resource to "OPS$BGWADM" with admin option;
    grant sapdba   to "OPS$BGWADM" with admin option;
    CREATE TABLE "OPS$BGWADM".SAPUSER
    (USERID VARCHAR2(256), PASSWD VARCHAR2(256));
    INSERT INTO "OPS$BGWADM".SAPUSER VALUES ('SAPSR3',
    'your_password');
    6) stop gateway and kill gateway sapstartsrv
    7) start gateway
    8) in CI - SM59 - TCP_IP -> SAPXPG_HOSTNAME_DB -> ensure gateway host is points to DB server and sapgw is the system number for DB Gateway
    9) test checkDB in db13.
    Cheers,
    Thanks,
    nicholas chang.

  • Installtion of standalone gateway on db server

    Dear Gurus,
    I am going to install standalone gateway installation on my DB host.
    It is because my RFC connection in CI  [SAPXPG_DBDEST_DBHOSTNAME]  is failing.
    the failure of this RFC causing failure of server DBA jobs .
    System is at 640 version,
    Could you please let me know do we need any post installation steps after i install gateway
    standalone engine?
    Thanks and Regards
    Purna

    Hi Purna,
    There are no post installation steps as such.
    If your standalone gateway is running on the DB server , then just enter the gateway parameters in SAPXPG_DBDEST_DBHOSTNAME  and do a test run.
    Is the test works fine, then your DB activities should also run.
    Cheeers......,
    Raghu

  • Tips before installing a Standalone Gateway on MSCS

    Hi there,
    I have installed an ECC system running on MSCS already but in order to use DB13 transaction properly I´m planning to install a Standalone Gateway in the database server. Apart of SAP note 657999 or installation guides there´s anything to pay special attention before doing this ?
    I highly appreciated your comments.
    Best regards,
    Everton

    Hi Mark,
    Thank you for your time !
    Best,
    Everton

  • Can I have Cube and Vxml Gateway configured on same Router box ?

    Hi
    I have one router Model #3900 Series    Can I have Cube and Vxml Gateway configured on same router ?  If yes,  Can any one help me with sample configuration for same.
    Thanks and Regards
    Anil Kumar.

    Here is an example of CVP hardware/software compatibility for CVP 10.0, similar doc exists for each version of CVP.
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/customer_voice_portal/cvp10_0/reference/guide/CCVP_BK_1ECCDBC7_00_1001-bom/CCVP_BK_1ECCDBC7_00_1001-bom_chapter_00.html

  • Could CUOM back up voice gateway configuration?

    Hello all,
    I wonder if CUOM could back up voice gateway configuration.
    And, I assume Cisco works back up router/VGW config in most of cases,  is it correct?
    Thank you in advance,
    master001

    By design, the iphone will sync itunes content with ONE computer at a time. If you attempt to sync such content with a second computer, ALL itunes content will first be erased from your phone & then replaced with the content from the second computer. This is a design feature & cannot be overridden. Because you formatted your computer, the iphone will see your computer as a "new" computer.
    1.First, disable auto sync when an ipod/iphone is connected, in preferences, in itunes, which in windows is in the edit menu.
    2. Put one contact & one event in whatever programs you use for that purpose on your computer, they can be fake, doesn't matter, the important point is to have one entry in each.
    3. Connect your phone, itunes running, DO NOT SYNC.
    4. Go up to Store>Authorize this Computer.
    5. Go up to File>Transfer Purchases. All of the purchased itunes content on your phone will be transferred, music you ripped on your own will not be transferred. You will have to use third party software to first extract that music from your phone BEFORE YOU DO ANYTHING. Same for photos not in your camera roll, the photo sync is one way...computer to phone. This is one example:
    http://www.wideanglesoftware.com/touchcopy/index.php
    6. Right click the phone in the device pane & select Reset Warnings.
    7. Right click the phone, again, & select Backup.
    8. Right click the phone, again, & select Restore from Backup. Select the backup you just made. Voice Memos are included in the iphone's backup.
    9. This MUST be followed by a sync to restore your itunes content, which you select as before from the various tabs.
    You'll get a popup regarding your contacts & calendars asking to merge or replace, select merge.
    This article details what's included in the backup you'll make & restore from:
    http://support.apple.com/kb/HT1766

  • DOUBT|comprehensive model | gateway configuration | CVP VXMLServer

    Hi all,
    Am setting up a comprehesive mode
    call flow is like that call from ACD will come through ivr through E1 and calls will be forwrded to cvp servers by static route and bootstarp serveices is invoke for icm label creation configured in gateway.Now my doubt is,how to make some 3 to 4 servers to handle calls simultaneoulsy without preference model wihout proxy servers .As of now am working with one CVP server>need to add few more
    is there any configuartion required to do this
    ACD------>  gaetway------>CVP servers----->ICM-------->IVR will play
    Thanks
    Bala

    Hello Bala,
    The only other way i can think of is sending the call to the DNS Server where it can resolve to multiple IP address using a DNS SRV file. Below is the section from CVP SRND which explains your scenario.
    "When a call arrives at an Ingress Gateway, the dial peer can use DNS to alternate calls between the
    two SIP Proxy Servers. The SIP Proxy Servers can also use DNS to distribute incoming calls among
    multiple SIP Services. If SIP Proxy Servers are not being used, then the Ingress Gateway can use
    DNS directly to distribute inbound calls among multiple SIP Services"
    You can achieve this using the dial-peer Session Target.
    dial-peer voice 75795 voip
          session target dns:cvp.callserver.com
    Have a look at the below blog which explains the SIP Proxy Reduncancy, but it can also be done for CVP
    http://beaccie.blogspot.in/2009/07/ios-gateway-configuration-for-sip-proxy.html
    Regards,
    Senthil

  • BAT for Gateway Configuration

    Hi ,
    I am trying to import gateway configuration (MGCP) via BAT
    Previous post i reffered to was 
    https://supportforums.cisco.com/document/144461/how-migrate-h323mgcp-gateway-configuration-across-router-models-bulk#comment-9938346
    It was helpful to get me to upload.
    Its not clear what extra commas i need to remove..
    Upload was completed.
    Job schedule was completed too.
    But changes is not reflected. (i just changed the description of gateway)
    In Job logs i get the below message: MGCP Slot java.lang.NullPointerException
    Regards

    Can you check are there are several "Commas" after each of the lines; what you need to do remove all the additional commas by opening this using wordpad or notepad++ .
    Br,
    Nadeem

  • Gateway Configuration getting dropped

    Hi,
    I have configured the default gateway using route add default x.x.x.x on the solaris server. With route -f command, iam able to see the gateway configuration. But after a time span of 10-15 seconds, the gateway configuration is getting lost.
    But the entry still exists in the /etc/defaultroute file.
    IPv6 has been enabled on this machine. I disabled and tried, still the same problem exists.
    Thanks in advance,
    Sarat.

    Hmm.
    The command "route -f" flushes the routing table, or in other words, clears the routing table from all entries. So its no wonder if your default router disappears.
    To list existing routes, run:
    "netstat -nr"
    The file where you store the defaultrouter is /etc/defaultrouter (note the trailing "r"), this file is only read at boot and not during normal system operation.
    7/M.

  • Stats from Standalone Gateway in ST03

    Per SAP recommendation, I have installed a standalone gateway for my MSCS cluster.  SAP recommended this so that the database statistics would showup in the EarlyWatch reports and ST03.  I had created the Standalone gateway per note 657999 and I am wondering how I can add these stats in ST03.

    Hi,
    I think the standalone gateway installation for MSCS is mainly to be able to use transactions ST04, OS07 (equivalent of ST06 where you can choose the database RFC destination) and brtools from transaction DB13.
    In ST03, I've got exactly the same information as if we were not using MSCS.
    It works great on my MSCS R/3 4.7 system.
    Regards,
    Olivier

  • SAGW (SAP standalone gateway) upgrade

    I'm looking to upgrade the kernel (4.6D)for a standalone gateway server. SAP doesn't provide a specific sar-package for such. Can I just pick up the various executables from a standard kernel package and repalce them on the gateway? Any gotcha's to be wary of?
    Can I go to a more recent release (eg. 6.40) and still interact with 4.6, 6.1, 6.2 instances?

    You can find install instructions here:
    http://service.sap.com/instguides
    --> SAP Netweaver --> SAP Netweaver Gateway --> SAP Netweaver Gateway 2.0
    Hope this helps...
    Regards, Bernd

  • BPM standalone 10g configuration

    A BPM standalone is installed in Windows 2003 sp1 on a VM. I also apply the patch to it. It cannot be configured with a DB installed in another machine (10g). However, it can be configured with other DB (11g/10g) installed in the same machine or different one. It cannot be configured with just one DB.
    When I configure it with a DB installed in my machine (the VM is installed in my machine. DB is not installed in VM) multiple times (I create about 5 directory and do not drop the users--OBPMDir*/OPBMEngine*), the workspace shows error: cannot find *** process.
    However, after I reboot the PC, it works fine.
    The log file of installation:
    #Install Complete
    WHAT_TO_LAUNCH_0=0
    WHAT_TO_LAUNCH_1=1
    WHAT_TO_LAUNCH_2=0
    It is different with another installation log of BPM standalone 10g which works fine.
    #Install Complete
    WHAT_TO_LAUNCH_0=1
    WHAT_TO_LAUNCH_1=0
    WHAT_TO_LAUNCH_2=0

    I reinstall BPM standalone 10g in that VM. It works fine.
    The current log as follows:
    #Install Complete
    WHAT_TO_LAUNCH_0=1
    WHAT_TO_LAUNCH_1=0
    WHAT_TO_LAUNCH_2=0
    What do these numbers mean?

Maybe you are looking for

  • Getting image stored in database !!

    Hey !! I'm really trying to solve so much problems i'm having with javafx !! So, like the title may suggest, i'm having problems as to get image from the database !! Everything seems fine but it tells me that there is "Exception while runing Applicat

  • N8 Belle Hotmail Folder Sync Problems

    Hi, recently I had to do a software reinstall due to a faulty SIM and when I reconnected to my Hotmail it no longer shows my hotmail folders (other than the usual inbox/outbox etc), and it's not syncing deletions or read mail when I go to hotmail via

  • Java 2 Programmer's Certification Exam...

    Hi there ppl, i was just wondering if employers are really that bothered about exactly how much you scored on your java 2 cert programmer's exam? If so, then what is considered a decent score or percentage? Thanks. (ps. got my exam tomorrow so i'm in

  • Login password recovery

    hhow can I reset my login password if I forgot it and do not have a hint question

  • Address Book - self signed LDAPS certifiate on openldap server

    I'm fairly new to the Mac, but I'm not new to FreeBSD or *NIX type boxes. I'm trying to get Address Book to contact my openldap server that runs on OpenBSD. I have it working well with thunderbird, horde + (l)imp, dovecot, and various other openldap