CCMS aler for RFC destinations availability

Hi Experts,
We have configured ccms alert autoreaction method for availability of RFC destinations.
alert is configured with yellow thershold as 10% and red threshold as 5%.
alert text is :&1 &3 < &2 &3  15 min. avg. value below threshold value (&4 measurements)".
We are receiving mail alerts for CCMS red alert for RFC saying" 0 % < 5 %  15 min. avg. value below threshold value (1 measurements) ".
But when we checked the corresponding RFC is working fine.
Can anyone please explain how this RFCs destinations check alert will work and what is the meaning of alert text ":&1 &3 < &2 &3  15 min. avg. value below threshold value (&4 measurements)"."
Thank you,
Kavitha

Hi
I have done
1. RFC connection from x to y and y to x
In X system:
1. In transaction RZ21, mark Method definitions, and choose Display overview
Copyed standard CCMS_RFCDest_Availability_Col method definition to ZCCMS_RFCDest_Availability_Col
Parameters tab
For x
Parameter name = RFC_DEST
value = SM_XCLNT510_TRUSTED
Parameter name1 = COLL_METHOD
value = ZCCMS_RFCDest_Availability_Col
Same in Y but for RFC_DEST give
Parameter name = RFC_DEST
value = SM_YCLNT100_TRUSTED
Execution Tab
Type of call = Function module
Call SALK = SALK_RFCDEST_AVAILABILITY
Execute method on = The local server of the MTE to be processed
Execute method for = Individual MTE
Control tab :
Execute method for = Individual MTE
Execute method = periodically in dialog process (short-running program)
Startup method = Execute method immediately after monitoring segment start
Execution location
of startup method = Only on the central instance
Start Tab:
Execute method = Data Collection Method
also try in so many way as in :Parameter Tab:
RFC_DEST               SM_XCLNT510_TRUSTED
COLL_METHOD            ZCCMS_RFCDest_Availability_Col
MTE_CLASS              Availability_RFC_Destinations
MTE_CLASS              CCMS_RFCDest_Availability_MO_Class
MTE_CLASS              CCMS_RFCDest_Availability_Col
COLL_METHOD            CCMS_RFCDest_Availability_Col
RFC_DEST               CCMS_RFCDest_Availability_Col
Problem:
I am not able to  Reset the segment in WARMUP status
not able to find the node in RZ20
Regards,
Neni

