Installing CCMS agent fails: calling SALS_MS_GET_LOCAL_MS_INFO via RFC

Hi All,
I'm trying to connect our SolMan development to the CEN. However when registering ccmsr within J2ee admin it gives the following errors.
Does anybody have an idea?
Output for : /usr/sap/DSM/SYS/exe/run/sapccmsr(-j2ee,-v,pf=/usr/sap/DSM/SYS/profile/DSM_DVEBMGS00_ijmdsm01)         
CCMS version 20040229, 64 bit, multithreaded, Non-Unicode         
compiled at Oct 28 2006         systemid 324 (IBM RS/6000 with AIX)         
relno 7000         
patch text patch collection 2006/4, OSS note 914721         
patchno 83         intno 20050900         
running on ijmdsm01 AIX 3 5 00C97C6E4C00
Logfile for : /usr/sap/DSM/SYS/exe/run/sapccmsr(-j2ee,-R,-f,/tmp/csm53771.conf,pf=/usr/sap/DSM/SYS/profile/DSM_DVEBMGS00_ijmdsm01)      [Thr 01]   Mon Mar 26 13:29:05 2007      
INFO: CCMS agent sapccmsr working directory is /usr/sap/ccms/DSM_00/sapccmsr      
INFO: CCMS agent sapccmsr config file is /usr/sap/ccms/DSM_00/sapccmsr/csmconf   
INFO: Central Monitoring System is . (found in config file)   
INFO: additional Central Monitoring System is . (found in config file)   
INFO: found ini file /usr/sap/ccms/DSM_00/sapccmsr/sapccmsr.ini.         
INFO: Checking Distributed Statistical Records Library dsrlib.o    
INFO: checking version an Unicodeness of dsrlib.o   
INFO: DSR: Dynamic Library dsrlib.o (version 22) successfully loaded.   
INFO: DSR: Dynamic Library dsrlib successfully loaded.   
INFO: DSR: Path /usr/sap/ccms/DSM_00/dsr for Distributed Statistical Records.   
INFO:         CCMS version 20040229, 64 bit, multithreaded, Non-Unicode         compiled at Oct 28 2006         systemid 324 (IBM RS/6000 with AIX)         relno 7000         patch text patch collection 2006/4, OSS note 914721         patchno 83         intno 20050900         running on ijmdsm01 AIX 3 5 00C97C6E4C00         pid 479452         profile /usr/sap/DSM/SYS/profile/DSM_DVEBMGS00_ijmdsm01      
INFO: Attached to Shared Memory Key 73 (size 40000000), no pool used      
INFO: Connected to Monitoring Segment           segment status WARM_UP           segment started at Thu Mar 22 08:58:40 2007           segment version 20040229         
INFO: DSM:000:999999 connected to DSM, host ijmdsm01, System Nr. 00, traceflag   
INFO: DSM release is 700 , (kernel release 700 )   
ERROR: DSM:000:CSMREG calling SALS_MS_GET_LOCAL_MS_INFO via RFC failed, can not get version of DSM. RfcRc = 2, C_CALL_FAILED</b>     
 INFO: SLM:000:999999 connected to SLM, host rthuas50, System Nr. 10, traceflag   
INFO: SLM release is 700 , (kernel release 700 )      
INFO: SLM:000:CSMREG connected to SLM, host rthuas50, System Nr. 10, traceflag   INFO: SLM release is 700 , (kernel release 700 ), CCMS version 20040229      INFO: RFC logon info for SLM:000:CSMREG can be updated at any time with -R option:        sapccmsr -R           INFO: Updated saprfc.ini in agent work directory /usr/sap/ccms/DSM_00/sapccmsr   
ERROR: Registration failed: Can't get version of DSM. RfcRc = 2, C_CALL_FAILED RFC Error Info for SALS_MS_GET_LOCAL_MS_INFO message: status: EXCEPTION C_CALL_FAILED RAISED intstat:       Mon Mar 26 13:29:10 2007   INFO: dsr: dsrlib unloaded.   
...closing this logfile...
Registration of CCMS Customizing Destination   
Error during registration of CCMS Customizing destination        
Source system cannot be set to Unicode

