Is it possible to remove an action log entry from a ticket?

Hello.
Is it possible to remove an actoin log entry from a ticket.  We may run into a situation when confidential data has been pasted into the action log.
Thank you,
Richard

Yes, but not through the UI. the easiest way to do this would be with
SMLets.
Import-Module SMLets
$IRClass = Get-scsmclass Workitem.Incident$
$SRClass = Get-SCSMClass Workitem.ServiceRequest$
$ActLogRelationshipClass = get-scsmrelationshipclass System.WorkItem.TroubleTicketHasActionLog
$IR = Get-SCSMObject -Class $IRClass -Filter "Name -eq 'IR21'"
$ActionLogs = Get-SCSMRelatedObject -SMObject $IR -Relationship $ActLogRelationshipClass
Foreach ($ActionLog in $ActionLogs) {
if ( $ActionLog.Description -match "TEST") {
Remove-SCSMObject $ActionLog -Force -WhatIf
It should be noted that this will not remove the action log form the data warehouse. there isn't a supported method to edit data in the DW, so you're kinda on your own if you need to remove this data from the historical records

Similar Messages

  • Remove a sleep log entry from the Lifelog

    Is it possible to somehow remove a sleep log entry from the Lifelog?
    I have an incorrect entry messing up my average value so I would like to get rid of it.
    Solved!
    Go to Solution.

    It is possible to remove a single sleep activity. You scroll in the timeline to the activity you like to remove, then press the avatar while it’s sleeping. You will get a pop-up with sleep details for this specific sleep activity, press the trash can symbol and remove this activity.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Creating action log entry for incident via SDK in C#

    Hi,
    Does anyone have any example code, or pointer to, of how to add an action log entry (with icon) to an incident? I can't work out what the target for the relationship should be or how to configure it...
    With Thanks,
    Rob

    Anton,
    Thanks for your response! I think the problem may be in how I'm creating "WorkItemMP". In the method below I'm trying to pass in an issue Id parameter to add an action log item to an Issue. 
    How are you creating the  "WorkItemMP"?
    public
    void
    UpdateActionLog(string
    nsId)
    EnterpriseManagementGroup
    emg1 = new
    EnterpriseManagementGroup("server01.xyx.com"
    ManagementPackClass
    classIncident = emg1.EntityTypes.GetClass(new
    Guid(SYSTEM_WORKITEM_INCIDENT_CLASSS));
    // A604B942-4C7B-2FB2-28DC-61DC6F465C68
    EnterpriseManagementObjectProjection
    incidentProjection = new
    EnterpriseManagementObjectProjection
    (emg1, classIncident);
    ManagementPack
    WorkItemMP = emg1.ManagementPacks.GetManagementPack(new
    Guid("DD26C521-7C2D-58C0-0980-DAC2DACB0900"));
    //System.WorkItem.Incident.Library MP
    CreatableEnterpriseManagementObject
    cemoIncident = new
    CreatableEnterpriseManagementObject(emg1,
    classIncident);
    cemoIncident[classIncident,
    "Id"
    ].Value = nsId;
    ManagementPackClass
    typeActionLog = emg1.EntityTypes.GetClass("System.WorkItem.TroubleTicket.ActionLog"
    , WorkItemMP);
    CreatableEnterpriseManagementObject
    objectActionLog = new
    CreatableEnterpriseManagementObject
    (emg1, typeActionLog);
    objectActionLog[typeActionLog,
    "Id"].Value
    = Guid
    .NewGuid().ToString();
    objectActionLog[typeActionLog,
    "Description"].Value
    = "Incident updated via SDK.\n"
    objectActionLog[typeActionLog,
    "Title"].Value
    = "Incident updated via SDK"
    objectActionLog[typeActionLog,
    "EnteredBy"].Value
    = "Administrator"
    objectActionLog[typeActionLog,
    "EnteredDate"].Value
    = DateTime
    .Now.ToUniversalTime();
    ManagementPackEnumeration
    enumeration6 = WorkItemMP.GetEnumerations().GetItem("System.WorkItem.ActionLogEnum.TaskExecuted"
    objectActionLog[typeActionLog,
    "ActionType"
    ].Value = enumeration6.Id;
    ManagementPackRelationship
    relationship2 = emg1.EntityTypes.GetRelationshipClass("System.WorkItem.TroubleTicketHasActionLog"
    , WorkItemMP);
    if
    (incidentProjection != null
    incidentProjection.Add(objectActionLog, relationship2.Target);
    incidentProjection.Commit();

  • Removing the following prohibited entry from the EAR:

    I have a Fusion Application and I am using jdeveloper 11.1.1.4.0.
    If I make an Application Module Service Enabled by adding a Service Interface custom method
    I cannot deploy the application to the embedded weblogic because
    some jars are removed automatically
    Removing the following prohibited entry from the EAR: lib/trinidad-api.jar
    Removing the following prohibited entry from the EAR: lib/trinidad-impl.jar
    and then I get
    java.lang.ClassNotFoundException: org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl
    Why is this happening? An why is this happening only when I add a Service Interface custom method
    Any help appreciated.
    Regards

    Hi Frank
    Unfortunatelly this didn't work.
    If I deploy the application by using the Application Menu / Deploy / Application to IntegratedWebLogicServer the deployment succeeds with no issues
    On the other hand if I hit RUN on the ViewController I get
    Caused By: java.lang.ClassNotFoundException: org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl
    I also believe this is a misconfiguration issue but I cant find it yet
    and this only happens if I add a custom method in the Service Interface of the Application Module.
    If I remove it everything is back to normal
    I found another post with a very similar issue but it has not been resolved
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=2217152
    Edited by: spooker on 31 Μαϊ 2012 12:36 μμ

  • Remove an oracle home entry from the central repository

    Does anyone know how to remove an oracle home entry from the central repository (inventory.xml file), after the oracle home in question has been deleted. It is left behind and I want to clean it up.
    thanks

    I went to the link you have posted and it did not help me.
    I cannot get rid of my Oracle Home directory. When I attempt to delete this folder, I
    get an error message:
    oci.dll ...is write protected or in use..
    So I deleted this oci.dll file. Then I rebooted and tried to delete the OraHome directory (folder)
    again, and I get the SAME error!!
    Thanks for any advice.

  • Action Log Entry Private is "Blue" not ticked.

    Hi Colleagues,
    i have a question. Maybee i only didn`t see the awnser in the admin guide.
    When you have a Action Log Comment sometimes the comment is not ticked as private it`s the field is "filed" out in blue.
    What does this mean?

    Comments with this item checked will not show on the end user portal. since this is SQL bool under the covers, it has three possible values. TRUE (i.e. this comment should NOT be shown to user), FALSE (it's ok to show this to users) and NULL (?).
    I believe, but can't confirm, that null comments are shown to users.

  • Is it possible to remove or edit gps data from photos?

    Just listened to a Mac Roundtable podcast and they were talking about removing or editing gps data from photos taken with an iPhone but they never explained how to do it.
    Is it possible to remove or edit out latitude and longitude info from photo files?

    Thanks for this, though after looking at it I'm not too inclined to use an app that requires getting into the terminal. Way too technical for me. But thanks.

  • Removal of  Developer Key entry from DEVACCESS Table.

    Hi,
    On table DEVACCESS, in QTY/DEV/Prod there is one person with Developer Key listed that I would like to remove,  User is no more working and now we want to delete the entry from this table which has the User name followed by the Developer key assigned.
    Could any one guide me in deleting the Developer Key access from the DEVACCESS table.
    Satish.

    Another alternative is to use SE11 to create a maintenance view (ex: ZV_DEVACCESS).  Secure the maintenance view with a custom authorization group.  With the maintenance view you have the ability to use SM30 to maintain the DEVACCESS data.
    That keeps the DEVACCESS table from changing and thus no need to register the change with SAP.
    Cheers,
    Brian

  • Incorrect log entries from iPhone and iPad

    Hello iPhone/iPad users and admins
    For some time now, I have the problem, that I find the following entries in my log files of a business firewall.
    Here are the log entries
    # Time Message Source Destination Notes Category Priority Rule
    1 03/19/2011 23:43:53.640 IP spoof dropped Alert Intrusion Prevention 10,157,205,175, 62 348, X3 192.168.210.1, 8080, X8 MAC address: 40: a6: d9: 9a: f1: 2e
    # Time Message Source Destination Notes Category Priority Rule
    1 03/29/2011 09:38:00.352 IP spoof dropped Alert Intrusion Prevention 10.153.53.141, 51 561, X3 192.168.210.1, 8080, X8 MAC address: 40: a6: d9: 9a: f1: 2e
    # Time Message Source Destination Notes Category Priority Rule
    1 04/18/2011 18:23:03.560 IP spoof dropped Alert Intrusion Prevention 10,150,154,123, 49 515, X3 192.168.210.1, 8080, X8 MAC address: 40: a6: d9: 9a: f1: 2e
    # Time Message Source Destination Notes Category Priority Rule
    1 04/26/2011 08:20:49.544 IP spoof dropped Alert Intrusion Prevention 10.120.159.79, 56 770, X3 17,250,248,212, 443, X8, switchboard.me.com MAC address: d8: 30:62:81: f6: 7a
    # Time Message Source Destination Notes Category Priority Rule
    1 27/04/2011 02:40:35.496 IP spoof dropped Alert Intrusion Prevention 10.120.159.79, 56 860, X3 17,250,248,212, 443, X8 MAC address: d8: 30:62:81: f6: 7a
    # Time Message Source Destination Notes Category Priority Rule
    1 06/05/2011 21:57:47.928 IP spoof dropped Alert Intrusion Prevention 10.166.15.122, 61 764, X3 17,250,248,212, 443, X8 MAC address: d8: 30:62:81: f6: 7a
    and so on .....
    After a long search, I found out that it is my iPhone and my iPad.
    How do I find out which app is behaving wrongly , because along side with the wrong IP the equipment does get a correct IP and can be used quite normal on the Internet.
    Do I have to use the developer environment to test out each APP or can I find it out with a packet capture?
    Is there some other way or do I have to denistall all apps and activate one by one an test the logfiles?
    This would be a dayswork and I hope I can go around this.
    Thanky you for any relevant information.
    Kind regards
    Thomas

    Hi A. Hinsen!
    It's the same with me. I sync a lot of pictures to the iPad setting "Selected albums, events ..." and using iPhoto on my Mac. But when I added some pictures to an iPhoto-event and try to sync them again, iTunes automatic set "All pictures ..." and the iPad do not contain any picture. Allthough I just looked at them before I started the synchronisation.
    I hate it because the synchronisation need about an hour. And I am in a hurry.
    Reinhold

  • Is it possible to remove Adobe PDF 8.0 from the list in "Add Printers"

    When I add a printer on my system, there is a printer named "Adobe PDF 8.0" on the Add Printer list. I believe that this is a remnant left over from previous versions of the operating system (from Leopard or so). Can this item be deleted from this list? It isn't functional at all, and I'd rather not have it cluttering up the list. I've searched through the system looking for anything that could be causing this item to be listed there, but there appears to be no .PPD file or any entry in a .plist file that I can find. I've seen other people asking about this printer, but more from the perspective of "how to get it working" or "how do I print to PDFs now?". That isn't my question. I just want to nuke this item from my "Add Printers" list like it never happened. Thanks for any leads you can offer.
    See screen shot below if you are confused as to what I am talking about. The top "Adobe PDF 8.0" is from my computer. The second one is something someone is incorrectly sharing from their computer (which I will remove as soon as I get access to it).

    I tried manually removing some files but still the Adobe PDF 8 appeared in the Add Printers > Default view.
    I then ran the Adobe Acrobat uninstaller and this successfully stopped the Adobe PDF 8 "printer" from appearing. Thankfully the Uninstaller also created a log file that I have posted below showing all that was removed from the Mac. Note that you probably don't have all the files listed, especially if you have already removed Acrobat 8 from this Mac, but if you remove the files that are remaining then this will be sure to stop the printer from appearing.
    /Applications/Microsoft Office 2008/PDFMakerLib
    /Applications/Microsoft Office 2008/PDFMakerLib
    /Applications/Microsoft Office 2008/PDFMakerLib
    /Applications/Microsoft Office 2008/Office/Startup/Excel/PDFMaker.xla
    /Applications/Microsoft Office 2008/Office/Startup/PowerPoint/PDFMaker.ppa
    /Applications/Microsoft Office 2008/Office/Startup/Word/PDFMaker.dot
    /Library/Application Support/Adobe/Acrobat/com.adobe.Acrobat.Pro/uninstall.log
    /Library/Application Support/Adobe/Acrobat/com.adobe.distiller/uninstall.log
    /Users/testuser/Library/Application Support/Adobe/Acrobat
    /Users/testuser/Library/Preferences/Acrobat
    /Users/testuser/Library/Preferences/Acrobat Distiller Prefs
    /Users/testuser/Library/Preferences/com.adobe.acrobat.80.sh.plist
    /Users/testuser/Library/Preferences/com.adobe.print.AdobePDF8
    /Users/testuser/Library/Preferences/com.adobe.Acrobat.plist
    /Users/testuser/Library/Preferences/com.adobe.Acrobat.Pro8.0.plist
    /Users/testuser/Library/Preferences/com.adobe.Acrobat.Pro.plist
    Users/testuser/Library/Preferences/com.adobe.Acrobat.Pro_x86_8.0.plist
    /Users/testuser/Library/Preferences/com.adobe.Acrobat.Pro_ppc_8.0.plist
    /Users/testuser/Library/Preferences/com.adobe.Acrobat8.0.plist
    /Users/testuser/Library/Preferences/com.adobe.distiller.plist
    /Users/testuser/Library/Preferences/com.adobe.distiller8.plist
    /Users/testuser/Library/Printers/Adobe PDF 8.0.app
    /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app
    /Applications/Adobe Acrobat 8 Professional/Acrobat Distiller.app
    /Applications/Adobe Acrobat 8 Professional/ReadMe.html
    /Applications/Adobe Acrobat 8 Professional/ReadMeJ.html
    /Applications/Adobe Acrobat 8 Professional/ReadMeCT.html
    /Applications/Adobe Acrobat 8 Professional/ReadMeCS.html
    /Applications/Adobe Acrobat 8 Professional/Læs-mig.html
    /Applications/Adobe Acrobat 8 Professional/Leesmij.html
    /Applications/Adobe Acrobat 8 Professional/Bitte lesen.html
    /Applications/Adobe Acrobat 8 Professional/Ouvrez-moi.html
    /Applications/Adobe Acrobat 8 Professional/Léame.html
    /Applications/Adobe Acrobat 8 Professional/Leggimi.html
    /Applications/Adobe Acrobat 8 Professional/Leiame.html
    /Applications/Adobe Acrobat 8 Professional/Les Meg.html
    /Applications/Adobe Acrobat 8 Professional/LueMinut.html
    /Applications/Adobe Acrobat 8 Professional/Viktigt.html
    /Applications/Adobe Acrobat 8 Professional/ReadMeK.html
    /Library/Application Support/Adobe/Acrobat
    /Library/Internet Plug-Ins/AdobePDFViewer.plugin
    /Library/Preferences/com.adobe.acrobat.pdfviewer.plist
    /Library/Printers/PPD Plugins/AdobePDFPDE800.plugin
    /Library/Printers/PPDs/Contents/Resources/en.lproj/ADPDF8.PPD
    /Library/Printers/PPDs/Contents/Resources/ja.lproj/ADPDF8J.PPD
    /Library/Printers/PPDs/Contents/Resources/ko.lproj/ADPDF8K.PPD
    /Library/Printers/PPDs/Contents/Resources/zh_CN.lproj/ADPDF8CS.PPD
    /Library/Printers/PPDs/Contents/Resources/zh_TW.lproj/ADPDF8CT.PPD
    /usr/libexec/cups/backend/pdf800

  • Is it possible to remove the window control buttons from a vi? I am writing a vi for a production environment and don't want users to be able to quit the application.

    Jim
    LV 2013

    On a production line PC, the VI should never be stopped. My hope would be that a SysAdmin could bypass loading the VI during a reboot in order to work on the machine. I have tried deselecting everything but the run button, but when ever I do this on the top-level application, it ignores me. After clicking on OK, if I re-open the customize window appearance on the top-level application dialog, all of the defaults are checked again.
    Jim
    LV 2013

  • Is it possible to remove all tables at once from an InDesign document?

    Hello,
    I have a long document with embedded tables. I now need to shorten the document to a list, basically, and would like to delete all of the tables.
    Does anyone know if there is there a way to do this without having to select and delete each table individually?
    Thanks,
    T.

    This isn't exactly simple, but:
    //DESCRIPTION: Select next table in story
    if (app.documents.length > 0 &&
            app.selection.length == 1 &&
                app.selection[0].hasOwnProperty("baseline")) {
      selectNextTableInStory(app.selection[0]);
    } else if (app.documents.length > 0 &&
              app.selection.length > 0 &&
                app.selection[0].constructor.name == "Table") {
      selectNextTableInStory(app.selection[0].storyOffset.parent.characters[app.selection[0].storyOffset.index+1]);
    function selectNextTableInStory(myText) {
      try {
        var myIP = myText.insertionPoints[0];
      } catch(e) { beep(); return; }
      var myRestOfStory = myIP.parent.texts.itemByRange(myIP,myIP.parent.insertionPoints[-1]);
      var myTables = myRestOfStory.tables;
      if (myTables.length == 0) { beep(); return; }
      app.select(myTables[0]);
    It works if you have a text selection in a story or a whole table selected (so you can step through the tables if you want to).
    It wouldn't be hard to make it work if you had a selection inside a table, but that enters into the philosophical area of what to do if a selection is text in a cell that has tables in it, so I ducked the issue altogether -- it would, in that case, select the tables in the cell or beep if there were none.
    It also beeps if you have the last table in a story or if there are no tables in a story.
    It'll do nothing if you have any other kind of selection.
    Dave

  • [solved]how to extract recent log entries from a file (based on time)?

    I have a daily log file with hundreds of thousands of entries in the following format. 
    field1,field2,field3,field4,field5,field6,field7,field8,field9,20110516192001.100
    field1,field2,field3,field4,field5,field6,field7,field8,field9,20110516192002.200
    field1,field2,field3,field4,field5,field6,field7,field8,field9,20110516192003.300
    field1,field2,field3,field4,field5,field6,field7,field8,field9,20110516192004.400
    field1,field2,field3,field4,field5,field6,field7,field8,field9,20110516192005.500
    It's always in the same format and the 10th field is always the timestamp (YYYYMMDDHHMMSS.MS)
    Since the file rotates daily, the 10th field will always be 20110516xxxxxx.xxx for today and will be 20110517xxxxxx.xxx tomorrow
    What I want to do is only look at entries that have been written in the last 30 minutes.
    At a high level, here's my plan
    1) Get the date/time from 30 minutes ago... write it to a variable
    2) Iterate through the file line by line comparing the 10th field to the variable, if it's larger write the line to a tmp file
    3) Use tmp file for my analysis
    This seems incredibly inefficient to me...  what would be a more graceful way to do it?  I have regular solaris tools at my disposal (plus python)
    Thanks
    Last edited by oliver (2011-05-17 12:41:43)

    The algorith you describe really is a viable approach.  Since this is a log file, each line should have a time stamp later than all lines that preceed it in the file. A more efficient algoithm could do a binary search through the file for the time stamp you are interested in.  This would be easy enough in to do in C or python, but your algoithm could be fast enough. If this is the case, you could try the following quick & dirty bash script.
    #!/bin/bash
    seconds() {
    secs=$(($1 % 100))
    mins=$(($1 / 100 % 100))
    hrs=$(($1 / 10000 % 100))
    days=$(($1 / 1000000 % 100))
    month=$(($1 / 100000000 % 100))
    year=$(($1 / 10000000000))
    (LC_TIME=C date +%s -d $(printf "%d-%02d-%02d %2d:%02d:%02d" $year $month $days $hrs $mins $secs))
    found=0
    now=$(date +%s)
    while read line
    do
    if [ "$found" -eq "0" ]
    then
    ts=${line##*,}
    ts=$(seconds ${ts%.*})
    diff=$(( ($now - $ts)/60 ))
    [[ $diff -lt "30" ]] && found=1
    fi
    [[ $found -ne 0 ]] && echo "$line"
    done < $1
    It will write (to stdout) all lines following the first line that has been time stamped within the last 30 minutes (ignoring milliseconds). You could redirect the output of this script to a file of your choice for analysis as follows:
    $ ./script logfile > tmp
    Last edited by rockin turtle (2011-05-17 06:58:41)

  • How to delete archive log entries from catalog?

    Some old, not needed archive logs are deleted from disk using OS commands but RMAN catalog still lists them.
    How can I get rid of them in RMAN?

    First mark them expired
    crosscheck archivelog all;then delete them from the RMAN catalog
    delete expired archivelog all;Cheers

  • Is it possible to remove 'Self-View' softkey from 8945

    Hi All,
    CUCM 10.5.1.11900-13, 8945 load SCCP8941_8945.9-4-1-9.
    Does anyone know if it's possible to remove the 'Self-View' softkey from the 8945 when it's on hook?  Would like to free up a softkey so we can have other functions on the screen.
    Thanks,
    Jonathan

    Ref: http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-communications-manager-version-70/111900-cucm-faq-00.html#
    Q. How do I remove the self-view softkey on the 6945/8945?
    A. When you are on the video call, you will receive the option such as the self view box near the hide video button, and only the box is there. If you click that box, the self view video will disappear. If you press the same box again, it will appear on the screen again.
    -Terry

Maybe you are looking for