Central auto-reaction for weinqueue and weoutqueue - which MTE Class

Hello,
In my CEN system (SAP Solution Manager), I want to assign a central auto-reaction method - for all my managed systems - regarding :
1. IDoc Inbound Queue - weinqueue
2. IDoc Outbound Queue - weoutqueue 
In SAP Solution Manager, from RZ21, Technical Infrastructure, Configure Central System, Assign Central Autoreactions,
you choose the managed system SID, the MTE Class and the "Central Autoreactions".
Do you know what is the MTE Class for both "IDoc Inbound Queue - weinqueue" and  "IDoc Outbound Queue - weoutqueue" ?
Thanks
Best regards
PC

Hi PC,
it is ALEIDcMTClass but its common for both Inbound and outbound idocs (Generic).
the other option is ALEIDcMTAttCl but it s generic and is specific to a object you are looking at.
You have to manage/configure the autoreaction according to the object you are looking at.(Monitoring object).
Thanks,
jagan
Edited by: jagadheeshan govindasamy on Aug 31, 2009 6:32 PM
Edited by: jagadheeshan govindasamy on Aug 31, 2009 6:33 PM

Similar Messages

  • Central auto-reactions for individual MTEs, not entire MTE classes

    Hello.
    I am trying to set up central autoreactions on a Sol Man system (CEN) to monitor certain MTEs on a satellite system (soon to be many more satellite systems and other MTEs). I know that auto-reactions can be assigned to a satellite system and specific MTE class in RZ21 on CEN, but I don't want auto-reactions for every MTE in a specific class. For example, I want to monitor the percentage full for a specific file system, which has the class "FilesystemPercentageUsed", but there are many other MTEs in the parent "file systems" branch which also have the same class. I only want a central auto-reaction for the one--not all of the MTEs in that class.
    Has anyone else achieved this? If so, I'd love to hear your recommendations. Any help is appreciated!
    Thanks!

    Hello Matthew,
    central autoreaction is only possible for MTE classes.
    > For example, I want to monitor the percentage full for a specific file system, which has the class "FilesystemPercentageUsed", but there are many other MTEs in the parent "file systems" branch which also have the same class. I only want a central auto-reaction for the one--not all of the MTEs in that class.
    In this case: change the MTE class. As you use already agents (otherwise central autoreaction would not be possible) you can configure the agent to use MTE classes different to the default ones.
    The Online documentation for the agents describes this: [Monitoring Operating System Data with CCMS Agents|http://help.sap.com/erp2005_ehp_03/helpdata/EN/2b/6dcd06dc6b084a840f209e027e39b1/frameset.htm].
    Regards, Michael

  • Central auto reaction....

    Hi,
    I have configured solution monitoring for R/3 system 4.6C in my solutin manager 3.2. I can see the CCMS alert data using the RFC connection of user CSMREG. Now I want to activate the autoalerts from solutioin manager if any alert comes on R/3 side I should receive a mail with alert information. Tried some things but never get alerts. Some of the documnets says...
    The monitored mySAP.com components with SAP Basis are linked with the CEN using the SAPCCM4X agents.
    Not sure what does that mean do I have to install CCMS agent ? which are already installed on bot the systems....or is there a way to connect solman agent to R/3 agent....
    Can any one please put some light on how it will work..
    Regards,
    Milan

    Hi Milan,
    Yes, you need to install the CCMS agents in all the satellite systems, so that the alerts are forwarded to the solution manager (CEN) system. You can then assign the central auto reaction for the alerts.
    Hope this helps.
    https://websmp202.sap-ag.de/~sapidb/011000358700004459292006E
    Regards,
    Ravi.

  • I had bought iphone 4 from singapore and now i am relocated to india.....there is some hardware problem in the phone due to which i m nt able to use it.....how do i give the phone for repair and in which country?

    i had bought iphone 4 from singapore and now i am relocated to india.....there is some hardware problem in the phone due to which i m nt able to use it.....how do i give the phone for repair and in which country?

    The warranty is not international and only available in the Country of purchase .If the iPhone is out of warranty  Apple or their Agents will also only give service in the country of original purchase.
    So if you want Apple help you will have to return it to Singapore or find a 3rd party to repair it if they can in India  as long as it is out of warranty and you understand that Apple would never help with that device in future if it has been opened by a 3rd party

  • No time constraint reaction for infotype 2005 with time contraint class 00u2019

    Hi,
    We have a incident wherein employee is trying to put overtime, IT 2005 for the period when he is on standby IT 2004. It gives error u2018No time constraint reaction for infotype 2005 with time contraint class 00u2019.
    Can anybody help?

    Hi,
    Please maintain table V_554Y_B for 2005 TC class 00 and 2004 infotype.
    Regards,
    Dilek

  • CCMS Auto-Reaction for custom Local Monitor Set in RZ20

    Since I am not able to modify any SAP made monitor sets I have had to make a copy of them and place them under a new heading and then I can add the systems I want to monitor.
    Once I make that copy though, I want to add an auto-reaction to the set but once I hit properties it uses my RFC connections and takes me to that system. It is unlike the SAP made ones were once I click Properties it stays within the Solution Manager system and allows me to choose an auto-reaction that I have setup.
    Either one of these will work for me, can I add systems to the SAP made sets or can I set an auto-reaction within Solution Manager to a copied set?
    Thanks.

    Hi,
    You can go to t-code RZ21-> Technical Infrastructure and disable the Central Monitoring. Also you can assign auto-reaction methods to your own monitor sets.
    Let me know which method you want to copy and I will send you the steps.
    Thanks and regards,
    Rinkal
    Edited by: Rinkal Salia on Dec 29, 2009 7:58 AM

  • Suggest Values(Auto Fill) for code and description in WD ABAP

    Greetings everyone,
                     I have one ABAP webdynpro application which has to provide the auto fill (Suggest Values) option for one of the field for Eg:Material No.The requirement is the user will have only one field where he/she should be able to search the material either by its name or material number in the same field.Please let me know how we can achieve this.As of now i am able to search by material number using suggest values using my own custom search help.But how can i include the material description also as search option for the material number field.Any help will be appreciated.
    Material No:[____________]      <- - -   i should be able to search both by material number and description in suggest values(Autofill)
    Thanks,
    Vignesh

    Hi Thomas,
       You are right. I have exactly thought the same way and i implemented the code as well in the search help exit which will give my own search result to the searching criteria with both number and description. I have able to achieve this for one application and now i am able to search with both number and description in the same field.But when i am trying to get the same functionality for another field ,it is showing a auto fill values but only for code and not for description of the code.I have mentioned below the code i have written in the search help exit and i am passing the list to the source tab and getting the search help result in record_tab.When i test this from normal SAP GUI using F4 functionality it works perfect.But when i try to use this search help via Autofill(Suggest values) in WD ABAP,it is not working the same way what i want.I mean it only searches with the code but not with the description in teh autofill.
    Any help will be appreciated.
      IF callcontrol-step = 'SELECT'.
        DATA:lwa_selopt TYPE  ddshselopt,
             lit_selopt_rsfnr TYPE RANGE OF tn39t-rsfnr,
             lwa_selopt_rsfnr LIKE LINE OF lit_selopt_rsfnr ,
             lit_selopt_desc TYPE RANGE OF stnd_rsfna,"rsfna, "nkdi-stdtext,
             lwa_selopt_desc LIKE LINE OF lit_selopt_desc,
             lwa_tn39t TYPE tn39t,
             lit_tn39t TYPE STANDARD TABLE OF tn39t,
             lv_sel_val TYPE ddshselopt-low.
        READ TABLE shlp-selopt INTO lwa_selopt WITH KEY shlpfield = 'RSFNR'."'DKEY'.
        IF sy-subrc EQ 0.
          MOVE-CORRESPONDING  lwa_selopt TO lwa_selopt_rsfnr.
          APPEND  lwa_selopt_rsfnr TO lit_selopt_rsfnr.
          lwa_selopt-option = 'CP'.
          CONCATENATE '' lwa_selopt-low '' INTO lwa_selopt-low.
          MOVE-CORRESPONDING  lwa_selopt TO lwa_selopt_desc.
          APPEND  lwa_selopt_desc TO lit_selopt_desc.
          CLEAR:lit_tn39t[],record_tab[].
          SELECT * FROM tn39t INTO TABLE lit_tn39t
             WHERE spras = sy-langu AND ( rsfnr IN lit_selopt_rsfnr
             OR rsfsn IN lit_selopt_desc ).
          CALL FUNCTION 'F4UT_RESULTS_MAP'
            EXPORTING
              source_structure  = 'TN39T'
            TABLES
              shlp_tab          = shlp_tab
              record_tab        = record_tab        " <--- I am getting the result correctlyin record_Tab ..but it is not coming in the output/
              source_tab        = lit_tn39t
            CHANGING
              shlp              = shlp
              callcontrol       = callcontrol
            EXCEPTIONS
              illegal_structure = 1
              OTHERS            = 2.
          callcontrol-step = 'DISP'.
        ENDIF.
        EXIT. "Don't process STEP DISP additionally in this call.
      ENDIF.
    Thanks,
    Vignesh

  • Central Auto-Reactions

    Hi,
    For a specific satellite system there are some 2000 MTE classes, out of which I need to select only some 150 MTE classes. But I feel this is a laborious job.
    Is there a way by which I can get only the required MTE classes from Satellite systems?
    Thanks
    Subramanyam Inumella

    Hi,
    I'm not sure what you want to do with the MTEs. Perhaps a rule-based monitor definition could help to filter out specific MTEs, e.g. filtering the SID of monitored systems.
    Kind regards,
        Bernie

  • Local auto reaction method no longer linked to MTE

    Strange one.... all my local autoreaction methods have disappeared from from my MTE properties in RZ20. The methods still exist in RZ21 and the 'where used' reports that it is still inked to that MTE. Have checked that the mehtod is released for variant * (which is the acitve variant).
    Any ideas would be helpful as the only option is to link the methods again manually.....which is mind numbing task. Anyone got a way of linking an autoreaction method (local) to multiple MTE's?
    Thanks in advance,
    Marcus

    Dear Team,
    As I have understood, you want to be informed each time a satellite system is not up and running ?
    Option 01
    ========
    1. Install the CCSMPING agent in SOLMAN
    2. Create your satellites systems through RZ21 - Technical Infrastructure - Availability Monitoring - Configure CCMSPING ...
        Create all satelittes systems ...
    3. Then, from SOLMAN_WORCENTER, in SYSTEM Monitoring, you have the status of each satellites systems created
        in RZ21 (point 2).
    This option will not advised when a satellite system is down. But from one WEB page, you will have the status of all satellites systems.
    Option 02
    ========
    1.Install the CCSMPING agent in SOLMAN
    2. Create your satellites systems through RZ21 - Technical Infrastructure - Availability Monitoring - Configure CCMSPING ...
        Create all satellites systems.
    3. RZ20 - SAP CCMS Monitor Templates - Double-click on "Availability and Performance Overview"
        Open "Availability" - Then, all satellites systems which have been added under point 2 will appear.
    4. Select one satelitte system
    5. Open "Availability"
    6. Select "ABAP: Checked by CCMSPING.<solman-hostname>.00"
    7. When selected, click on "Properties" button.
    8. Then, you assign here an auto-reaction method - for example :
        "ccms_send_alert_to_alm_ccms_containerv4".
    9. Copy this method to Zccms_send_alert_to_alm_ccms_containerv4.
    10. In this method, add you email address.
    11. Then, check that job "SAP_CCMS_MONI_BATCH_DP is running. This job collects data in the CCCMS (RZ20).
    12. Then, the alert will be automatically sends to your email adress.
    Hope it helps ?
    Best regards
    SAPNetWeaverAdmin

  • Startup asks for Username and Password - which we don't have

    Our iMac G4 hard disk has failed and we've re-installed the Mac OX 4 system into our external drive. After installation the startup process asks for a username and password. We have never had to use a username and password on this computer and have no way of accessing what they could be. This means we cannot go any further and have to either shutdown or restart the computer (which just takes us back to username and password again). How do we circumvent this username and password?

    It is presumably asking you to create a username and password so that it can make an admin account with them. There has to be at least one admin account: once you've got it up and running you can set it to auto-log in so that you don't need to enter the details every time you boot up. The previous installation must have had an admin account with a username and password, it's just that if it was set to auto-log-in you would only need it when installing new software. The new account doesn't have to have the same name as the old one, just invent something convenient: the username should be one word and lower-case.

  • Need either a macbook or ipad, primarily for photos and browsing, which is better?

    Apple geniuses are split between whether I would need a macbook or if an Ipad would work for my use.  Primary uses: browsing, email, editing photos, and listeming to music.
    Thanks,
    Jenelle

    jenellefromcharlotte wrote:
      Primary uses: browsing, email, editing photos, and listeming to music.
    You want a computer if you're seriously into editing photos. While there are some editing programs that run on the iPad...Filterstorm, as an example...none compare to Photoshop which only runs on a computer. Adobe has released a Photoshop program for the iPad, but IMO, its not ready for prime time. The iPad augments the computer for serious photo work...quick edits in the field...not having to lug around a laptop, but you need the storage & power of a computer for serious work.

  • SMF auto-Startup for svcadm and dsccagent - Sparc/Sol10

    Greetings;
    I've installed ODSEE Version 11.1.1.7.0 in a MMR setup.  Since my deployment is working as expected, I would like to ensure all necessary processes are started up after reboots.
    I've successfully enabled one of my masters to auto-start (no DCC on this host) with:
    dsadm stop <database-instance>
    dsadm enable-service --type SMF <database-instance>
    dsadm start <database-instance>
    I then rebooted my server, and as expected, dsadm is running (YAY!)
    I then did the same as above for dsccagent, using the following:
    dsccagent stop
    dsccagent enable-service
    dsccagent start
    This time however, svcs -a | grep dsee yields:
    maintenance   15:39:21 svc:/application/sun/dsccagent7_-usr-dsee7:dsccagent7-usr-dsee7-var-dcc-agent
    Reboots did not help any as well.   I am able to manually stop/start dsccagent, but that defeats the purpose for what I am trying to achieve.
    I would also like to point out that I received the following error when I ran dsccagent enable-service:
    Registering '/usr/dsee7/var/dcc/agent' as 'dsccagent7-usr-dsee7-var-dcc-agent' in SMF ...
    ****svccfg (/usr/dsee7/var/dcc/agent/tmp/svc.conf, line 2): Instance already exists.
    The svc.conf file mentioned above does not even exist, well not where the error above states it does.
    Finally, I am still running my DS as user root, any recommendations on swapping to user 'somethingelse' appreciated!
    TIA!

    I did, my logs never showed anything at all, leading me to believe that this is/was a SMF issue (see error given above).
    What I did to fix this was to svccfg delete <daemon>, then dsccagent stop; dsccagent enable-service; dsccagent start two more TIMES!
    For some reason, on two of my servers, I am showing two entries for each one SMF process, inconsistent across my four servers, but working fine <sigh>.
    OK, so now that I've got my processes all registered IN SMF, and working, how do I stop processes on my pool of masters via DCC?   The DCC is apparently using a 'dsadm stop <instance>' command, versus 'svcadm disable <service-name>'. I know this because after my stop command via DCC is given, the process quickly restarts, as expected when not stopped with svc*.
    Anyone?
    Thanks,
    -mi

  • When firefox launched and kept open, automatically opens multiple sessions for ads and pornography which I have never visited. sessions hide in legitimate ones

    I use firefox exclusively. I open many sessions simultaneously mostly one site per session in a single tab. At times during the day when I keep firefox open, I will return to a previous site/session and before I am able to see it, I am getting browser 'pop-ups' of ads for TJ MAxx (a site I never visit) and hard-core porno (a site i never visit and not part of my browsing demographic). These are completely random and hide behind legitimate browsing sessions and are not listed in history etc. They are not being removed by adware or Norton and they are driving me nuts not to mention the embarassment of trying to launch a legitimate site and getting disgusting porno in your face while working with colleagues. Please help!

    '''Scan for Malware'''
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    '''Reset Firefox'''
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • How to play custom track in Grand Theft Auto 3 for iPad and iPhone?

    Hi i just downloaded gta 3 for ipad (ios 6.1.3) and iphone 5 (ios 6.1.4) and i wanted to play my smosh songs when imin a car so how do i do it?

    Welcome to the Apple Community jane.
    You should be able to mirror your offline games, photos and videos to your Apple TV, without using any data.
    Basic AirPlay: Assuming both devices are on the same network and that AirPlay is not turned off on the Apple TV, then simply tap on the screen when you are watching content you wish to stream to your Apple TV, then tap the airplay icon that appears in the control bar, choose the Apple TV from the menu that appears.
    Mirroring: When displaying the content you wish to mirror on the iPad 2 (or better), iPad Mini, iPhone 4S (or better), swipe from the bottom of the screen, tap the AirPlay icon and choose your Apple TV from the list of devices (iOS 7 or better) or double tap the home button (quickly) and swipe the bottom row of apps to the right to reveal the playback controls, tap the AirPlay icon and select your Apple TV from the list of available devices (pre-iOS7)
    I'm not really sure why you need to set up a wifi hotspot to acheive this.

  • Central Auto-Reaction Methods Does't work

    Hi,
    In solution manager 4.0 Tr: RZ21 --> Technical Infrastructure --> Configure Central system --> Assign Central Autorecation screen
    I am try to create Define central autorecations method there... but when I selected from method that allready defined in RZ21 and click ok.... then nothing happend
    is there any other procedure to define central autorecations method ????
    http://www.flickr.com/photos/25222280@N03/2944897110/sizes/o/
    please advised
    thanks

    Maybe this will help you:
    [http://help.sap.com/saphelp_sm40/helpdata/en/2c/abb2e7ff6311d194c000a0c93033f7/frameset.htm]
    Regards,
    Benjamin

Maybe you are looking for

  • Purchase Order assigned in Outbound Delivery - GI GR simultaneously

    Hi all, I kindly ask you how to customize the assignment of Purchase order in outbound delivery. Trough this link system allows you to carry out at the same time a goods issue (referred to the delivery) and a goods receipt (referred to the PO). In de

  • ICloud photo library and iCloud storage

    How do I clear up my iCloud photo library because I uploaded all my photos to my Mac so they're safe and I deleted a lot from my phone because I had no use for them since they're  on my computer but I still have like no storage on my iCloud. So is it

  • How to transfer my recorded audio to my PC?

    Dear Sir/Madam, I was recorded some sound through iPhone. It is the way to transfer the recorded audio via MMS/Email. But I don't want to use it. Do you have another way to copy the recorded audio to my PC? Thanks for your help!

  • UIX Tree Component

    I have an issue with using tree component for our application. We need to provide expand/collapse facility for tree component (using default (+) and (-) icons). Does ADF_UIX support s for this situation. Please provide me any guideline....

  • Preserving Safari history for use in a new iMac installation

    My Mother is ready for a new iMac but has a strong afinity to using the Safari history for browsing sites she's accessed previously.  Reading about Safari history has alerted me to the "plist" file that the history is saved in.  I need to determine h