Hi,
Check these notes.
641339 - RZ20: CCMS monitoring context loses client assignment
558608 - Correction: Starting/stopping LDAP Connector via CCMS
827843 - Access Alert Analysis Methods that are Defined Locally
Feel free to revert back.
--Ragu

Similar Messages

  • How to install CCMS agent in MSCS cluster system?

    Hi,
    We just migrated our WAS 7.0 system from a single to a MSCS cluster system and we need re-install CCMS agent on it. New cluster system have two nodes. Each node we have local SAP instances. We have central instance for message server running on a shared drive, which can failover to one of the nodes. My question is when I install CCMS agent, where I should I install it? Each node of the cluster on local drive or only shared drive or I have to install on three places?
    Thanks you.
    Yujun Ran

    Hallo.
    Did you solve your issue?
    I followed Oss note 536954, but I am not sure that it is for new cluster system.
    Furthermore, the CCMS agent that you installed, point to a CEN system (as Solution manager for example) and as second system to the central instance ?
    Thanks.
    Mario

  • Character conversion problems when calling FM via RFC from Unicode ECC 6.0?

    Hi all,
    I faced a Cyrillic character convertion problem while calling an RFC function from R/3 ECC 6.0 (initialized as Unicode system - c.p. 4103). My target system is R/3 4.6C with default c.p. 1500.
    The parameter I used in my FM interface in target system is of type CHAR10 (single-byte, obviously).
    I have defined rfc-connection (SM59) as an ABAP connection and further client/logon language/user/password are supplied.
    The problem I faced is, that Cyrillic symbols are transferred as '#' in the target system ('#' is set as default symbol in RFC-destination definition in case character convertion error is met).
    Checking convertions between c.p. 4103  and target c.p. 1500 in my source system using tools of transaction i18n shows no errors - means conversion passed O.K. It seems default character conversion executed by source system whithin the scope of RFC-destination definition is doing something wrong.
    Further, I played with MDMP & Unicode settings whithin the RFC-destination definition with no successful result - perhaps due to lack of documentation for how to set and manage these parameters.
    The question is: have someone any experience with any conversion between Unicode and non-Unicide systems via RFC-call (non-English target obligatory !!!), or can anyone share valuable information regarding this issue - what should be managed in the RFC-destination in order to get character conversion working? Is it acceptable to use any character parameter in the target function module interface at all?
    Many thanks in advance.
    Regards,
    Ivaylo Mutafchiev
    Senior SAP ABAP Consultant

    hey,
    I had a similar experience. I was interfacing between 4.6 (RFC), PI and ECC 6.0 (ABAP Proxy). When data was passed from ECC to 4.6, RFC received them incorrectly. So i had to send trimmed strings from ECC and receive them as strings in RFC (esp for CURR and QUAN fields). Also the receiver communication channel in PI (between PI and  RFC) had to be set as Non unicode. This helped a bit. But still I am getting 2 issues, truncation of values and some additional digits !! But the above changes resolved unwanted characters problem like "<" and "#". You can find a related post in my id. Hope this info helps..

  • Install protection agent failed. Error 324

    Hi
    So this is my problem.
    I have 2 Windows 2012R2 servers, where DPM2012R2 are installed on server2.
    They are both on the same domain and network. I have talked to the network team and there should not be anything that stops the DPMserver from talking to the agent on server 1.
    The errors i get are:
    Install protection agent on BRG-WI-HV01C01.felles.firma.no failed:
    Error 324: The agent operation failed because the DPM Agent Coordinator service on BRG-WI-HV01C01.felles.firma.no did not respond.
    Error details: Internal error code: 0x8099090E
    Recommended action: Do the following to troubleshoot this issue:
    1) Verify that BRG-WI-HV01C01.felles.firma.no is remotely accessible from the DPM server.
    2) If a firewall is enabled on BRG-WI-HV01C01.felles.firma.no, make sure that it is not blocking requests from the DPM server and has an exception for Windows Management Instrumentation(WMI).
    3) Try installing the agent manually by selecting "Attach Agents" in the agent installation wizard
    AND
    Agent operation failed. (ID: 370)
    The agent operation failed because the DPM Agent Coordinator service on BRG-WI-HV01C01.felles.firma.no did not respond. (ID: 324)
    I have done every test, firewall is of, the server is accessible, i have tried installing the agent manually and attaching it. Same errors.
    I have even tried removeing SCDPM and installing it again.
    Anyone have any idea what this could be?
    I tried installing the dpm agent from another server I have, and that worked fine. This DPM server is not on the same location or network, but they are in the same domain.

    Hi,
    <snip>
    I also tried to start the DPMRA service on the protected server and I get this error:
    Windows could not start the DPMRA on local computer.
    >snip<
    This problem needs to be fixed - the dpmra needs to be able to run either by manually starting it or by normal "on demand" request when a DPM job is initiated.
    If you look in the C:\Program Files\Microsoft Data Protection Manager\DPM\Temp\dpmracurr.errlog and see if there are any clues why it cannot start.
    Manually delete any files or folders under the MTATempStore$ share on the DPM server. This is typically the c:\Program Files\Microsoft DPM\DPM\temp\MTA folder.
    DO NOTE DELETE the MTA folder itself.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT] This
    posting is provided "AS IS" with no warranties, and confers no rights.

  • How to install CCMS Agent for AS400 ?

    Hi All,
    Please advise any document how to install CCM4X and CCMSPING in the AS400 server (ECC6). Because i cannot find the CCMSAGENT file in the service market places.
    is CCMS Agent supported for AS400 ECC satellite systems ? my solution manager installed in windows server.
    thank you and Best Regards
    Fernand

    Read SAP Note 522878 - iSeries: Availability of CCMS Agents
    Regards
    Juan

  • Calling CL_GUI_FRONTEND_SERVICES via RFC

    Hey experts,
    I´am new to ABAP but we´re havin a problem with a home-made transaction.
    The transaction does a RFC to a distributed transaction. The distributed transaction uses methods of the object "CL_GUI_FRONTEND_SERVICES".
    I believe this can´t be working?
    Am I wrong?
    Thx in advance!
    Oliver

    Hi,
    it can not run..
    The solution for a distributed transaction is to ensure that the functinality that are to be processed remotely or in a background process does not need any GUI components/interaction.
    May be a small refactoring helps you..
    Regards,
    Gianpietro

  • How to Install CCMS AGENT in SOLMAN4X

    HI,
    I want to know what is the location of service market place where i can download my own certificate for my browser because everytime I access service market place i have to enter my user n pass manually.
    I will post points for sure!
    Thanks,

    Afi
    try
    service.sap.com/sso-smp
    Thanks
    Prince Jose

  • Service Call via RFC

    Hi all.
    I am currently starting with WDA and facing some problems in calling BAPI via RFC.
    We have a "plain" WAS without SD or other modules. Our data is distributed over multiple R/3 systems.
    When I try to implement a Service Call to the BAPI BAPI_CUSTOMER_GETLIST via RFC I got the error message that this FM is not available in the current system (WAS).
    Does anyone has experience in how to get this working?
    What is the best practice here?
    - Building wrapper on WAS which calls the FM via RFC on the other system?
    - Installing missing modules on WAS ?
    Any comment would be appreciated.
    Cheers,
    Sascha

    Hi again.
    To shorten development time we considered the following solution:
    We are generating web service proxy classes on the WAS for the BAPIs of the R/3 system we want to use. Afterwards we are generating wrapper function modules which will use these proxies. So we do not have to import all missing structrues cause these are generated automatically during proxy generation.
    I tested this already with BAPI_CUSTOMER_GETDETAIL2. Calling the wrapping fm which calls the service proxy works fine from se80. I do get a result via the service.
    Then i generated a service call for my WEBDynpro component using the wizard in WDA.
    Silly is that the generated code is not compilable cause of missing ,. Anyway after correcting I tried to run my webdynpro application and when the fm gets called via the generated service method I receive the following message:
    CODE           SOAP:111
    ERRORTEXT     Unallowed RFC-XML Tag (SOAP_EINVALDOC)
    Any ideas?
    Why is it working when i call the fm directly but not when calling it from my webdynpro app?
    Thanks in advance
    Sascha
    Message was edited by: Sascha Dingeldey
    Message was edited by: Sascha Dingeldey

  • Installing an CCMS Agent

    Hi,
    am installing CCMS agent SAPCCMSR on dedicated DB server, on ECC 6 , can any one let me know waht is the descriptipn of this file to download from SAP Market place and also the path from where i download.
    Thanks & Regards!!

    please use below path to download ccmsagent installation files:
    To download agents with Release NW 7.0, proceed as follows:
    Choose "Download --> Support Packages and Patches --> Entry by Application Group --> SAP NetWeaver --> SAP NETWEAVER -->SAP NETWEAVER 7.0 --> Entry by Component -> Application Server ABAP --> SAP KERNEL 7.00 32/64-BIT/UNICODE --> <Operating System> --> Database Independent".
    To download agents with Release NW 7.1, proceed as follows:
    Download --> Support Packages and Patches --> Entry by Application Group --> SAP NetWeaver --> SAP NETWEAVER -->SAP NETWEAVER MOBILE 7.1 --> SAP KERNEL 7.10 32/64-BIT/UNICODE --> <operating system> --> Database Independent

  • Error while configuring CCMS Agent

    Hello Gurus,
    I am trying to install CCMS agent on our BI Dev system, but it gives me below error.
    Error Message -
    ERROR: Cannot open Monitoring Segment 0 rtc = 245
    Last reported error: [249]  CCMS monitoring segment has wrong EYE CATCH: CCMS mo
    nitoring segment belongs to a non-ABAP instance.
    SAPCCM4X of release 7.00 is to be used only to monitor ABAP instances of kernel
    release 7.00 (NW04s) or 6.40.
    EXITING with code 1
    Error Message -
    I am trying to run the command S:\usr\sap\SID\SYS\exe\uc\NTAMD64>sapccm4x.exe -R pf=S:\usr\sap\SID\SYS\profile\profile_name
    I have downloaded the file as discribed on the help.sap.com link
    http://help.sap.com/saphelp_nw70/helpdata/en/ca/118110ff542640b7c86b570cc61ae3/frameset.htm
    I have configured CCMS Agent on our ERP Dev system, but on BI/BW I am getting this error.
    Could you guys please help me on this.
    Best Regards,
    Amit Vaij

    Perhaps your BI system is dual stack, or even java only?
    In that case you should install the sapccmsr agent (as well).
    Regards,
    David

  • Install CCMS on DB servers

    Team,
    We have installed CCMS agents on both ABAP and JAVA systems using the executables sapccm4x and sapccmsr.
    Now we would like to install CCMS agents on DB servers to capture the performance metrics of DB system.
    I have done the below steps
    1.Logged in to DB server,updated the SAPCCM4X and copied the csmconf file to /usr/sap/<SID>/log/sapccm4x directory
    2.Installed the agent using sapccm4x -R pf=<profile path>
    Even since the registration is succesful.I'm unable to capture the metrics for that particular system in RZ20.
    I would like to confirm is it the same procedure used for configuring CCMS in ABAP and JAVA systems using sapccmsr and sapccm4x or its a different procedure.
    Regds,
    Satyanarayana N.

    Team,
    I'm facing a differnet issue now..when I register my databse system using sapccmsr -R pf=<profile path>/<instance profile>
    I get the below error
    INFO: use SAPLOCALHOST vchrapp01
    INFO: CCMS agent sapccmsr working directory is /usr/sap/tmp/sapccmsr
    INFO: CCMS agent sapccmsr config file is /usr/sap/tmp/sapccmsr/csmconf
    ERROR: Can not create/open configuration file /usr/sap/tmp/sapccmsr/csmconf.
    EXITING with code 1
    Please let me know your suggestions if anyone has come across this sort of problem.
    Regds,
    Satyanarayana N

  • Help on CCMS Agent!

    Hi guys,
    I am trying to install CCMS agent in one of our dev systems, but it gives me <b>syntax error at line 1: `(' unexpected</b>..
    I have installed agent in /usr/sap/sid/SYS/exe/run : sapccm4x
    When I try to look for the version: mean: sapccm4x -v; it gives me an error  <b>syntax error at line 1: `(' unexpected</b>..
    Even when I try with profile parameter: mean: <b>sapccm4x –R pf=<profile path></b>
    /usr/sap/<SysID>/SYS/profile/
    <SysID>_<Name of the instance directory>_<Host>
    Please help!
    Thanks,
    I will reward points

    hi,
    Thanks for reply. I am using 640 kernel. It does not give syntax error any more. when I do the following:
    sapccm4x –R pf=<profile path>
    /usr/sap/<SysID>/SYS/profile/
    <b>Then I got the following options:</b>
    additional CENTRAL system y/[n] ?   : y
          SAP system ID:                      : SID of solman
          additional CENTRAL system y/[n] ?   : n
    INFO: found ini file /usr/sap/SID/DVEBMGS00/log/sapccm4x/sapccmsr.ini.
    INFO:
          CCMS version  20040229, 64 bit, multithreaded, Unicode
          compiled at   Aug 13 2007
          systemid      324 (IBM RS/6000 with AIX)
          relno         6400
          patch text    patch collection 2007/4, OSS note 1013331
          patchno       196
          intno         20020600
          running on    HOST NAME AIX 3 5 0009EADED600
          pid           1052810
          profile       /sapmnt/SID/profile/SID_DVEBMGS00_HOSTNAME
    ERROR: Cannot open Monitoring Segment 0 rtc = 245
    Last reported error: [249]  CCMS monitoring segment has wrong EYE CATCH: CCMS mo     nitoring segment belongs to a non-ABAP instance.
    SAPCCM4X of release 6.40 is to be used only to monitor ABAP instances of kernel      release 7.00 (NW04s) or 6.40.
    Any futher idea why is it doing this?
    Thanks,

  • Why call between WebClient agents fails?

    Hi,
    I have just recently installed the mySAP CRM 4.0 IC WebClient (CRM40 SP00).
    I have been testing the installation with CCS (Contact Center Simulator) and for a basic CCS supported tests (Inbound Phone call, Outbound Phone call, Chat) everything seems to be ok, but a call between WebClient agents fails due to an java error. The Phone Call between WebClients which should work according the CCS webpage.
    What should I do to get WebClient agents to call each others? Any configuration or customization tips? Note that I do not have CC integration in place, just the IC WebClients.
    Here is the test done in details and the error reported by WebClient:
    0) I restarted SAP CRM to be sure no pending sessions exists
    1) Open the CCS to see that no agents are logged in with WebClient
    2) Login as java_ic with WebClient
    3) CCS shows java_ic Workmode (=status) as 'Not Ready'
    4) Switch java_ic to ready by from the WebClient
    5) CCS shows java_ic Workmode (=status) as 'Ready'
    Then I do the same for agent 'sap*' with another MSIE browser window. At this point, the CCS shows Workmode for both agents as 'Ready' and I have two WebClient browsers opened. I also verify that both has Phone selected from the channel selector in the WebClient.
    6) With java_ic agent, I press the Dial Pad, enter the sap* agent phone
    number (Phone: +15550002; shown in the CCS for both agents logged in) and then I press the Dial button on Dial Pad to call to +15550002.
    6.1) After pressing the Dial button, the WebClient displays a pop-up in
    the middle of the screen with info: "Your request is being processed." After this there is an Info message under the buttons in the WebClient for java_ic saying: "No account information found".
    7) Java_ic WebClient shows that it's doing an outbound call and is 'Dialing' state.
    8) sap* WebClient window has blinking button with labels 'Accept' and 'Reject'. So, it clearly got an notification of the Inbound Phone call coming from java_ic. But there is also an error message under the buttons in the same WebClient webbrowser screen (not in the JavaConsole, not in separate alert message this time) for sap*:
    "Java error: type= APPLICATION ERROR, ID= GETIAD_FAILED, description=".
    9) With sap* WebClient I cannot answer or reject the call. Nothing happens. The browser Status Bar says: javascript:void(0) when I press the Accept button.
    10) At this situation, the CCS shows that the agents's sap* Workmode is
    switched from the previous 'Ready' state to 'Not Ready' automatically (while the sap* WebClient status is still in Ready). So, the sap* automatically, due to the error, changed the status to 'Not Ready'.
    11) java_ic remain on 'Dialing' status for all the time trying to get connected with sap*.
    I got informed that the call between WebClient COULD BE seen as a "call transfer" between clients by the CRM system. This might be something to do with the problem in calling between WebClients.
    Because the java_ic reports: "No account information found" when placing the Outbound Phone call, one could assume that account details should be passed along with the call transfer. Possibly sap* cannot receive the
    inbound phone call due to a missing account information thus reporting java error: "Java error: type= APPLICATION ERROR, ID= GETIAD_FAILED, description=".
    Best Regards,
    Jani

    [loaded]  com.genieo.completer.download.plist Adware! [Remove]
      [loaded]  com.genieo.completer.ltvbit.plist [Support]
      [running]  com.genieo.completer.update.plist Adware! [Remove]
      [not loaded]  com.macpaw.CleanMyMac.helperTool.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.trashSizeWatcher.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.volumeWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
    Your machine is slow because you loaded a bunch of third party junk on it.

  • CCMS agent update fails with an error

    Hello All,
    We are trying to update CCMS agent 700 unicode version on 640_REL unicode kernel.
    But we are getting below error
    ./sapccm4x -v
      Could not open the ICU common library.
       The following files must be in the path described by
       the environment variable "LIBPATH":
       libicuuc30.a, libicudata30.a, libicui18n30.a [nlsui0_mt.c 1557] pid = 860208
    Please help.
    Thanks,
    Anu

    If you use the Unicode version you need to install the Unicode libraries also.
    You find them in the download area (where you got the CCMS patch) under "UCLIB". I assume this is AIX so you can also search for the file
    UCLIB_3-20000978.SAR
    extract it and put the files in the kernel directory.
    Then logout and logon (the shell) and try again (or simply give a 'rehash' command).
    Markus

  • JCO RFC Provider: "Bean not found" when calling EJB from ABAP via RFC

    Hello,
    I'm having trouble calling an EJB in a CE 7.1 system from ABAP via RFC. I'm trying to use the JCO RFC Provider service, which mean that I want to expose an EJB so that it can be called via Remote Function Call.
    I have documented everything, including the code and the deployment descriptors I wrote, in this thread in the CE forum: Jco RFC Provider: Bean not found
    If there's any chance you can help, please do me a favour and look into the problem.
    Thanks a lot!
    Thorsten

    Hi Vladimir,
    Thank you very much, your help was immensely valuable.
    I just had to add the function declaration to the Home Component interface, everything else was correct, and now it works.
    Cheers,
    Thorsten

