Track Admin changes in CallManager

Can you track admin changes done in CallManager? if possible where you go to look?

If you enable Cisco Multilevel Admin Access (MLA), you should be able to track this.
Excerpts from the MLA System guide
http://www.cisco.com/univercd/cc/td/doc/product/voice/c_callmg/4_1/sys_ad/4_1_3/ccmsys/a02mla.htm
Multilevel administration access generates a log with a record of login attempts. The log includes the user name, group name, date, time, and success or failure status of the login session.
The log also contains a file report of access/change attempts. That is, multilevel administration access generates a record of attempts to access or modify any directory or database component through the Cisco CallManager system administration. The change record includes the user name, date, time, menu accessed, web page from which the change was made, and the success or failure status of the update.
Regards,
Anup

Similar Messages

  • How to track role change

    We have several groups making changes to roles in our portal. Is there a way to track roles changes and where can I find this information.
    We have several plants and portal admins at each site making changes to "shared roles". I need to track these changes.
    Thanks
    Mikie

    How do you transport the roles and groups?
    You should have a development and a test portal.
    You should also look into the Netweaver Developer Infrastructure.
    This should give you some help on tracking the changes!
    You should also set up your authorizations for your admins so that they cannot change the "shared roles".
    Check the portal security guide at:
    http://help.sap.com/saphelp_nw04/helpdata/en/5c/429f00a14aa54195b1c63ae1512d10/frameset.htm
    Regards
    Fredrik

  • Config reqd to track the changes to Bak details with report  S_AHR_61015505

    Hi All
    I have a need to tack the changes to 'Bank Details'. I have tried using the report 'S_AHR_61015505' , it works fine for the 'Addresses' info type but not for Bank details. I presume I need to do some config to activate the change log to track the changes to Bank info using this report.
    Can any body please tell me what I exactly I need to do  for this .
    Thanks
    Srinivas

    as suresh said follow the steps in img  then click on Field group definition. There in infotype 9(Bank Details ) check for Field group is 01 and maintain Fields
    Field Group   Field Name
    01                 BANKL
    01                 BANKN
    01                 BANKS
    01                 BKONT
    01                 EMFSL
    01                 ZLSCH.
    I hope this answers your question
    if so close the thread
    ---Bob Radi

  • How to Track the changes made to the custom table field value

    I want to track the changes made to the custom table field value in table maintenance generator.please help me it is very urgent
    Thanks & Regards,
    Kranti

    Hi Satya,
    These are the steps you've to do.
    1. Enable the change document flag in the data element level for the fields of the tables you want to monitor.
    2. Go to transaction SCDO. Create a new change object, and add your table to this object. After generation, you'll get a function module.
    3. Call this function module in the table maintainence generator screen, after the data is saved to the database table. This function module automaticallly writes the changes, with the old and new values, and the fields that were changed to the tables CDHDR and CDPOS.
    4. You can keep track of the changes made to the table by monitoring these tables.
    Regards
    Anil Madhavan

  • How to track the changes at report level

    Dear Team ,
    Could you please help on below scenario.
    1.Is there any way to track the changes for each report wise ? Does it possible using the audit database?
    2. how to get list for report names by each folder wise( public folders) ?
    Thanks & Regards
    Venkat

    Hi Venkat,
    1.In Webi we have a option called Track click that option to enable you to  track the changes in your report and also in Tracking option you can change the color as you preferred.
    2.Once report is ready to export click (Ctrl+E) and click Public folder then select New folder option available in right corner and create new Folder and export your report.
    Thanks
    Vignesh R

  • Tracking the changes in Scheduling agreement delivery schedule

    With Scheduling agreements, when goods receipt is done at receiving, system will validate against the Scheduled qty and delivery dates. If there is excess qty received, they need to either change the qty or the date to receive the same.
    Now current process at one customer is the vendor evaluation is done based on his ability to send exact required qty on precise date. So if the required qty is shipped / received on the scheduled date, vendor gets 1 point, if not vendor gets zero points. So both qty & date have to be correct for vendor to get 1 point, if either is wrong he gets a zero point.
    Now in our SA scenario, we are saying that in case goods are received in excess or if goods are received a day earlier, in order to perform the goods receipt, change the qty/date in SA. If this qty/date is changed to receive the goods, how can we later go into system and see whether supplier shipped as per expected qty & date?
    My understanding is we can keep track of date change, by using Statistical date in delivery schedule, but how can we keep track of qty change ?
    Thanks
    Dinesh

    Hi dinesh
    I dont know exactly this helps you or not but pl try this to track the changes of your SA.
    1.Go in ME2m.
    2.Enter material,plant,po.
    3.In scope of list enter "RAHM"
    4.Then press "Choose" tab
    5.Only select SA.
    6.Execute.
    7.Select SA and press"changes":
    I think this will show you all changes made for your SA.
    regards
    ravi

  • How to Track Online Changes in IT0002 using BADI

    Iam trying to capture old_image and new_image of IT0002 when ever there is a change in IT0002 through PA30. once i track i need to update the details in a customised table to interface with external system.
    May i know how can i track the online changes (Old_image and New_image) of IT0002 and IT0006.
    Iam able to track changes for IT0105 using HRPAD00INFT, but for IT0002 and IT0006 iam unable to .
    Pls can anyone guide me !
    Thanx in advance.

    Hi Donnie Freako,
    Thanq for the reply,
    but that report 'RPUAUD00' is not serving my purpose, as iam looking to track the changes online (when ever user click on save icon in pa30 i need to capture both the old and new values'.
    pls guide me.
    Thanks.

  • Best practice for tracking database changes...?

    Dear Oracle gurus,
    I'm still relatively new to database administrating, and recently I ran into a situation which I'm not sure if there's some text-book scenario analysis or practice.
    I find it hard to track all the database changes across different servers. Our company develop software that uses the Oracle database, so we have development and test servers set up here and there, with really minimal control on them. Problem arises when we make rapid design changes to our system, which required multiple and rapid changes to the databases. I find it really hard to keep track of everything, because sometimes I can't patch some server because of people still using it for development/testing/investigation/etc.
    So, is there some kind of good practices for tracking database changes (which we even write patches for), monitoring schema modifications, or maybe even versioning database objects? I've tried to find some information but I think I did not look in the right places or ask the right questions.
    Any help is appreciated.
    Best regards,
    Peter Tung

    The first thing I would start with is:
    Find a version control system that will allow you to store files and version them (PVCS for example). You could for example, store all the sql scripts. Whenever a change is needed, the user could check the program out from the version control tool and make changes and check it back in. Besides sql scripts, you could also store binary files or any type of source code files in a version control system. This would at least put some things in order. In a version control system, you could associate a number or a string with all the files within a patch.

  • Is there a way to track Admin usage of ANM

    Is there a way to track Admin usage of ANM (application network manager)?  We have a few servers running the ANM application.  Each ANM server points to/manages ACE blades (in the datacenter where the server resides).  I would like to understand how much the ANM gui is used for each of the servers.  I have looked through the GUI for some sort of report but wasn't able to find one.  Cisco ACS has the "Adminstration Audit" report which shows all admin activity of the application per admin user (per ACS server).  Is there an equivalent report for ANM?
    In addtion I would like to know how much of the ACE config activity is spawned via CLI versus the ANM gui.
    thanks in advance,
    BB

    Just click on:
    https://me.com/find/
    and enter your ID.  When it locates your iPod, it will allow you to turn on an alarm signal on your iPod which should let you find it.

  • How to Track Reservation Changes...?

    Freinds,
    Can any one tell me how to track the Reservation(MB23) changes.?????
    I want to know when the Reservation has been created and when was the last change done for that Reservation??
    I tried to find in table RESB but no luck...
    Chandra.

    Ferry,
    It will show history of reservations for the specific material...but my requirement is if i change anything in any reservation how can i track those changes for that reservation..........
    Hope you got what i mean..
    Thanks,
    Chandra.

  • Tracking the changes made to the custom table  field value

    Hi all,
           can we track the changes made to the custom table field values. if yes..plz specify how it can be done.
    Example: if i changed the  value of field  'NAME' of table 'YYHCUSTOMER'. i would like to know the old value and the new value of the field. For this, I set the flag 'LOG DATA CHANGES' in the technical settings of the table 'YYHCUSTOMER'.

    -> try TA: SCU3
    regards Andreas

  • How to track the change of an asset via field ANLC-KANSW?

    I'm trying to track any change to the value of an asset.
    I'm looking at field ANLC-KANSW.
    I'm not sure how to do it, but if you change the value of an asset, the change is not reflected in the field itself, but other "cumulative  fields in ANLC. The change did not register anywhere in CDHDR/CDPOS.
    So, anyway to know if the value of the asset has changed?
    Thanks,
    Jeff

    Hi,
    if you post to the asset a anep-line is created.
    If you make the fiscal year change the ANLC line is created. This ANLC line is a sum of the ANEP's.
    Post to the asset and watch the ANEP:
    ANLN1          GJAHR  LNRAN   AFABE ANBTR            NAFAB
    ..and in the ANLC:
    ANLN1          AFABE KANSW            ANSWL
    regards Bernhard
    Edited by: Bernhard Kirchner on Nov 19, 2010 9:13 AM

  • How to track the changes to a table and update the other table ?

    Hi Guys,
                   I am looking to track deletion of entries on KONV table and sync these missing entries in an other table which has primary key entries of KONV.
    How to do this.. is ALE change pointer is any good for this purpose ?
    Thanks
    AJ

    Hi Sam,
      In order to track the changes in the KONV table, go to table CDHDR and give objectclass and objectid, you will get all the details.
    Regards,
    ramesh.

  • Is there ANY way to keep track of changes or versions in a dynamic form, viewed in Reader

    I need to provide a measure of content control.
    I looked at acrobat.com for help.  There is a rather convoluted method and I don't know if I can get my company to go along with it.
    I have a dynamic form and it has to be dynamic, so I cannot change it to static to give it Comment/Markup ability - out of the question.
    Does anyone know of ANY way to keep track of changes or comments or anything? And if you know, please be as specific as possible.
    Thanks!

    No replies, so I assume that there isn't any way to do this at present. Do people agree that this would be a really useful feature?

  • Sometimes when I put a CD in memory the order of the tracks is changed in memory from what is was on the disc.  I would rather have in the same as the original disc.  Is that possible?

    Sometimes when I put a CD into iTunes the order of the tracks is changed.  How can I avoid this?

    The order in which the tracks are displayed depends on the column selected in list view.  Select the album column to display tracks in album order.

Maybe you are looking for

  • IPhone as a drive

    After I upgraded my iPhone 3GS to OS 4.0, I know longer see iPhone as a drive in My Computer menu. I could not find anything in iTunes to turn the drive availability on, but maybe I didn't look well enough. Can anyone help please?

  • Is Remote Desktop overkill for a home user?

    I need to dependably control three remote MACs. The home MACs are local and the other is in another state. I may also need to control any of these while on the road. logmein.com seems to have connection problems from time to time and Mesh doesn't see

  • K72NG Real Time Clock - Fast?

    With Windows XP installed, I normally have my clock set to automatically synch with an Internet time server - time.nist.gov. Since I've had this board (K72NG) installed it seems that the clock likes to run fast. Adjustments of 3-4 minutes every 24 ho

  • Copying pictures onto a USB disk

    Every time I try to transfer pictures onto my usb disk from iphoto it says, "The item IMG_(whatever picture it is).JPG cannot be copied because there is not enough free space. It says this when there is absolutely nothing stored on the usb disk and i

  • Installing Arch encrypted using LVM on top of LUKS

    I just installed Arch following this this wiki page and this guide . While booting, it gets to the point when it asks for the password. Once I provide the password, the whole process halts. No messages, nothing. # fdisk -l /dev/sda Disk /dev/sda: 100