CCMS Monitoring customization for Spool

Hi,
We have CCMS configured for monitoring failed spool jobs.
We recieve alert mails for failed spool requests.
I want to configure CCMS in such a way, that the alert for failed spool requests should also go automatically to the user who fired it.
Is it possible to do so?
Regards
Abhishek Jain

Hi Abhishek
You can configure CCMS to send alert notifications to ALM, see following documents,
http://help.sap.com/saphelp_nw2004s/helpdata/en/2c/abb2e7ff6311d194c000a0c93033f7/frameset.htm
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/be79a16b-0a01-0010-51b8-9b6d1968338d
Regards
Juan
Please reward with points if helpful

Similar Messages

  • CCMS monitoring for adapter engine

    Hi,
    We have configured CCMS monitoring for Adapter Engine for our client.
    In RZ20 im able to see the alerts come up,with the default data that the system provides.
    1. I need to send  a mail when the alert is triggerred, but if I try to set the autoreaction method, it is greyed out and I get a info saying that the adpter engine node cannot be changed.  How do I get over this?
    2. Incase im able to set the autoreaction method , I want to send additional information like communication channel name etc in the alert message. How can I change the text in the alert email?
    Thanks
    Shakthi

    Hello!
    Please check the blog entry below
    Configuration for forwarding Alerts as Emails
    Configuration for forwarding Alerts as Emails

  • CCMS monitoring for SAPconnect based on Error Message Numbers

    Hi,
    We are trying to use the CCMS monitoring to produce alerts for SAPconnect based specific Error Message Numbers for emails for example, however the monitoring function or data collection method for SAPconnect (BCOMAL_SXDS) does not provide that level of granularity.  Has anybody faced this same problem and can provide a recommendation for this?
    Thanks,
    Javier

    Hello,
    You can see the message details in SE91.
    In FI, you can control the message number in OBA5. Normally message numbers are issued like this
    AA165
    First two digits (alpha) is called application area next digits are called message number.
    Sometimes, you may not be able to see the messages in OBA5, in such case you need to go to OBMSG transaction code and include the message number to your application area, then you need to come to back to OBA5 to make it information / warning / switch off / error (as the case may be)
    Regards,
    Ravi

  • CCMS Monitor to Pager for Failed Background Jobs

    Hello Experts,
    I am currently leveraging Central CCMS monitoring to alert us via email whenever a background job fails in production using the MTE Class R3BPServerSpecAbortedJobs.
    I am trying to find a way that I can tweak the monitor to alert me ONLY when specific background jobs fail.
    We want this alert to notify the oncall pager only when a handful of critical jobs fail. Does anyone know how I can delimit this MTE?
    For example, we will be creating jobs that begin with Z_ALERT* that I will tie to an auto-react method that will email a pager.
    Thanks in advance.
    Bill

    Hi Sundara.
    From following link, you can download step by step setup information.
    So please check following documents.
    http://www.service.sap.com/bpm
    =>Media Library=>Technical Information
    =>1. Business Process Monitoring - Setup Roadmap
    =>2. Setup Guide - Business Process Monitoring
    Before you start setup, I recommend you to check
    SAP Notes 521820 to ensure whether you already fulfill
    prerequestions.
    Basically what you have to do is following.
    1. Describe your business process under following area.
       (T-CD DSWP =>Solution Landscape =>Solution landscape maintenance)
    2. Setup BPMon session.
       (T-CD DSWP =>Operation Setup => Solution Monitoring =>
        Business Process Monitoring)
       in BPMon session, select job monitoring. And define background
       job that you want to monitor.
       In BPMon job monitoring, you can monitor, cancel, delay, duration,
       unexpected parallelization, also job log and so on.
    I hope this information help you.
    Best Regards
    Keiji Mishima

  • CCMS monitoring for Queues(SMQ1/SMQ2)

    Hi,
    How do we monitor Queues(SMQ1/SMQ2) in CCMS. My requirement is to monitor Queues(SMQ1/SMQ2) in CCMS based on the Queue name. I want to create different nodes in CCMS and I want queue name falling under certain criteria should come and sit in the respective node of CCMS.
    Means queue with name High_priority should come n sit under node say Test1, queue name with medium_priority should come n sit under node say Test2 and queue name with medium_priority should come n sit under node say Test3.
    Is it possible to do so.

    Hello,
    also for queue monitoring the easier and more flexible way to monitor is via Business Process Monitoring. The configuration is easier than CCMS where you have to use transaction RZ21 and need to transport objects. And the qRFC monitoring is more flexible than in the CCMS. Basically all customers knowing both standard CCMS qRFC monitoring and qRFC monitoring in BPMon chose the later or exchange their existing CCMS monitoring by BPMon.
    See also the SDN blog /people/johannes.fleig/blog/2008/06/11/new-business-process-monitoring-functionalities-in-sap-solution-manager-150-qrfc-monitoring
    and check out the Interface Monitoring Setup Guide under http://service.sap.com/bpm > Media Library > Technical Information.
    Best Regards
    Volker
    Edited by: Volker von Gloeden on Jul 2, 2010 4:48 PM

  • CCMS Monitoring for specific tcodes

    Hello All,
    Hope someone can help me out. I have a list of tcodes for a daily check which are:
    SM21
    ST22
    SM37
    SM50
    DB02
    I have configured CCMS correctly and its working to send out alerts via email but only for ST22. I can't seem to find the right MTE class to use for any of the rest listed above. Does anyone know which class I should be using or point me in the direction of how to include these?
    Any help would be greatly appreciated
    Thanks
    Stephanie

    Hi Faisal,
    Here's an approach to answering the question "does CCMS monitor X".  It's not perfect but it will help you find a starting point:
    - think of what you want to monitor, not in terms of transaction codes ("how do I monitor transaction SM13") but in terms of the functionality you want to monitor ("how do I detect failed updates?")
    - in RZ20, open  SAP CCMS Technical Expert Monitors -->  All Monitoring Contexts. 
    - Expand the whole tree with the "Expand all" button.  This will show you the entire tree of everything that is currently monitored in your system
    - do a text search of the tree for useful keywords (for example "Update").  In this case you will find several possibilities including AbapErrorInUpdate, which I think is the one that you want
    - highlight the node and press Properties to get the MTE class, in this case R3AbapErrorInUpdate
    There is no exhaustive list anywhere that I can find, that lists every possible thing that CCMS monitors.  But the approach above will catch most scenarios.  You will come up short in a few scenarios where optional monitoring components are not enabled by default (for example, SAPConnect monitors). 
    Also be forewarned that often CCMS will not monitor exactly what you want, and you'll have to find ways to monitor around the edges of your true intention.  For example, there is no monitor for determining if a background job ran between midnight and 02:00, but you can monitor delay and runtime which can come close to what you want.  Part of the art of CCMS monitoring is finding the right combination of monitors that come closest to achieving your objective.
    Good luck and happy monitoring,
    Jon

  • CCMS is used for system monitoring , why should we use solution manage ?

    CCMS is used for system monitoring , why should we use solution manage ?
    Whats the relationship between CCMS system and SolMan?
    Thank you .

    hi,
    I just want to ask a question. At our client we have solution manager and CCMS. There is data in CCMS I can extract, it is loading on BW side ok the same number of recs,  but the problem on CCMS cubes says there are the same number of record in the cube and also showing as the data is ready for the reporting. But when I run the report and view the data as listcube it is empty. 
    ANy of you have the situation like this cube say it has the data but when do th BEX or infocube contents the cube is empty nothing in there. The same thing is happening with hourly, 15 minute and daily cubes.
    Anyhelp on this matter is appreciated

  • "No CEN system configured for CCMS monitoring" message

    Hello,
    When I want to use the reports option on central mode I receive this message:
    "No CEN system configured for CCMS monitoring"
    Can someone please guide me through this configuration?
    Thank you in advance,
    Roy

    Hi Roy,
    Monitoring Setup Guide will tell you how to setup CEN
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/43f30e51-0a01-0010-f59a-fecea2b95b2c
    Regards
    Juan
    Please reward with points if helpful

  • Report for CCMS Monitoring

    Hi experts,
    Can anyone tell me how to configure reports after the CCMS Monitoring?
    Thanks.

    Hi,
    can u look these links
    http://it.toolbox.com/wiki/index.php/Setup_Sapconnect_Email_for_RZ20
    http://help.sap.com/saphelp_nw70/helpdata/en/e5/5d1741b393f26fe10000000a1550b0/content.htm
    regards,
    Srinu

  • What role is needed for CCMS monitor sets changing permission?

    Hi Gurus,
    do you know the answer?
    Thank you,
    Olian

    Hi,
    Could you please tell me which CCMS monitor you are dealing with?

  • Error in CCMS monitoring Batch job SAP_CCMS_MONI_BATCH_DP.

    Hi All,
    I am using a Sanbox system for CCMS Monitoring activities. I assigned a method CCMS_ONAlert_Email under auto reaction to the MTE class ABAP shortdumps on node System errors. So the requirement is when an alert triggered i have to receive an alert email. I just found there is an error in Batch job created for Alert monitoring, please find the error details mentioned below. Please let me know how to solve this error
    Job started
    Step 001 started (program RSAL_BATCH_TOOL_DISPATCHING, variant , user ID NBKIPXP)
    :Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :  Kernel Error ID:
    :  SYSID: ES1
    :  SY-SUBRC: 1208
    :  Message: ADBC error
    :  SQL statement: SELECT '20110613075617',0 as DB6PMCF_PARTITION,FS_NAM
    :  E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
    :  SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/sapdata1')
    :  ) AS FS_CONFIG
    :  Database:
    :caused by
    :Exception CX_SQL_EXCEPTIONin class CL_SQL_RESULT_SET
    :  Kernel Error ID:
    :  DB Error: Yes
    :  SQL Code: 444-
    :  SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
    :  B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
    :  /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
    :  on code: "4". SQLSTATE=42724
    :  DB Object Exists: No
    :  Duplicated Key: No
    :  Internal Error: 1
    :  Invalid Cursor: No
    :  Unknown Connection: No
    :  Connection Closed: No
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :  Kernel Error ID:
    :  SYSID: ES1
    :  SY-SUBRC: 1208
    :  Message: ADBC error
    :  SQL statement: SELECT '20110613075633',0 as DB6PMCF_PARTITION,FS_NAM
    :  E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
    :  SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/log_dir/NO
    :  DE0000/') ) AS FS_CONFIG
    :  Database:
    :caused by
    :Exception CX_SQL_EXCEPTION in class CL_SQL_RESULT_SET
    :  Kernel Error ID:
    :  DB Error: Yes
    :  SQL Code: 444-
    :  SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
    :  B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
    :  /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
    :  on code: "4". SQLSTATE=42724
    :  DB Object Exists: No
    :  Duplicated Key: No
    :  Internal Error: 1
    :  Invalid Cursor: No
    :  Unknown Connection: No
    :  Connection Closed: No
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :  Kernel Error ID:
    :  SYSID: ES1
    :  SY-SUBRC: 1208
    :  Message: ADBC error
    :  SQL statement: SELECT '20110613075633',0 as DB6PMCF_PARTITION,FS_NAM
    :  E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
    :  SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/sapdata4/d
    :  b2es1/NODE0000/ES1/T0000003/C0000000.TMP') ) ASFS_CONFIG
    :  Database:
    :caused by
    :Exception CX_SQL_EXCEPTION in class CL_SQL_RESULT_SET
    :  Kernel Error ID:
    :  DB Error: Yes
    :  SQL Code: 444-
    :  SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
    :  B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
    :  /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
    :  on code: "4". SQLSTATE=42724
    :  DB Object Exists: No
    :  Duplicated Key: No
    :  Internal Error: 1
    :  Invalid Cursor: No
    :  Unknown Connection: No
    :  Connection Closed: No
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :  Kernel Error ID:
    :  SYSID: ES1
    :  SY-SUBRC: 1208
    :  Message: ADBC error
    :  SQL statement: SELECT '20110613075634',0 as DB6PMCF_PARTITION,FS_NAM
    :  E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
    :  SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/sapdata2/d
    :  b2es1/NODE0000/ES1/T0000003/C0000001.TMP') ) ASFS_CONFIG
    :  Database:
    :caused by
    :Exception CX_SQL_EXCEPTION in class CL_SQL_RESULT_SET
    :  Kernel Error ID:
    :  DB Error: Yes
    :  SQL Code: 444-
    :  SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
    :  B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
    :  /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
    :  on code: "4". SQLSTATE=42724
    :  DB Object Exists: No
    :  Duplicated Key: No
    :  Internal Error: 1
    :  Invalid Cursor: No
    :  Unknown Connection: No
    :  Connection Closed: No
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :  Kernel Error ID:
    :  SYSID: ES1
    :  SY-SUBRC: 1208
    :  Message: ADBC error
    :  SQL statement: SELECT '20110613075634',0 as DB6PMCF_PARTITION,FS_NAM
    :  E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
    :  SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/sapdata1/d
    :  b2es1/NODE0000/ES1/T0000003/C0000002.TMP') ) ASFS_CONFIG
    :  Database:
    :caused by
    :Exception CX_SQL_EXCEPTION in class CL_SQL_RESULT_SET
    :  Kernel Error ID:
    :  DB Error: Yes
    :  SQL Code: 444-
    :  SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
    :  B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
    :  /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
    :  on code: "4". SQLSTATE=42724
    :  DB Object Exists: No
    :  Duplicated Key: No
    :  Internal Error: 1
    :  Invalid Cursor: No
    :  Unknown Connection: No
    :  Connection Closed: No
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :  Kernel Error ID:
    :  SYSID: ES1
    :  SY-SUBRC: 1208
    :  Message: ADBC error
    :  SQL statement: SELECT '20110613075634',0 as DB6PMCF_PARTITION,FS_NAM
    :  E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
    :  SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/sapdata3/d
    :  b2es1/NODE0000/ES1/T0000003/C0000003.TMP') ) ASFS_CONFIG
    :  Database:
    :caused by
    :Exception CX_SQL_EXCEPTION in class CL_SQL_RESULT_SET
    :  Kernel Error ID:
    :  DB Error: Yes
    :  SQL Code: 444-
    :  SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
    :  B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
    :  /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
    :  on code: "4". SQLSTATE=42724
    :  DB Object Exists: No
    :  Duplicated Key: No
    :  Internal Error: 1
    :  Invalid Cursor: No
    :  Unknown Connection: No
    :  Connection Closed: No
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :  Kernel Error ID:
    :  SYSID: ES1
    :  SY-SUBRC: 1208
    :  Message: ADBC error
    :  SQL statement: SELECT '20110613075634',0 as DB6PMCF_PARTITION,FS_NAM
    :  E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
    :  SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/sapdata3/d
    :  b2es1/NODE0000/ES1/T0000004/C0000003.UTM') ) ASFS_CONFIG
    :  Database:
    :caused by
    :Exception CX_SQL_EXCEPTION in class CL_SQL_RESULT_SET
    :  Kernel Error ID:
    :  DB Error: Yes
    :  SQL Code: 444-
    :  SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
    :  B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
    :  /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
    :  on code: "4". SQLSTATE=42724
    :  DB Object Exists: No
    :  Duplicated Key: No
    :  Internal Error: 1
    :  Invalid Cursor: No
    :  Unknown Connection: No
    :  Connection Closed: No
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :  Kernel Error ID:
      SYSID: ES1
      SY-SUBRC: 1208
      Message: ADBC error
      SQL statement: SELECT '20110613075634',0 as DB6PMCF_PARTITION,FS_NAM
      E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
      SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/sapdata4/d
      b2es1/NODE0000/ES1/T0000004/C0000000.UTM') ) ASFS_CONFIG
      Database:
    caused by
    Exception CX_SQL_EXCEPTION in class CL_SQL_RESULT_SET
      Kernel Error ID:
      DB Error: Yes
      SQL Code: 444-
      SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
      B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
      /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
      on code: "4". SQLSTATE=42724
      DB Object Exists: No
      Duplicated Key: No
      Internal Error: 1
      Invalid Cursor: No
      Unknown Connection: No
      Connection Closed: No
    xception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
      Kernel Error ID:
      SYSID: ES1
      SY-SUBRC: 1208
      Message: ADBC error
      SQL statement: SELECT '20110613075634',0 as DB6PMCF_PARTITION,FS_NAM
      E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
    :  SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/sapdata2/d
    :  b2es1/NODE0000/ES1/T0000004/C0000001.UTM') ) ASFS_CONFIG
    :  Database:
    :caused by
    :Exception CX_SQL_EXCEPTION in class CL_SQL_RESULT_SET
    :  Kernel Error ID:
    :  DB Error: Yes
    :  SQL Code: 444-
    :  SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
    :  B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
    :  /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
    :  on code: "4". SQLSTATE=42724
    :  DB Object Exists: No
    :  Duplicated Key: No
    :  Internal Error: 1
    :  Invalid Cursor: No
    :  Unknown Connection: No
    :  Connection Closed: No
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    :  Kernel Error ID:
    :  SYSID: ES1
    :  SY-SUBRC: 1208
    :  Message: ADBC error
    :  SQL statement: SELECT '20110613075634',0 as DB6PMCF_PARTITION,FS_NAM
    :  E,'T','20110521174003','700',FREE_KB,USED_KB,TOTAL_KB,NUM_IUSED,PCT_IU
    :  SED FROM SYSIBM.SYSDUMMY1, TABLE(SAPTOOLS.DB6PMCF('/db2/ES1/sapdata1/d
    :  b2es1/NODE0000/ES1/T0000004/C0000002.UTM') ) ASFS_CONFIG
    :  Database:
    :caused by
    :Exception CX_SQL_EXCEPTION in class CL_SQL_RESULT_SET
    :  Kernel Error ID:
    :  DB Error: Yes
    :  SQL Code: 444-
    :  SQL Message: SQL0444N Routine "SAPTOOLS.DB6PMCF" (specific name "D
    :  B6PMCF") is implemented with code in library orpath "/usr/sap/ED2/SYS
    :  /exe/run/db6pmudf", function "Db6pmcf" which cannot be accessed. Reas
    :  on code: "4". SQLSTATE=42724
    :  DB Object Exists: No
    :  Duplicated Key: No
    :  Internal Error: 1
    :  Invalid Cursor: No
    :  Unknown Connection: No
    :  Connection Closed: No
    Exception CX_DBA_ADBC in class CL_DB6_RDI method GET_SNAPSHOT line 431
    Job finished

    Hi Dinesh,
    Please check the note is applicable for you [Note 978319 - DB6: Incorrectly cataloged table functions|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=978319]
    so please check wheter db2<sid>user has enough permission
    Thanks,
    Jansi

  • File Systems are not shown in CCMS Monitoring

    Hi Gurus,
    We have installed all SAP components in Solaris 10 zones including Solution Manager.
    Solaris File Systems are not shown in CCMS Monitoring under FileSystem. It looks like SAPOSCOL is not sending the OS data to CCMS. It does not show file systems in OS06 also.
    The probles exists on Systems runnig in Solaris 10 zones only and NOT on systems running on individual Servers. [without Solaris zones]
    Thanks,
    Pj

    Hi,
    You need take some special considerations while installing SOLMAN on SOLARIS 10 zones. Check these notes
    Note 870652 - Installation of SAP in a Solaris 10 zone
    Note 724713 - parameter settings for Solaris 10
    Hope this will solve your problem.
    --Ragu

  • Missing "SAP XI Adapter engine" in CCMS Monitor

    Dear all,
    we try to configure PI CCMS monitor but we can't find the subtree "SAP XI Adapter engine " in Visual admin.
    In detail:
    the subtree "SAP XI Adapter engine "is not displayed in Visual administrato under
    server->service->monitoring->Monitor tree ->Root application .
    So we have set to true the value "CCMSEnabled" of seervice "SAP XI AF core" , and we have restarted the instance.
    After the restart i DO NOT find the "SAP XI Adapter engine " in
    SAP NetWeaver Administrator,
    'System  Management' -> 'Monitoring' -> 'Java System Reports' -> 'Reports'. From the dropdown list 'Report' choose 'Monitor Browser', and display all monitors
    So I can't activate the monitor.
    and if the subtree is not present , i can't see the MTE in "SAP XI Adapter engine " RZ20.
    Additional info:
    - In RZ20 I have my system under SAP J2ee Monitor template->All system
    but the MTE "J2EE Applications" is grayed.
    - In file application.xml under /usr/sap/ccms/XIT_10/j2ee<server0> i do not find the tag:
    <app name="application sap.com/com.sap.aii.af.app">
        <node>\XIT\XIT 10 Appl .... sp30t0\SAP XI Adapter Engine</node>
      </app>
    I think this is the correct procedure that we have done in other different landscape whithout problems.
    Is there something else to check ?
    I've alredy checked following Blogs
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i
    /people/sap.user72/blog/2005/12/05/xi-grmg-customizing-for-xi-ccms-heartbeat-monitoring-part-ii
    Thanks in advance
    Steven

    Hi Sekhar,
    I am using PI 7.0 instead so I have followed the instruction in (http://help.sap.com/saphelp_nw70/helpdata/en/e5/5d1741b393f26fe10000000a1550b0/frameset.htm) instead.
    The problem is, Adapter Engine is still not listed as one of the application avaialble for Monitoring in Visual Admin even though the SAP XI AF Core has definitely been set with CCMSEnabled = true.
    Any further suggestions?
    Thanks,
    Wi

  • CCMS monitoring of SRM's own XI integration engine

    I have CCMS problems when monitoring XI integration engine of a SRM system. The integration engine will not appear in CCMS. I opened a question on SRM solution forum, could somebody have a look at it there. Here is the link to original question and earn your points there:
    CCMS monitoring of SRM's own XI integration engine
    background: I have previously managed to successfully set up CCMS monitoring for a plain XI system, but there seem to be some difference while SRM's XI only has integration engine and not J2EE engine running. SRM XI Integration engine is in place due to ABAP Proxies used by SRM.
    best regards,
    Kimmo

    You have to follow the note <a href="https://websmp110.sap-ag.de/~form/handler?_APP=00200682500000002442&_EVENT=DISPLAY&_OBJECT=012006153200000552232003&_NNUM=634771&_NLANG=EN">634771</a>
    and following this document <a href="https://websmp110.sap-ag.de/~sapdownload/011000358700004422742005E/XIMonitoringHowTo_01aSR.pdf">How To Monitor Exchange Infrastructure 3.0</a> pay attention to page 34, for the use of a Central Monitoring (CEN) System.
    Of course you have to adjust the GRMG in order to have only the ABAP part under monitor.
    Best Regards

  • Cannot see CCMS Monitor Templates - System is not configured

    I just finished installing SAP Netweaver Trial, and I have been able to login using the SAP* and DDIC accounts.
    I can see the standard tree via the SAP client GUI.
    I am trying to take a look at the CCMS Monitor Sets, and I can see the standard collection of "Entire System", "Performance Overview", etc. all fine.
    However, when I double-click to load any of the monitors, I see nothing inside.
    No sub-trees, nothing.
    I enabled "Display error nodes" and see a node that says
    "NSP   : System is not configured"
    I have tried creating my own user, adding in profiles like SAP_ALL, S_A.System, etc.
    I also notice everytime I access the CCMS Monitor Templates, there is an entry in the Syslog:
    Severity: Warning
    Process Type: D0
    Transaction Code: RZ20
    Client: 001
    User: DDIC
    Message ID: BYE
    Description:
    Database: Invalid parameter ObjTooLar transferred to database interface
    Please let me know if I am missing any components, or if there is something I need to do.
    Thank you.

    Thanks Sunny.
    That thread did indeed helped me to resolve the issue.
    However, the thread did not really provide clear instructions to complete newbies like me.
    For those who also have the same issue, this is what I did:
    1. Execute RZ10 (Edit Profiles) via the SAP client GUI
    2. Click on the menu Utilities - Import profiles - Of active servers
    3. Edit the "Instance Profile" NSP_DVEBMGS00_{Your Computer Name}
    Select Extended Maintenance, and select Change
    4. Change the following two parameters:
    alert/MONI_SEGM_SIZE from 0 to 60000000
    rdisp/autoabaptime from 0 to 300
    5. In the SAP MMC, right-click on NSP and select Restart
    6. After restarting, login and you should be able to see the CCMS Monitor Template nodes

Maybe you are looking for