Gateway restart : What will happen ??

Hello,
I just wanted to know what will happen if i restart the gateway for one of the application server.
(I know, it can be done by SMGW and it starts automatically in few seconds. I am interested in knowing side-effects for this.. eg. running transaction will get disconnected and dumped or it will also reconnect ?.. something more.)
My problem is.. on 1 app server, all workprocess goes in CPIC stopped state and status remain waiting for gateway.
thanks
ashish

I have done it in the past, and it worked. But if you have heavy system load (especially RFC), then you have a good chance to kill something. You will also disconnect any server program registered to that gateway, so the connection will have to be reestablished. Under some circumstances it is possible that the gateway won't restart at all.
It is always better to restart the whole SAP instance if anyhow possible. If you have never tried it, then always try on a test system first. Why do you want to restart your gateway at all? You should check dev_rd, dev_disp and dev_wX for error messages.
Cheers Michael
Edited by: mho on Jan 6, 2011 8:30 AM

Similar Messages

  • What will happen when I install Leopard?

    So when leopard comes out in a few weeks and I install it, what will happen to all the files and apps on my computer. Will they be gone? Will I have to redo everything?
    This is my first transition on a new OS X. I switched right aftr Tiger came out. What is going to happen?

    Fair comment!
    If you want the full nine yards:
    There are no guarantees, but following this procedure when installing updates and upgrades on your Mac will go a long way towards avoiding unpleasant after effects and ‘post-update stress disorder’.
    It is also worth noting that it is an extreme rarity for updates to cause upsets to your system, but they may well reveal pre-existing ones, particularly those of which you may have been unaware. If you are actually aware of any glitches, make sure they are fixed before proceeding further.
    So before you do anything else:
    If you can, make a full backup first.
    Turn off sleep mode for both screen and hard disk.
    1. Repair Permissions (in Disk Utility)
    2. Verify the state of your hard disk using Disk Utility. If any faults are reported, restart from your install disk (holding down the C key), go to Disk Utility, and repair your startup disk. Restart again to get back to your startup disk.
    At least you can now be reasonably certain that your system does not contain any obvious faults that might cause an update/upgrade to fail.
    3. Download the correct version of the COMBO update from the Apple download site. If your car runs on gasoline you would not want to fill the tank with diesel, so don’t try to install the PPC updater on an Intel Mac!
    If you prefer to download updates via Software Update in the Apple menu (which would ensure that the correct version for your Mac was being downloaded), it is not recommended to allow SU to install major (or even minor) updates automatically. Set Software Update to just download the updater without immediately installing it. There is always the possibility that the combined download and install (which can be a lengthy process) might be interrupted by a power outage or your cat walking across the keyboard, and an interrupted install will almost certainly cause havoc. Once it is downloaded, you can install at a time that suits you. You should make a backup copy of the updater on a CD in case you ever need a reinstall.
    Using the Combo updater ensures that all system files changed since the original 10.4.0 are included, and any that may have been missed out or subsequently damaged will be repaired. The Delta updater, although a temptingly smaller download, only takes you from the previous version to the new one, i.e. for example from 10.4.9 to 10.4.10. Software Update will generally download the Delta updater only. The preferable Combo updater needs to be downloaded from Apple's download site.
    Now proceed as follows:
    4. Close all applications.
    5. Unplug all peripherals except your keyboard and mouse.
    6. Install the update/upgrade. Do not under any circumstances interrupt this procedure. Do not do anything else on your computer while it is installing. Be patient.
    7. When it ask for a restart to complete the installation, click restart. This can take longer than normal, there are probably thousands of files to overwrite and place in the correct location. Do nothing while this is going on.
    8. Once your Mac is awake, repair permissions again, and you should be good to go!
    If your Mac seems slightly sluggish or ‘different’, perform a second restart. It can’t hurt and is sometimes efficacious!
    9. Open a few of your most used applications and check that all is OK. In this connection please remember that not all manufacturers of third party applications and plug-ins, add-ons, haxies etc, will have had time to do any necessary rewrites to their software to make them 10.4.10. compliant. Give them a weeks or two while you regularly check their websites for updates. This applies particularly to plug-ins for Safari 3.
    N.B. Do not attempt to install two different updates at the same time as each may have different routines and requirements. Follow the above recommendations for each update in turn.

  • What will happen when I refresh transaction page?

    Hi Friends,
    I am getting the credit card details and other user info using JSP front end. I am passing these values to payment gateway page. What will happen when I keep on refreshing the payment gatway page when transaction is happening?
    regards,
    sampath

    the request will keep being reposted

  • What will happen to ongoing transaction in RAC if the node fails?

    In my RAC setup with three nodes .....if there are few transactions going on one node and the same node fails what will happen to those ongoing transactions........i mean will they be rollback....or what?????????
    Thanx in advance
    Gagan

    this is an sqlplus feature. If you do not useSQLPLUS, but something like toad or any other client,
    it will not work.
    But, it gonna work with middleware softwares.well, if sqlplus could do it, another software could do the same. The trick is, you must reexecute the same select and be sure to get the rows in the same order !!!
    If you do a fetch, this is ok, there is well a "select cursor" failover, but for a "bulk select", you should restart your query.
    >
    well, the transaction will be rollback and you willlose contact if you use sqlplus
    Not necessarly, if you configured load balance, then,
    you wont loose the connection.Will not you? I must try it one day, I just removed RAC from my notebook last week because of the lack of disk space...
    >
    the select actually reexecutes on the other node insqlplus, but you only "see" the lines comming after
    the current ones (but the whole select is
    reexecuted)
    Exactly, but, user wont realizes this.apart from the time he will have to wait, which can be quite long if the query already returned 90% of the rows...
    >
    Go through the link which I have provided in my
    earlier reply for more understanding on type of
    failover and load balance.well, quite unclear actually :
    Therefore, with Transparent Application Failover, a client notices no connection loss as long as one instance remains active to serve the application... there is no "connection loss", which does not mean there is no "loss" !
    http://download-west.oracle.com/docs/cd/B10501_01/network.920/a96580/advcfg.htm
    Active Transactions
    Any active transactions are rolled back at the time of failure because TAF cannot preserve active transactions after failover. The application instead receives an error message until a ROLLBACK is submitted.
    which means, your application must manually resent the transaction or whatever is appropriate

  • What will happen if oracle listener is stopped and started again.....

    Hi Gurus,
    Please suggest What will happen if oracle listener is stopped and started again on a running SAP System ?
    Thanks in advance.

    Hi Lakhbir,
    What will happen is that, all SAP work processes will loose connection to the database.
    If any active jobs(background jobs, updates, insert to database ) are running, they may fail. All the work processes will go to a re-connect state.
    ( There are few notes on WP reconnect which you can check and read about)
    DB Reconnect Parameters - SAP High Availability - SAP Library
    Application will be running but users will not be able to do any activity or may not be able to login at all and may get errors  like ( No connect to database possible)
    As soon as you start the listener process again , all the work processes will connect to the database again.
    This is because the WPs will keep on trying to connect to database at regular interval and as soon as the connection is available they will re-connect.
    You do not have to restart any work process manually in SM50 or anywhere else as this feature is enabled by default until disabled manually.
    Thanks
    Amit

  • If a new apple id sign in.what will happen to the old apple id if you erase or reset the phone?

    I buy a new iphone 5s and the store open it and put his apple id to download some stuff.. And after that i try to make my own apple id. What will happen if i erase all data and it is in need of apple id.. Will it be the old apple id or my apple id?? I heard that if i erase all data. The apple id of which i buy my iphone will appear and mine will not??

    If the store setup the phone with an Apple ID/Password, that is not yours, & turned on Find My Phone, then you will need that Apple ID/Password to re-activate the phone. Called Activation Lock. Read here:
    http://support.apple.com/kb/PH13695
    So, go back to the store where you got this phone & have them fix things.

  • I'm worried about what will happen if I delete my recent backup data from the phone I still own? Will I lose any progress in games that was saved in the backup?

    I'm worried about what will happen if I delete my recent backup data from the phone I still own? Will I lose any progress in games that was saved in the backup?
    I have an iPhone 4S and I keep getting those irritating notifications that tell me I need to upgrade my storage or free up space. I've deleted all I can from my music and photos without losing too many precious memories, but it's come to the point where I think I need to delete backups. However, I'm just worried that I will lose all and any log-in information that I don't remember and app/game progress that was saved to the iCloud. Please Tell me what will happen/what I can do?

    If you are asking what happens when you delete an iCloud backup, it only deletes the backup from your account.  It won't do anything to the data on your phone or in your iCloud account.  If you don't need to backup you can delete it.  (If you no longer want to back up your phone to iCloud, turn iCloud backup off in Settings>iCloud>Backup.  Then your phone will back up to your computer each time you sync it with iTunes.)

  • What will happen if i delete my icloud account from my macbook?

    I have both an iPhone 4s and and a macbook pro, they are both signed in on the same icloud account, which my dad's phone is also signed in to. if i delete my icloud account from my macbook what will happen? i have already deleted it from my iphone and everything was still there, what with my mac?

    You just need to sign out on the Mac, everything will be on iCloud but no longer on the Mac.
    System Preferences>iCloud>Sign Out

  • My macbook pro recently got swiped and I lost all my data, problem is, just before it was swiped I set up my new iphone 5 which transferred all my photos and music over which is no longer on the computer. What will happen to my phone if I plug it in?

    My macbook pro recently got swiped and I lost all my data, problem is, just before it was swiped I set up my new iphone 5 which transferred all my photos and music over which is no longer on the computer. What will happen to my phone if I plug it in?

    I never used icloud before so there is no data to back up from. I just spoke  to the apple store and they said that if I do plug it in, all the data will be swiped....is there a program I can use to transfer my data from my phone to computer without loosing it all ???
    Renee

  • Question about free down loading Mavericks. On checking Mavericks before downloading that there are no Bangla language in the list. I occasionally use Bangla in my present Mountain Lion. My concerns if I down load Mavericks then what will happen to Bangla

    Question about free downloading Mavericks. On checking Mavericks before downloading that there are no Bangla language in the list. I occasionally use Bangla in my present Mountain Lion. My concerns is, if I download Mavericks then what will happen to Bangla language in mountain lion? Samar Laha

    No reason to be embarassed. You are not alone.
    You will need an external drive. If you have a Time Machine drive without enough disk space you can create the clone there however it's advised that you keep your Time Machine and clone on separate drives. If the drive dies you loose both types of backup.
    Download and install the clone software. Everyone has their favorite. These are the two most common applications used. I prefer SuperDuper because of it's simplicity in setting up. It's also free for the first clone where with CCC you have to give a Credit Card then cancel if you do not want to keep.
    SuperDuper! http://www.shirt-pocket.com/
    CCC http://www.bombich.com/download.html
    Select your drive in the To popup. Click on Copy Now. That's it.
    Yes, it really is that simple....

  • What will happen if adding a new node with current cluster, while new node's CPU is slower quality?

    Hello,
    Say, I have a 3 nodes RAC, I want to add a new node to current cluster... while the new node's CPUs are slower than the others.. what will happen?
    (my concern is : can I add this new node successfully? if yes, can it anyway improve the whole cluster performance or not?)
    Thank you
    s9225

    Also you can refer MOS note : RAC: Frequently Asked Questions (Doc ID 220970.1)
    Can I have different servers in my Oracle RAC? Can they be from different vendors? Can they be different sizes?

  • What will happen to the stuff in my keychain after today? I don't want iCloud. Can I keep the keychain? in my system?

    what will happen to the stuff in my keychain after today? I don't want iCloud. Can I keep the keychain in my system under lion? Can someone please help me?

    Thank you Sig. Well I keep all my passwords in my keychain. I'm concerned I'll lose them after today. I understand that keychain will be obsolete after today. I don't want icloud either, because I don't want all my personal info on a server. I want to keep my personal information in my system. Am I making any sense? Can you make any suggestions or offer any insights around this? 

  • I have Itunes on my computer, however its an older version and it says I can no longer update it. My problem is im considering buying an Iphone 5, but if it is running on a new version what will happen when I sync it to my itunes account?

    I have Itunes on my computer, however its an older version and it says I can no longer update it. My problem is im considering buying an Iphone 5, but if it is running on a new version what will happen when I sync it to my itunes account?

    aimzpoo wrote:
    I have Itunes on my computer, however its an older version and it says I can no longer update it.
    Highly unlikely that it says any such thing.
    Try telling us exactly what version of iTunes is installed and what if any messages appears when trying to update it.
    What Operating System is the computer running?

  • What will happened in the excise while we sent free goods @ samples

    what will happened in the excise while we sent free goods @ samples

    Dear maha,
    What ever the Transactions(Except Exports)..you have to pay the Excise duty and Cess.
    Regards
    Luckky

  • I have a Power Mac G5 Dual 2.3 running 10.5.8, I understand that I can not upgrade to Lion, so what will happen to my Mobile me, which I can not live with out?

    I have a Power Mac G5 Dual 2.3 running 10.5.8, I understand that I can not upgrade to Lion, so what will happen to my Mobile me, which I can not live with out? Also will I be able to get Icloud to work?

    Hi Mary, the other so called "Features" of iClound will not work for like Syncing, but eMail will.
    MobileMe & dot Mac will still work last I heard.
    iCloud Mail setup, even in 10.4/10.5…
    Don't delete your old account yet. Just setup a new one in Mail>Preferences>Accounts, little plus icon. Choose IMAP as account type, not ,mac or MobileMe.
    IMAP (Incoming Mail Server) information:
              ▪          Server name: imap.mail.me.com
              ▪          SSL Required: Yes
              ▪          Port: 993
              ▪          Username: [email protected] (use your @me.com address from your iCloud account)
              ▪          Password: Your iCloud password
    SMTP (outgoing mail server) information:
              ▪          Server name: smtp.mail.me.com
              ▪          SSL Required: Yes
              ▪          Port: 587
              ▪          SMTP Authentication Required: Yes
              ▪          Username: [email protected] (use your @me.com address from your iCloud account)
              ▪          Password: Your iCloud password

Maybe you are looking for