CCMS monitoring a remote server on a ditributed system that is not an R3 in

CCMS monitoring of a remote server using RFC-SAPOSCOL on a distributed system that is not an R3 install but just an DB server. Has anyone any idea how to set this up? I've read SAP note that refer to it and where to download the files but nothing on how to set it up.
Sorry to make that clear we have a distributed system with a SAP CI on one server and a SQL DB on the other. I would like to monitor the os through CCMS on the DB server.
Message was edited by:
        Chris Soden
Message was edited by:
        Chris Soden

Thanks Gary,
I haven't seen this no where would I find it. Had a quick look on the market place and can't find it!
Chris
Just to add were using Netweaver 2004s
Message was edited by:
        Chris Soden

Similar Messages

  • Farm Remote App 2012 R : Your system administrator does not allow the use of default credentials to log on to Work Resources

    Hi
    Here is the situation:
    I have a Farm with 3 servers W2012R2 in a Domain
    Server1                           Server 2                                  
    Server3
    RDSession Host            RDSession Host                            
    RDSession Host
    Connection Broker        Connection Broker (Passive)
    RD Web Access
    2 DNS Alias : - poc.mydomain.local (Use for the RD Web Access and points to Server1
                        -poccb.mydomain.local (Use for the Connection Broker and points to Server1)
    I have setup the Connection broker in HA with Server2 as Passive Server : DNS Round Robin poccb.mydomain.local (Server1)
    The certificate Manager has generated 2 CA certificates :
    - 1 for the RD Web Acc (poc.mydomain.local
    -1 for Connection Broker SSO and for publishing
    I have created 1 Group Policy for these 3 servers and 1 GP for my client Windows 7 SP1.
    Server GPO :
    Computer/Administrative Templates/Windows Components/Remote Desktop Services/Remote Desktop Session Host/Security
    Always prompt for password upon connection=Disabled
    Require use of specific security layer for remote (RDP) connections : SSL (TLS 1.0)
    Set client connection encryption level : High Level
    Client GPO
    Computer/Administrative Templates/System/Credentials Delegation = Allow delegating default credentials (Concatenate OS defaults with input above)
    TERMSRV/POCCB.mydomain.local
    I use no Gateway and in my collection,I have activated SSL (Like in my Server GPO)
    I have now problem with SSO.
    Connection with remote desktop client with server name = poccb.mydomain.local
    Your system administrator does not allow you the use of default credentials to log on to the remote computer poccb.mydomain.local because its identity is not fully verified
    If in my client GPO I add the physical name of the 3 servers, it works :
    TERMSRV/Server1
    TERMSRV/Server2
    TERMSRV/Server3
    Open RDP Files with server name = poccb.mydomain.local
    if my connection broker connects me on Server1 , no problem
    But If I arrive on Server2 & Server 3=
    Your system administrator does not allow the use of default credentials to log on to Work Resources
    I have searched on internet. No result for " to log on to Work Resources"
    Any idea ? Thanks for your help

    Hi,
    Thank you for posting in Windows Server Forum.
    Firstly check that, your user is using domain\username to enter the credential in the dialog box.
    Now for a try, you can edit .rdp file with notepad and just place “enablecredsspsupport:i:0” line in it, save it an launch to check whether you are facing same issue.
    As you are using windows 7 then upgrade to RDP 8.1. Also as you have already enter the FQDN name of server under “Allow delegating default credentials”. For a try please enable and configure for all the remaining settings as follow and check the result.
    Start / Run / gpedit.msc / Computer Configuration / Administrative Templates / System / Credentials Delegation, and make sure you have the following four options enabled and configured:
    Allow Delegating Default Credentials with NTLM-only Server Authentication
    Allow Delegating Default Credentials
    Allow Delegating Saved Credentials
    Allow Delegating Saved Credentials with NTLM-only Server Authentication
    Finally, open a command prompt and use “gpupdate /force” command to apply the policy directly.
    More information:
    Remote desktop credentials did not work
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • HT1296 Comcast does not allow me to use iCloud to sync my iPhone.  An apple genius gave me a special DNS server to allow syncing.  That did not work at home.  So I used a secure proxy server outside the US, and then was able to sync.

    Comcast claims that are not blocking ports.  Technically from what I understand they are not.  They just don't recongnize the iCloud server address on their DNS.  An Apple Genius gave me a "free access DNS" which they use in the Oakrigde store to sync to iCloud.  It works great in the store with my computer and iPhone but not at home.  After a comversation with an IT person in Germany he explained that due to the limited number of ports available and the almost infitinite appetite for ports companies often choose to manage the number of ports avialable for use by their customers.   What did work for me was to use a secure proxy server with secure encoding.  It works great!  However as the cloud does seem to go down from time to time I would prefer to also have the USB cable option for syncing. 

    This does not make sense. If comcast blocked iCloud.com there would be millions of posts here about it, as comcast is one of the largest ISPs in the US. Most likely you have DNS settings messed up in your router or your computer. Ports and DNS have nothing to do with each other. A "port" is just part of a complete URL. Using a port does not have any affect on the ISP, who doesn't even see the port in the packet.

  • Using ExtendedLogFormat, server log refers to Exception that does not exist

    I created a custom logging class, using ExtendedLogFormat, according to the doc here:
    [http://edocs.bea.com/wls/docs100/config_wls/web_server.html#elf]
    However, when I do this, and modify the startup classpath to point to my jar containing the class, and modify the log format to include this class, I see in the logs:
    bq. *     Attempting to initialize ExtendedLogFormat application specific header: x-com.on24.weblogic.logging.POSTDataLogField. However, failed due to exception.*
    (POSTDataLogField is the name of my log field class).
    This is very frustrating, because nowhere in ANY log (and I've set the log level as verbose as possible in all places) is any Exception shown.
    Does anyone know how I can find out what this mystery exception is, in a case like this? I've looked at all the logging options, and didn't find anything I could change to be any more verbose than I already am.
    - Tim

    Hi. I'm using version 2.1.11 of the NDK for CSharp. I'm getting this
    same error message:
    Code:
    Connection.freeWriteSemaphore(-2): semaphore not owned by any thread
    at Novell.Directory.Ldap.Connection.freeWriteSemaphor e(Int32 msgId)
    at Novell.Directory.Ldap.Connection.connect(String host, Int32 port, Int32 semaphoreId)
    at Novell.Directory.Ldap.LdapConnection.Connect(Strin g host, Int32 port)
    at TestLDAP.Program.Main(String[] args) in D:\Documents and Settings\tjbuege\my documents\visual studio 2010\Projects\TestLDAP\TestLDAP\Program.cs:line 20
    This occurs when I try to bind to a server that does not exist. Here
    is my sample source code that generates that error:
    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Novell.Directory.Ldap;
    namespace TestLDAP
    class Program
    static void Main(string[] args)
    LdapConnection conn = null;
    string host = "server.does.not.exist.com";
    int port = 389;
    try
    conn = new LdapConnection();
    conn.Connect(host, port);
    catch (Exception ex)
    Console.WriteLine(ex.Message);
    Console.WriteLine(ex.StackTrace);
    if (conn != null)
    conn.Disconnect();
    Is there a fix for this? It makes this library useless for me.
    Thanks,
    Tim
    tjbuege
    tjbuege's Profile: http://forums.novell.com/member.php?userid=108957
    View this thread: http://forums.novell.com/showthread.php?t=365082

  • Solution manager and CCMS monitoring of remote database

    I have Solution Manager 7 SP Basis 6 installed. I have oracle remote databases connected successfully. Under DBCockpit I see the instances I want to monitor. I can see the backup, tablespaces, etc. These remote instances are SAP Portal JAVA only version 7 but under the dbcockpit alerts only shows alert monitor. The database check and check conditions are in white. Is there a way to see these and be able to report on them? The CCMS tree under the local solution manager also shows these connected remote instances but they are also white in color as if inactive. All CCMS agents and saposcol are running perfectly on the remote systems. The stats tables have been built, the synonyms for the solution manager are in place. What am I missing?

    Hi,
    Please download that attachment "scripts_1139623.sar" provided in SAP Note 1139623 - Using transaction RZ20 to monitor remote Oracle databases.
    Upon extraction of scripts_1139623.sar the following files you will get.
    rz20_nonabap.sql
    dbcheckora10_oltp.sql
    dbcheckora.sql
    Then Perform the below mentioned Steps to resolve your issue.
    Step 1: Create tables DBCHECKORA and DBMSGORA:
      sqlplus SAPSR3DB/<pwd>
      SQL> @rz20_nonabap.sql
    Step 2: Fill the table DBCHECKORA:
      sqlplus SAPSR3DB/<pwd>
      SQL> @dbcheckora10_oltp   
    Step 3: Create the synonyms (as user ora<sid>):
    brconnect -u / -c -f crsyn -o SAPSR3DB
    sqlplus "/as sysdba"
    CREATE PUBLIC SYNONYM SAP_DBSTATC FOR SAPSR3DB.DBSTATC;
    CREATE PUBLIC SYNONYM SAP_DBCHECKORA FOR SAPSR3DB.DBCHECKORA;
    CREATE PUBLIC SYNONYM SAP_DBMSGORA FOR SAPSR3DB.DBMSGORA;
    Step 4: Grant Privileges for OPS$<SID>ADM User for the above created Tables
    sqlplus "/as sysdba"
    grant all on SAPSR3DB.DBSTATC to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBCHECKORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBMSGORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTAIHORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTATHORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTATIORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTATTORA to OPS$<SID>ADM;
    commit;
    Step 5:
    Now after successful execution of above mentioned Steps , in DBACOCKPIT (system configuration), try to save the Remote DB entry with "Collect Alert Data".  It will be saved without any error.
    If you find any errors, post the error contents as a reply of this thread message.
    Regards,
    Bhavik G. Shroff

  • Remote Server returned '550 5.7.1 Command not allowed'

    I have a user that modified a meeting request that was initially sent by her boss.  She has rights to her boss' calendar.  After modifying the meeting request, she received the following undeliverable.  Any idea where to start troubleshooting?
    Thanks
    Your message wasn't delivered due to a permission or security issue. It may have been rejected by a moderator, the address may only accept email from certain senders, or another restriction
    may be preventing delivery.<o:p></o:p>
    "domain name" gave this error:
    Command not allowed <o:p></o:p>
     

    Hi redman71,
    Thank you for your question.
    We could refer to the following steps to make sure we have grant correct permission for user:
    1.Open Outlook 2013.
    2.Select Calendar.
    3.On the Home tab, select Calendar Permissions.
    4.Select the Permissions tab if it is not already selected.
    5.Select Add. 
    6.Type the name of the person you wish to add (e.g, doe, jane).  Highlight the name that you want to add.
    7.Click the Add button and the user's name will display underlined in the text box to the right.
    8.Click Ok.
    9.Under Permissions you can set the appropriate permissions for the user (e.g., Reviewer, Author, etc.)
    10.Click OK when you are finished selecting the permissions.
    Permission Settings:
    Owner: Create, read, modify, and delete all items, and create subfolders. Can change the permission levels that other people have for the folder. 
    Publishing Editor :Create, read, modify, and delete all items and create subfolders. 
    Editor: Create, read, modify, and delete all items.
    Publishing Author: Create and read items, create subfolders, and modify and delete items and files that you create. (Does not apply to delegates.)
    Author: Create and read items, and modify and delete items and files that you create.
    We could refer to the following link:
    https://technet.microsoft.com/en-us/library/dd298062(v=exchg.150).aspx
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Jim Xu
    TechNet Community Support

  • The specified instance of SQL Server is hosted by a system that is not a WSFC node

    I am trying to setup always on availability group sql 2012 on 2 sql servers. When i try to add the replica, it gives me this error

    Hi JonDoe,
    According to your error message, it seems that you had two separate clusters. And you try to add secondary replica on the separate cluster. AlwaysOn Availability Groups requires a Windows Server Failover Clustering (WSFC) cluster and each availability replica
    of a given availability group must reside on a different node of the same WSFC cluster.
    There is similar issue about setting up availability group, you can review the following article.
    http://social.msdn.microsoft.com/forums/en-US/625a3cbe-0d8b-4d0f-ab1e-9751ce475d29/setting-up-availability-group
    Reference: http://msdn.microsoft.com/en-us/library/ff877884.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • RFC issue with TREX CCMS monitoring

    Hello,
    I have a TREX 7.10 instance (running on a Windows Server) and a SAP Solution Manager System 7.01 (on Unix Server) which is used as central CCMS monitoring system.
    I have configured CCMS Monitoring for TREX according to the pdf document that is attached to SAP note 897226 ('Monitoring TREX with CCMS. Alerting seems to work, the autoreaction method that I defined for e.g. unavailabitlity of TREX processes is triggered when I test it.
    In SolMan system, transaction RZ21, agents for remote systems,  I see that the agent for the TREX instance is in status 'Online'.
    But when I highlight this agent and click on the button 'Test Connection' I get  'Error when opening an RFC connection'.
    In TA SM59 of SolMan system I am doing connection check for the two TCP/IP RFC destination related with that TREX instance
    N3STAT.<hostname>.<Nr>   and
    SAPCCMSR.<hostname>.<Nr>
    For both I get the error 'program <hostname>.n3stat.<Nr> not registered' respectively 'program <hostname>.sapccmsr.<Nr> not registered'
    I am a little bit confused how to fix this. Can somebody help ?

    In the meantime I could solve the issue.
    The solution is that the registration command on TREX host had wrong parameters.
    I only have a pure TREX instance, no ABAP instance, no Java instance on the same host.
    In this case you have to register your agent at central SolMan system this way:
    sapccmsr -R pf=
    Don´t use the -j2ee parameter if you don´t have a java instance there.
    Please see the screenshot and the legend under:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/e2/eff640fa4b8631e10000000a1550b0/frameset.htm

  • DW Procedures to connect to MS ACCESS database located on remote server

    I am confused about the procedures within Dreamweaver CS3 to connect to a MS ACCESS database on a remoter server.
    I am working through a tutorial book, "Dreamweaver 8 with ASP, Cold Fusion and PHP Training from the Source", but the instructions are unclear concerning the procedures to connect to a MS ACCESS database located on a remote server. 
    The book indicates that the server administration has to create the DSN for you and screen shots indicate that you will result in a list of DSNs to choose from when creating the connections .asp file.
    I went through the procedures to create a connections .asp and resulting in a connection without and tables (of course) because I do not initially have any connection information from my remote site.
    I have generated the required two lines of code as follows for my MS ACCESS database connection on my remote server:
    'Database connection info and provider
    strCon="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&_
    Server.MapPath("database\trans.mdb") & ";" &_
    "User ID=xxx;Password=xxxxx"
    The question that I have is:
    How does this connection coding relate to the "connections/conn_newland.asp" file that was create within the Dreamweaver screens?  How do I merge the ASP coding?  The file (/connections/conn_newland.asp) generated within Dreamweaver is as follows:
    <%
    'FileName="Connection_odbc_conn_dsn.htm"
    'Type="ADO"
    'DesignationType="ADO"
    'HTTP="true"
    'Catelog=" "
    'Schema
    Dim MM_conn_newland_STRING
    MM_conn_newland_STRINT = "dsn=newland;"
    %>
    Any advice would be appreciated.  I know that this is simple but debugging an error from an  ASP coding merge would be a "bear" to debug!

    I have not used MS Access myself (fortunately) but I believe it works much like the old, old way of achieving a multi-user database in FileMaker.
    That is, it is not a true client-server database but more a peer-to-peer database and that each peer opens the same database file which is available to multiple user via file sharing. Therefore as elikness said it should just be a matter of putting the files on your Lion Server and then sharing that folder/volume using SMB sharing.
    However one thing to be aware of, since MS Access is not a true client-server database I would imagine it uses record locking to manage simultaneous direct access to records in the same files. File or Record locking is something that has historically been a bit flakey when using Windows clients with a Mac file server (and probably vice versa).
    While I am not proposing it as a solution to consider seriously, it is worth you knowing that FileMaker Pro is a database system that is available for both Mac and Windows and depending on how you configure things can be considered to stretch from a configuration very similar to MS Access at the low end all the way to a high-end MS SQL Server style setup at the top end. See http://www.filemaker.com for details.
    There is also a a third-party tool available for migrating databases to or from FileMaker Pro and it can convert MS Access databases to FileMaker Pro see http://www.fmpromigrator.com/
    You could use FileMaker Pro just on Windows machines if you wish.

  • How to execute an SSIS package on a scheduled basis from remote server and pass in input files

    I have an application server and a db server.  My db server has all things SQL Server stored on it (DBMS, SSRS, SSIS, etc.)  I have several nightly batch process SSIS packages (dtsx files currently) that will pickup an input file and import them
    into the database.  I would like to execute all batch processes from my application server as I have quite a few other ones as well that do other stuff outside of SQL Server via powershell.  My question is how to do this?  Is there away to execute
    them remotely via DTexec.exe, should I set them up as Agent jobs and somehow pass in the file names\location (how?), create and SSIS catalog, etc.?  
    I need to easily be able to see if the packages execute successfully or not and if not capture the detailed information of why they failed from the remote server so I can use that to drive my process flow logic in the batch processes.

    Hi Jason,
    According to your description, you want to execute a package on a schedule and receive notification when package ends with error in the job.
    After testing the issue in my environment, we can directly add the package in a step of a job, then add a schedule and set the Alert and Notification property in the job to achieve your requirement. For more details, please see:
    Create a Database Mail in the SSMS.
    Right-click the SQL Server Agent services to Enable mail profile, then select the appropriate Mail profile.
    Under the Operators folder, create an operator with the correct E-mail name.
    Right-click the Jobs folder to add a new job.
    In the Steps pane, New a step with SQL Server Integration Services Package Type to run the package.
    In the Schedules pane, New a schedule for the job.
    In the Alerts pane, New an alert with SQL Server event alert, then enable Notify operators option with an operator in the Response pane.
    In the Notifications pane, enable Email option with same operator and When the job fails selection.
    Then when the package fails, the job would be failed and we can receive the error message in the mailbox.
    Besides, please make sure the account that execute the job has correct permissions for the file, for the folder that contains the file, and for the database.
    References:
    Configure Database Mail – Send Email From SQL Database
    How to setup SQL Server alerts and email operator notifications
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Put files onto Remote Server?

    I am connected to the remote server and have tried repeatedly to put files onto remote server. It either says successful or not transferred and the new page never gets put up. What am I doing wrong? I have put files on my remote server before, but all of a sudden it is not working for me.

    This is what it is saying..
    Started: 7/22/2013 3:21 PM
    Website\5K_run08.html - same - not transferred
    Website\images\nav_home_on.gif - same - not transferred
    Website\images\nav_info_on.gif - same - not transferred
    Website\images\nav_photos_on.gif - same - not transferred
    Website\images\nav_members_on.gif - same - not transferred
    Website\images\nav_minutes_on.gif - same - not transferred
    Website\images\nav_faq_on.gif - same - not transferred
    Website\images\nav_home_off.gif - same - not transferred
    Website\images\nav_info_off.gif - same - not transferred
    Website\images\nav_photos_off.gif - same - not transferred
    Website\images\nav_members_off.gif - same - not transferred
    Website\images\nav_minutes_off.gif - same - not transferred
    Website\images\nav_faq_off.gif - same - not transferred
    Website\images\header.jpg - same - not transferred
    Website\images\button_friend.jpg - same - not transferred
    Website\images\run_button_blue.jpg - same - not transferred
    Website\images\committee_button.jpg - same - not transferred
    Website\images\map_button3_blue.jpg - same - not transferred
    Website\images\links_button_blue.jpg - same - not transferred
    File activity complete.
    Files skipped: 19
    Finished: 7/22/2013 3:21 PM

  • Fonts changed to Unix files when saved to a remote server

    Hi all, I read an archived thread regarding this, but not sure if my situation is related somehow. The issues others have had was that their font files were converted to Unix files at 0KB, when stuffed.
    My issue is I backed up fonts (PS and TT) from my Mac to a remote server (PC based). When that server is accessed by Mac users, some saw the file as a Unix file at 0KB. However, there were some (including myself) that saw the actual font file.
    That was a few months ago, we've retired that server since, but before doing so I transferred all the fonts to a new server. It's now a raid drive run off a Mac Xserve. After the transfer, I checked to see if the fonts were still okay, and they were showing full Mac file (no Unix). I didn't go into the new server for a couple of months, but when I did I noticed that all the fonts had been changed to Unix files. Some were at 8KB, others at 60KB. But no 0KB files. +Note: because the initial transfers was a success, the original files from the old server were deleted along with it. So there is no way of retrieving the original files. As well, were were running 10.4.10 with the original server and files. Switched to 10.5.x when files were transferred to the new server.+
    I've tried the tips here (using the Terminal method and the FileUtilsCM script) http://discussions.apple.com/message.jspa?messageID=6041364 but to no avail. I'd hate to think these fonts are scrap. As they were all purchased (and there's a whole load of them). Any input in saving these files would be of great help.
    Thanks in advance.

    The real font information is stored in a resource fork, not the data fork fo the file.  Depending type type of file system you copied them to, how you copied them, and what method you are using to look at them, you may not be seeing the resource fork.
    You can see more detail about files usng a Terminal command such as
    ls -leaO@ file
    If there is a resource fork, it will be displayed.
    If the file system was not a Mac OS X external file system, then you might want to look for a file with a similar name only starting with a leading period to make it invisible to the Finder
    ls -leaO@ /the/directory/with/your/fonts

  • Defining Alias for Remote server Directory / Path

    Hi All,
             In my process chain I have an open hub process after which I have an abap program which sends out the data to a file on a remote server directory. But when it executes the program, it cannot find the path mentioned although I checked whether it is correct.
    I have also seen in several instances that for the remote server directory / path, the entire path is not typed in the variant's selection screen; instead it seems like an ALIAS. For example, if the path is
    w3n2-s501\javaappserver_test_staging\m234\sapdata on remote server w3n2-s501, then the  selection screen fileds show up like this:
    Remote Server Directory/Path     P               SAPTEST
    Remote Server Name                     P                          w3n2-s501     
    Does anyone know where this SAPTEST would be defined for the remote directory path?
    Thanks!

    Hi
    http://help.sap.com/saphelp_nw04s/helpdata/en/bd/0d6c3db297ff4d8a84e656502531f0/frameset.htm
    Hope it helps

  • How to start to configure CCMS monitor sets ?

    hi,
    when executing RZ20, the screen title is
    CCMS Monitor Sets - Maintenance functions OFF
    does it mean that the monitoring is not configured yet ?
    if i were to start the monitoring, how do i turn it on ? what needs to be monitored ?
    please share with me how you make sure of the CCMS monitor sets.
    comment and advice will be highly appreciated.
    regards,
    kent

    RZ20 --> Extras --> Activate Maintainence functions
    does it mean that the monitoring is not configured yet ?
    Im not sure what this means. To copy the templates, I think you have to activate the maintainence function (not sure). I always do this as the 1st step.
    if i were to start the monitoring, how do i turn it on ?
    There are many things you will need to do
    1. Configure SCOT to send out emails
    2. Configure an auto reaction method (CCMS_ONALERT_EMAIL_V2)
    3. Assign it to the nodes you need to monitor
    4. Assign the auto reaction method to those nodes
    etc etc
    what needs to be monitored ?
    Usually it is the database and the filesystem space, performance etc. It really depends on what you want.
    please share with me how you make sure of the CCMS monitor sets.
    Look at this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/30237989-0901-0010-70a4-944691eb5e52 [original link is broken]
    comment and advice will be highly appreciated.
    Kunal
    Edited by: Kunal Belnekar on May 22, 2008 10:10 AM

  • Tables in CCMS Monitoring

    Dears,
    We are using ECC 6.04 .
    In which we are planning to gererate a report daily that will fetch all CCMS monitoring data to get review of all system Monitoring daily.
    For it I need to know the all table names,CCMD use to fetch data.
    Please suggest the table names for it.
    Regards,
    Shivam Mittal

    Dears,
    We are using ECC 6.04 .
    In which we are planning to gererate a report daily that will fetch all CCMS monitoring data to get review of all system Monitoring daily.
    For it I need to know the all table names,CCMD use to fetch data.
    Please suggest the table names for it.
    Regards,
    Shivam Mittal

Maybe you are looking for