Maybe you are looking for

  • Refresh Issue in XMLDataSet with IE

    I'm running into this issue on Internet Explorer 6, not on Firefox or Safari. I'm basically using the Product Table Example app, and use the XMLDataSet object pointing to a PHP page called getOrders.php that returns the XML dynamically, based on mySQ

  • Succession Planning 3.0 - Perf and Potential icon mapping to custom scale

    Hi, We have our own scale ID for Performance and Potential. I had changed the scale ID in extrainfo.xml to our scale ID. Now, how do I map the icon to our scale value? Our scale has only 3 ratings, 1 being lowest and 3 being highest. Whereas, in Naki

  • Best way to re set-up iPhoto on Snow Leopard from Tiger

    Currently have Tiger OS and iPhoto. My iPhoto Library is on an external HDD. Also I have separate folders on the external HDD containing some .jpegs which should be in iPhoto and all my movies .avi which could be in iPhoto. I am about to upgrade from

  • Lumetri SLog3 Noise Issue -- please help!

    I've been shooting a lot of Slog 3 footage with our Sony FS7. I edit the footage in the latest version of adobe premiere the following way: I place the 4k footage on a timeline and tell it to match the clips settings (3840x2160 XAVC-I 24p is what I s

  • Report in multiple pages

    Hi Gurus, I have an xml file in the below format. I can have multiple records in the xml file. I have created the template. But when i preview the data, i'm not able to see the record in seperate pages. Any help would be appreciated. <?xml version="1