Similar Messages

  • Enable Secure communication for RFC destinations by using sm59 transaction

    Dear friends,
    We would like to enable secure communications for RFC destinations by using the sm59 transaction in our systems.
    We need to do this manually, by changing  the internal communication settings in a way they can communicate securely.
    Any idea or advice on the way it can be done ?
    We need to take each RFC, manually check it and secure it.
    Thanks in advance,
    Jordan

    In SM59 open up a RFC destination and go to Logon & Security. There you can enable Trusted relashionship and activate status of secure protocol.
    And yes you have to do it manually for the desired RFC's

  • Checking RFC destination availability

    Hello,
    In a transaction I'm working on, I loop at a table containing RFC destinations, and I call the same function module on each of these destinations. What I would like to do is, prior to the call, test if the system behind the RFC destination is available (neither completely crashed, nor just blocked by an administrator).
    I tried to do this by simply calling any BAPI on the remote system, and check if there was a connection error. But the problem is, if the system is not down but just blocked by an administrator, the transaction suddenly displays the logon page of the remote system.
    Do you know of a simple way to do this ?
    Thanks in advance.

    Hello Thomas
    You could try with asynchronous RFC calls (for details refer to the ABAP documentation of CALL FUNCTION).
    Asynchroner RFC
    2. CALL FUNCTION func STARTING NEW TASK task
                    [DESTINATION {dest|{IN GROUP {group|DEFAULT}}}]
                    parameter_list
                    [{PERFORMING subr}|{CALLING meth} ON END OF TASK].
    Regards
      Uwe

  • Custom Table for RFC destinations

    Hi,
    I am working on SAP PI/XI. I had created an Custom Function Module (RFC Wrapper) in XI or PI which calls Bapi's in SAP R/3.
    So we specify the RFC Destinations in the code to call the Bapis. But these RFC destination Values changes for DEV, QA and PRD systems. when we transport, these Values we need to change as per the Enviromment(DEV,QA,PRD).
    I want to Maintain the the RFC destinations Values dynamically.
    For that I want to define a Table to maintain the RFC destinations. There could be "n" of RFC destinations to R/3. I want to differentiate RfC destinations pertained only to my scenario or Interface.
    How do I proceed. what should be the table structure and fields?
    Kindly provide your valueable Inputs
    Thanks &Regards,
    Varun

    Hey
    You should be able to handle this by reading the System Id of the current system
    Just have a If-Else condition in your FM.
    If SY-SYSID ="Dev"
       then call Dev RFC dest
    If SY-SYSID="Qa"
       then call QA RFC dest
    etc etc
    Thanks
    Aamir

  • Steps for RFC destination in TMS

    Hi ,
    I need to configure a transport system , First I need to set RFC destination.
    I need to do a two system landscape. I need to set RFC destination for tis two systems only .
    Is that I need to set a RFC destination(t-code SM59) in DEV as
    DEV-DEV (DEV IP address)
    DEV-PRD (PRD IP address)
    In PRD as follows
    PRD-PRD (PRD IP address)
    PRD-DEV (DEV IP address)
    I know we have to set a path :
    DEV-DEV
    DEV-PRD
    PRD-PRD
    PRD-DEV
    as RFC Destinations, but where i need to set tis either in DEV or in PRD is my doubt.
    In which client i need to login , for tis RFC destination creation . Is that i need to login in 000 client.
    If i m wrong please correct me please..
    Regards,
    Hari

    In a very simple terms
    Yes! You have to login to client 000 for tme configuration.
    1.you have to create the transport domain.<PRD>
    2.Go to Dev and QA and run stms and add these systems to transport domain.
    3.Again login to transport domain <PRD> and accept the system into the transport domain.
    4.Later you can go to the graphical tool in transport domain and configure the transport route .
    Dev-qa consolidation
    qa to prd  -delivery
    and then distribute the configuration.
    You dont need to worry about the rfc etc.It is automatic process.
    Good Luck.
    Amit

  • FM for RFC destination

    Hi All,
    Iam working on CRM4.0 and SAPR3 4.6. I need to call a Function module which is RFC enabled in CRM from R3. currently iam hard coding the RFC destination. is there any FM that can get me a destination.
    could some help me with this?
    Thank u.
    Suresh.

    Hi Suresh,
    You check the FM 'SMOF_READ_SMOFERPSH' in CRM system.
    It should work...
    <b>code:</b>
    DATA: lv_oltp_destination TYPE rfcdest,
            lt_erpsites         TYPE TABLE OF smof_erpsh,
            ls_erpsites         LIKE LINE OF lt_erpsites.
    read OLTP destination
      CALL FUNCTION 'SMOF_READ_SMOFERPSH'
        EXPORTING
        I_ERPLOGSYS          =
        I_RFCDEST            =
        I_SITEID             =
          i_sitetypeid         = 'SMOF_ERPSITE'
        I_ALL_ERPSITES       =
        TABLES
          t_erpsites           = lt_erpsites.
      READ TABLE lt_erpsites INTO ls_erpsites INDEX 1.
      lv_oltp_destination = ls_erpsites-rfcdest.
      IF lv_oltp_destination IS INITIAL.
        RAISE no_data.
      ENDIF.
      CALL FUNCTION (RFC FMNAME)
        DESTINATION lv_oltp_destination
        TABLES

  • Unicode Or Non-Unicode for RFC Destination.

    Hi,
    while creating a RFC Destination, what role does a Unicode Setting play.
    Should this  by default always set to Unicode. or does it vary from system to system. Is XI  Uniode compatible or not.
    Regards,
    Sita Rama Raju

    Hi Raju,
    As far as i know, by default, this setting is non-unicode, and that whenever you change the setting to unicode, you need to run a unicode test or something.
    cheers,
    Prashanth

  • Queues for RFC-Destination

    Hallo,
    must i assign a rfc-destination to a outbound queue? what happens when this is not done?
    Thanks in advance,
    Frank

    Hello Frank,
    In the context of using RFC Destination with quality of message EO(Exactly Once -- tRFC), the Queue will be automatically gets assigned at runtime.
    In the case of EOIO(Exaclty Once In Order-- qRFC), since the messages have to be executed in a sequence, a queue must be assigned during configuration.
    As per your query, if not assigned the messages would be struck.
    Regards,
    Sreenivas.

  • Ccms alert for RFC service

    I have a simple task that i was told to monitor.
    There is RFC to a remote non-sap system that is setup in SM59.  This non-sap system some times stops responding.  I would like to setup a CCMS alert specific to this RFC.  I have tried creating all kinds of alerts and methods but have not been successful.
    Does anyone have a simple steps on how I go about creating a simple alert specifically monitoring a particular RFC connection?
    I have looked at sdn ccms page and help on ccms from sap help, but they have not 'helped'.

    HI
    For any application server with a single instance,whenever it would stop working, would mean that the message server has gone down.In such a case, how is a system suppose to respond?
    Do correct me if I am wrong here.
    Regards
    Chen

  • RFC Destination None Error for MIGO

    Hi,
    I am getting RFC Destinatnation NONE error while posting Goods Receipt. GTS service for SD and MM is not active. Error showing for FM GRC01_COST_OBJECT_COST.
    Can any one help in this regard.
    Thanks in advance.
    SP Raj

    Hi,
    Pl find the details below of the error.
    Short text
        RFC destination "NONE" does not exist.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLCK36" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The 'destination' "NONE" for a Remote Function Call
        is unknown.
        You can display the RFC destinations available in the system using
        the transaction SM59.
    Trigger Location of Runtime Error
        Program                                 SAPLCK36
        Include                                 ISAUTO_CK_SAPLCK36============E
        Row                                     812
        Module type                             (FORM)
        Module Name                             PRICE_STRATEGY_NEW
      806 ************************************************************************
      807 *     DOERNER, GRC, 10/11/1999: Add one new strategy:
      808 * 3b. Create costestimate during goods receipt
      809 ************************************************************************
      810     when 4.
      811       if k_debug_loc is initial.
    >>>>>         call function 'GRC01_COST_OBJECT_COST' destination 'NONE'
      813                 exporting
      814                      im_vbeln     = f_mtcom-vbeln
      815                      im_posnr     = f_mtcom-posnr

  • Unable to change RFC destination in IT Performance reporting wizard

    Hi Experts,
    I am setting up IT Performance Reporting in my Solman EHP1 system. In the first page of the PErformance reporting wizard, it asked me for RFC destination from BI to Solman(1st field) and Solman to BI (2nd field). I initially entered an existing RFC destination that we are already using in a separate application that has a user with very-limited authorization. Now, I am trying to change the RFC destination by running the same "Configure IT Performance Reporting" wizard but both fields are already GREYED out.
    I tried deleting the RFC destination previously defined in an attempt to reenable the fields but only the 2nd field was enabled. When I try to continue the setup, it results into a Shortdump because it is still looking for the initially defined RFC dest which is defined in the 1st field that cannot be edited.
    SAP has not yet provided us with a solution.Your help is greatly appreciated.
    Thank you very much.

    You canprovide the RFC destination in DOE administration portal. Goto Configurations link and search for "BACKEND DESTINATION" parameter in "BACKEND CONFIGURATION" link. Here you can provide RFC destination at SWCV level or at Data object level.
    After deleting RFC destination in SM59, it will never take you to backend system.

  • RFC Destination Test?

    Is there FM to Test a RFC Destination?

    Hi Ruben,
    SM59 is the transaction to test for RFC destination.
    Just click on REMOTELOGON button. It will open destination system logon.
    The function module <b>/SDF/SL_RFC_GET_CLIENT_REMOTE</b> will determine the RFC destination.
    The function module <b>ARFC_DEST_CONFIRM</b> will confirms destionation of RFC.
    The function module <b>RFC_CHECK_DESTINATION</b> will check the destionation of RFC.
    Thanks,
    Vinay

  • RFC destination Could not be SPecified for Logical System

    Hello there
    i am traying to costomize Transaction Luancher for some of the report which is been devloped in ECC (wich is ARD 100)
    when  on Transaction launcher Wizard--> techincal
    i am  having a  logical system as ARD100(my r.3 system where report is devloped and which is connected to CRM )
    while chosing the OBJ.TYpe :   and Method:
    it says shows three erroe :
    1) RFC destination could not be specified  for the logical system ARD100
    2) Object type and Method is not available
    i have checked RFC  , in  SM59 entriesu2026u2026 There is an RFC named ARD100 and the connection test works. I also did an authorization test and it also works. I also checked to make sure the logical system name ARD100 exists
    could you please help me to resolved the same
    Regards
    Rajiv

    Hi Rajeev,
    In a system landscape it's important and necessary to use the logical system names consistently throughout all systems!
    Therefore please make sure, that you always use the same name for a logical system in all systems (CRM and R/3 systems).
    The following steps are required before a RFC call is made from the CRM system to the R/3 system :
        o  Use transaction SM59 to create an RFC destinations for the remote
           system.
        o  Use transaction BD54 to create the logical system.
        o  Use transaction BD97 to link the RFC destination created in SM59
           with the logical system created in BD54.
    I hope this helps.
    Best Regards
    Gavin

  • Creation of RFC destination for SAP-Access Connectivity

    Hi,
           I want to create a RFC destination for SAP-Access connectivity.
    Can I get some help regarding it's connection type,activation type and gateway options required for the same.
    Regrads,
    Anthony D'souza

    Hi
    Please see the following:
    1. Create an entry in Trxn DBCA for SQL Server in SAP, you are creating a database connection for the SQL server in SAP.
    2. You use this connection, and write Native SQL stmnts...between EXECSQL...ENDEXEC to fetch the data..and then normal ABAP statements to put that data into your ztable.
    TABLE DBCON Entry can be like this...depends on your External database..
    CON_NAME          Raj                      Logical name for connection
    DBMS                   MSS                   Microsoft SQL Server
    USER_NAME        <User name>       For SQL Server
    PASSWORD         <password>         " "
    CON_ENV             MSSQL_SERVER=<server> MSSQL_DBNAME=<database name>
    DB_RECO                 Availability type for an open database connect
    FUNCTION z_houston_connect.
    ""Local interface:
    EXEC SQL.
    CONNECT TO 'RAJ' AS 'V'
    ENDEXEC.
    EXEC SQL.
    SET CONNECTION 'V'
    ENDEXEC.
    *- Get the data from MS-SQL Server
    EXEC SQL.
    open C1 for
    select
    l.loc_id,
    l.loc_name,
    a.acc_id,
    a.acc_name,
    d.person
    from ho_loc_mast as l
    inner join snd_acc_mast as a on l.loc_id = a.loc_id
    inner join snd_acc_addr as d on a.loc_id = d.loc_id and
    a.acc_id = d.acc_id
    where l.loc_id = '001'
    ENDEXEC.
    DO.
    EXEC SQL.
    FETCH NEXT C1 into :wa-c_locid, :wa-c_locname, :wa-c_acc_id, :wa-c_acc_name, :wa-c_person
    ENDEXEC.
    IF sy-subrc = 0.
    PERFORM loop_output.
    ELSE.
    EXIT.
    ENDIF.
    ENDDO.
    EXEC SQL.
    CLOSE C1
    ENDEXEC.
    ENDFUNCTION.
    Regards,
    Raj

  • The RFC Destination ALESERVER is not available

    Hi ,
    I am getting the error message " The RFC Destination ALESERVER is not available "  in my CRM Web UI screen.But when I login with another User ID , this error message is not showing.
    RFC connections are maintained  in transaction SM59 and BD97.but I m still facing with this issue.
    Please advice what could be the cause of error.
    Regards,
    Ravi

    Hello,
    please check in SM59 the LOGON-User for this RFC-Destination.
    Maybee the user where it works is maintained, the other not.
    Or if there is a general RFC-User maintained the user where it does not work has maybee not the authorization in the target.
    Best regards
    Manfred

Maybe you are looking for

  • Urgent!!!  checking a text file!

    Hello, I have a text file with some info in it. How do you cross-reference some text inside the text file with out importing the text file into a String??? example: File myFile = new File(/file.txt); // inside myFile contains the text: "the sun is gr

  • Remove password in pdf

    I just downloaded Adobe and 'Forms Central' for the purpose of removing an existing password in a pdf file. The prg won't import it because it is password protected. What should I do differenly? Thanks in adance for replies! DEB

  • Can I give my iPod mini in + more money for a new iPod?

    My cousin said that if my iPod mini wasn't working (like now, for example) that I could bring it to the Apple Store, give them the mini and a few extra bucks and they'd give me a newer iPod. True/false? I live in Canada, by the way. Thanks for any he

  • Ram slot problems

    I don't know if anyone else has had this problem, but this past December I noticed that only one of my 2 ram slots was reading the RAM card. I sent my computer in to the Apple Depot on 3 different occasions (the first time, my computer came back show

  • Creating 1-D array of type double

    Hello, I am not that good with the labview and when I was trying to build some example I got a error as in the attached image. Can some help me in creating a simple 1-d array of type double in labview2011. Thanks. Solved! Go to Solution. Attachments: