Audit Log update using Xchange or Webservice

Hello,
We are looking for the functionality to update Audit logs for Items.
Do we have possibility to update the Audit logs for some Particular Item by using web service or Xchange message?
The idea is to update the Audit log using some external service...
Thanks in Advance,
Regards,
Pushkar

Hi Pushkar ,
I think we cannot do this . But can  you please tell me in which  business scenrio you want to  modified the audit Log.  Audit log is meant to record changes of those selected using the audit log feature in SAP ME 5.2 .
Any update with  to item would anyway (Internal or External)  get updated in the audit log i believe .
Thanks
Kishore K V

Similar Messages

  • Generating Audit log report using PowerShell script

    Hi All,
    I have a requirement to generate the audit log report for a Document library/ custum list. Like 
    1) Who had downloaded and when for the site
    2) Respective username,date time
    3) URL of the document / subsite name etc.
    if it possible, how to automate the process in weekly basess.
    I know it can be done through OOB. Audit log reports 
    can any one help on this?
    Below URL i had for reference : http://social.technet.microsoft.com/wiki/contents/articles/23900.get-audits-for-a-sharepoint-document-using-powershell.aspx
    Vijaivel

    Hi Peter,
    thanks for your reply, URLS are good but am having limited access (i.e) am not a sitecollection Aministrator. So I will not have the access for SiteCollection Administrator section. I having the only one option is Site Collection Web Analytic report. Is
    it possible to achive with this option? or anyother work around ?
    Suggest any other option for automated notification process
    Thanks
    Vijaivel

  • Enable Auditing and events using SP powershell

    Hi,
    I have many document in site
    so my intention is  enable audit logging  using powershell(2013)
    Attempt 1:
    $siteurl = “http://web/sites/mydocsite/”
    $doclibname = "doc1"
    $site=new-object Microsoft.SharePoint.SPSite($siteurl)
    $web = $site.OpenWeb()
    $doclib = $web.Lists[$doclibname]
    $doclib.Audit.Auditflags = [Microsoft.SharePoint.SPAuditMaskType]::All;
    $doclib.Audit.Update();
    $doclib.Update();
    #To verify in UI
    Write-Host $doclib.Audit.AuditFlags
    after execute this command,i am not get any error..whether i check in
    UI  it is not enable
    My query is how to enable below required checkbos  using Sharepoint management shell in sp2013?
    Enable Auditing --->Enable check chkbox
    Specify the events to audit:
    opening or downloading documents, viewing items in lists, or viewing item properties--->Enable check box
    Editing items-->Enable check box
    Checking out or checking in items-->Enable check bos
    Moving or copying items to another location in the site--->Enable check box
    Deleting or restoring items--->Enable check box
    Please give solution as soon as possible

    check those links
    http://shipoint.com/2012/10/17/setting-sharepoint-2010-audit-log-settings-using-powershell/
    http://shokochino-sharepointexperience.blogspot.com/2013/05/create-auditing-reports-in-sharepoint.html
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/88b4c0e5-bcce-4169-9e93-464d19320d73/sharepoint-2013-foundation-auditing?forum=sharepointgeneral
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • Audit Log Reports in SharePoint 2007

    Hello, 
    Is it possible to run 'Audit Log Reports' using JavaScript/Jquery in SharePoint 2007?
    Thanks

    Hi,
    Its not possible using Javascript/Jquery or client side
    http://www.codeguru.com/csharp/csharp/cs_network/database/article.php/c15335/Auditing-in-SharePoint-2007.htm
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • REST API for audit log events

    How can I execute audit log report using REST API. If it is not possible is there any other ways to retrieve all audit log events(Upload/download/delete/share/login/logout) using REST API.

    I thought it not possible
    Ravin Singh D

  • SM19/SM20 Security Audit Log

    I would like to ask if we need to restart the server once we activated the Static Profile in SM19? I have 3 application servers and only 1 application server's audit log is running. When I try to activate the security audit log for the other two servers, I don't see the audit log updating after I clicked the Activate button. Profile parameter rsau/enable is already set to 1. space for audit files is sufficient. Is there anywhere else I can check why the audit log is not running?
    Thanks!

    If you set the dynamic filters, then you do not need to restart the server.
    If you set static filters, then you do need to restart the server for them to take effect.
    This may have changed, but in some releases if you display the dynamic filters and then return to the static filter tab, what you will be looking at on the screen will still be the dynamic filter settings. This can be confusing.

  • Audit log + manual update + specify download location

    Hi all,
    I'm evaluating whether we can use Java Web Start for our new product, for geographically distributed software deployment.
    I've the following questions that I could not find answers in the official documentation:
    - Can it support manual update? i.e. is there any way I can put a button on the application UI so that instead of checking latest version on every program start, the end-user can manually initiate software update.
    - Can I extend it to support audit log? i.e. we need to keep track of which client upgrade to which version in a centralized database (as audit trail), and when such update occurred. Can we do this?
    - Some of our end-user has no access to local filesystem, they only have access to dedicated shared network drive, can we customize Web Start so that it download and save the new version to a specific location, instead of C:\temp?
    - We have a few jar files for the application. How can we ensure that all jar files are either updated, or not updated at all? i.e. kind of transaction concept.
    - One of the jar files contains some configuration files, which need to be expanded in exploded format (to allow runtime change of configuration options). How can we do that?
    Thanks a million.

    Hi all,
    I'm evaluating whether we can use Java Web Start for
    our new product, for geographically distributed
    software deployment.
    I've the following questions that I could not find
    answers in the official documentation:
    - Can it support manual update? i.e. is there any
    way I can put a button on the application UI so that
    instead of checking latest version on every program
    start, the end-user can manually initiate software
    update.currently, no - this is a requested feature being considered for 6.0
    >
    - Can I extend it to support audit log? i.e. we need
    to keep track of which client upgrade to which
    version in a centralized database (as audit trail),
    and when such update occurred. Can we do this?only by controling a servlet or jsp page that generates the jnlp file and keeps track of what requests are made for the jnlp file and the resources of the app. Java Web Start itself runs on the client machine.
    >
    - Some of our end-user has no access to local
    filesystem, they only have access to dedicated shared
    network drive, can we customize Web Start so that it
    download and save the new version to a specific
    location, instead of C:\temp?webstart itself only downloads into its own cache (by default on windows XP at c:\Doccuments and settings\<user name>\Application Data\Sun\java\deployment\cache\javaws
    this cache location can be configured.
    in version 6.0 we will have capability to disable caching, but curent version must have a cache.
    >
    - We have a few jar files for the application. How
    can we ensure that all jar files are either updated,
    or not updated at all? i.e. kind of transaction
    concept.
    Java web Start currently checks timestamps of all downloaded jars before launching application, and will only update all or none.
    - One of the jar files contains some configuration
    files, which need to be expanded in exploded format
    (to allow runtime change of configuration options).
    How can we do that?If you must access these resources as files, you will have to extract them using ClassLoader.getresourceAsStream(), and then write them to disk yourself.
    >
    Thanks a million./Andy

  • Using crystal report to extract data from Audit Log

    I have a customised form which contains main fields (i.e 20 fields) and when a field is changed, it's being recorded in the audit log.
    Would it be possible to use Crystal Report to extract data from the Audit Log? Ideally, i would like the report to show me all the latest field values in a spreadsheet type format (i.e. one field per column)
    Has anyone try this and if so, what is involved?

    An element with both text & a sub-element is a mixed-content element.
    For example ElementA is a mixed content element.
    <ElementA>
    Text
    <ElementB></ElementB>
    </ElementA>
    Extract just the Text from ElementA.
    <xsl:template match="ElementA">
    <xsl:apply-templates select="text()" />
    </xsl:template>

  • Retrieve and update using 2 webservices in ADF

    Hello,
    We are trying to build an application using ADF and struts with jDeveloper 10.1.2.20. We use webservices to go between the model and view layers.
    We have for instance a webservice to retrieve data using 1 parameter, and another different webservice to update a tablerow.
    We can get a JSP page to show us the data using the first webservice. (Build a Datapage, called from a DataAction to fill the parameter).
    And we can build another JSP page to update a row using the second webservice. (Build a Datapage, create a new DataControl to select the appropriate fields and send them to a DataAction by using an event with ${bindings.MyDataControl_Iter.currentRow.dataProvider})
    Both pages are built by implementing tutorials and examples from the Oracle page and forum.
    The problem is, that we cannot get our application to do both. Get the data from the first webservice and show it, then alter some of the values and submit it to the second webservice to update the table.
    Does anybody know anything about this problem and have a solution? Maybe in the form of an example.
    Kind regards,

    Hello Shay,
    unfortunately changing the NDValue (of one NamedData in myDataWrite MethodAction) is not working for me, although I tried it with a lot of values: constants, values from the binding of the reader service and values from a (session-scope) backing bean. However, the input field always remains empty :(
    Here is my pagedef:
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="10.1.3.41.57" id="myDataPageDef"
    Package="viewcontroller.pageDefs">
    <parameters/>
    <executables>
    <variableIterator id="variables">
    <variable Type="java.lang.String" Name="myDataWrite_myData_ParameterOne"
    IsQueriable="false"/>
    <variable Type="java.lang.String" Name="myDataWrite_myData_ParameterTwo"
    IsQueriable="false"/>
    </variableIterator>
    <methodIterator id="myDataIter" Binds="myData.result" DataControl="myDC"
    RangeSize="10" BeanClass="myDC.myData"/>
    <accessorIterator id="resultIterator" RangeSize="10" Binds="result"
    DataControl="myDC" BeanClass="myDC.myData.result"
    MasterBinding="myDataIter"/>
    </executables>
    <bindings>
    <methodAction id="myData" InstanceName="myDC" DataControl="myDC"
    MethodName="myData" RequiresUpdateModel="true" Action="999"
    IsViewObjectMethod="false"
    ReturnName="myDC.methodResults.myDC_myData_result">
    <NamedData NDName="dataId"
    NDValue="${backing_session.currentDataId}"
    NDType="java.lang.String"/>
    </methodAction>
    <attributeValues id="ParameterOne" IterBinding="resultIterator">
    <AttrNames>
    <Item Value="ParameterOne"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="ParameterTwo" IterBinding="resultIterator">
    <AttrNames>
    <Item Value="ParameterTwo"/>
    </AttrNames>
    <methodAction id="myDataWrite" MethodName="myDataWrite" RequiresUpdateModel="true"
    Action="999" IsViewObjectMethod="false" DataControl="myDC"
    InstanceName="myDC"
    ReturnName="myDC.methodResults.myDC_myDataWrite_result">
    <NamedData NDName="myData_ParameterOne" NDType="java.lang.String"
    NDValue="${bindings.myDataWrite_myData_ParameterOne"/>
    <NamedData NDName="myData_ParameterTwo" NDType="java.lang.String"
    NDValue="${bindings.myDataWrite_myData_ParameterTwo"/>
    </methodAction>
    <attributeValues id="myData_ParameterOne" IterBinding="variables">
    <AttrNames>
    <Item Value="myDataWrite_myData_ParameterOne"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="myData_ParameterTwo" IterBinding="variables">
    <AttrNames>
    <Item Value="myDataWrite_myData_ParameterTwo"/>
    </AttrNames>
    </attributeValues>
    </bindings>
    </pageDefinition>
    (BTW, I'm not sure what is the correct EL expression to reference myData method's ParameterOne and ParameterTwo output.)
    Can you explain me how to make this work?
    It would be great to avoid unnecessary and complex coding in the backing beans.
    Thanks,
    Patrik

  • HT204380 after updating to 8.3 for my iPad and iPhone and OS X 10.10.3 i can not log in using my apple ID nor other emails i use for alternate verification

    unable to log-in using my apple ID after updating to iOS 8.3 for my iPad Air 2, iPhone 6, Macbook Pro; to FaceTime and iMessage

    When you say you changed your password was that on the gmail site and yet both your phone and pad can still send & receive with the same settings and the original password? That should not happen. If you changed your gmail password no device should be able to connect using the original password.
    As to the problem with mac mail this is a very common problem. Most of the time the only fix is to completely delete the account and recreate it. But then you also need to remove the original smtp server entry as just removing the account doesn't do that.

  • On OSX10.8, friend logged in using his appleID now the app store is trying to update apps I don't have.

    On OSX10.8, friend logged in using his appleID now the app store is trying to update apps I don't have.  How can I clean this up?  I don't see the usual ignore update like I did back on older versions of the OS.  I don't really want to just ignore it I want to clean it all up.  How can I make sure there is nothing under his name or ID on my new laptop?

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    The MAS doesn't usually offer updates for apps not present or not in your purchased list. Are you sure that the apps are not to be found on a mounted drive or partition, such as a backup?

  • How to extract audit log data from every document library in site collection using powershell?

    Hi All,
    I have n number of document library in one site collection,
    My query is- How to extract audit log data from every document library in a site collection using powershell?
    Please give solution as soon as possible?

    Hi inguru,
    For SharePoint audit log data, These data combine together in site collection. So there is no easy way to extract audit log data for document library.
    As a workaround, you can export the site collection audit log data to a CSV file using PowerShell Command, then you can filter the document library audit log data in Excel.
    More information:
    SharePoint 2007 \ 2010 – PowerShell script to get SharePoint audit information:
    http://sharepointhivehints.wordpress.com/2014/04/30/sharepoint-2007-2010-powershell-script-to-get-sharepoint-audit-information/
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Auditing / Logging of policy updates/publishing?

    Is there such a thing? Is any publishing of the policy logged anywhere?
    We've had a couple of issues in last few weeks where one of our admins has pushed the wrong policy out to groups of people overwriting their proper policy and causing no end of headache's.
    Is there any sort of auditing in place showing who changed policy, or what changes were made, or who pushed out what policy, when, and who to?

    This is what I got:
    The Management Console will show the last user that edited a particular policy (on the main screen with the list of policies). Details of what changed would have to be done through manual SQL queries.
    If this is not enough (which I suspect), please enter an enhancement request in order for PM to priorize this feature accordingly for future release.
    >>>
    From: Daniel Spinatto<[email protected]>
    To:novell.support.zenworks.endpoint-security-management
    Date: 12/15/2010 3:31 pm
    Subject: Re: Auditing / Logging of policy updates/publishing?
    Hey Andy,
    Good question. There's nothing with 4.1 that I know of.
    Let me ask anyway and I'll get back to you.
    >>>
    From: andystewartSL<[email protected]>
    To:novell.support.zenworks.endpoint-security-management
    Date: 12/10/2010 6:36 am
    Subject: Auditing / Logging of policy updates/publishing?
    Is there such a thing? Is any publishing of the policy logged anywhere?
    We've had a couple of issues in last few weeks where one of our admins
    has pushed the wrong policy out to groups of people overwriting their
    proper policy and causing no end of headache's.
    Is there any sort of auditing in place showing who changed policy, or
    what changes were made, or who pushed out what policy, when, and who to?
    Andy Stewart - Somewhere In Scotland
    zcm 10.2.2, 4 servers in esx vm environment, 2000 users so far...
    (i'd still rather be snowboarding)
    andystewartSL's Profile: http://forums.novell.com/member.php?userid=1054
    View this thread: http://forums.novell.com/showthread.php?t=427867

  • An error occurred while trying to access the audit log

    Hi I have run Set-Mailbox ian.shapton -AuditOwner Update, Move, MoveToDeletedItems, SoftDelete, HardDelete
    I then created and deleted an email and ran Search-MailboxAuditLog -Identity "ian shapton" -LogonTypes Owner -StartDate "12/21/2014 12:00" -EndDate "12/21/2014 13:00" -ShowDetails
    I see An error occurred while trying to access the audit log. For more details, see the inner exception.
        + CategoryInfo          : NotSpecified: (:) [Search-MailboxAuditLog], AuditLogException
        + FullyQualifiedErrorId : [Server=Mailbox01,RequestId=07f17915-f25d-4fd5-b23e-f07a2482f4a4,TimeStamp=21/12/2014 16:45:39] [FailureCategory=Cmdlet-AuditLogException] 255D6156,Microsoft.Exchange.Management.SystemConfigurationTasks.SearchMailboxAuditLog
    MSExchange CmdletLogs shows Microsoft.Exchange.Data.ApplicationLogic.AuditLogServiceException: The Exchange Web Service returned an error while trying to access the audit log. Reason: 'Error','ErrorTimeoutExpired','The search operation could
    not be completed within the allotted time limit. Please try to narrow down your scope to reduce the result set.'.
    I am a Recipient Admin and Org Admin and can search other mailboxes using -LogonTypes Delegate
    Any idea what I am missing here?
    shapi

    Hi,
    I have the same problem when I run the Search-MailboxAuditLog command.  It has been working for 2 weeks but suddenly after moving databases from one datacenter to another and back again it stopped working.  The account running the command
    is in all necessary roles needed.
    This is what I have tested after it stopped working:
    - Search-MailboxAuditLog -Identity "xxxxxxx" -LogonTypes Delegate -StartDate (Get-Date).Adddays(-1) = Works
    - Search-MailboxAuditLog -Identity "xxxxxxx" -LogonTypes Delegate -StartDate (Get-Date).Adddays(-1) -showdetails = does not work and comes with an error.
    "The Exchange Web Service returned an error while trying to access the audit log. Reason: 'Error','ErrorTimeoutExpired',
    'The search operation could not be completed within the allotted time limit. 
    Please try to narrow down your scope to reduce the result set.'."
    This is very bad for us because we use a lot of shared mailboxes with delegates and want to report delegate action on these mailboxes.
    Environment:
    - 3 datacenters
    - Exchange 2013 CU7
    Thorir
    thorir

  • Search-MailboxAuditLog is empty - Mailbox Audit Logging not working in Exchange 2013 CU6 environment

    Hello,
    i activated Mailbox Audit Logging for Admin, delegate and owner with all supported operations (update, delete, etc..)
    like mentioned here:
    http://exchangeserverpro.com/using-exchange-server-2013-mailbox-audit-logging/
    But also two days later (and also one Server reboot later) search-MailboxAuditLog is still empty.
    any ideas how to fix this?
    Best,
    martin

    Hi S.Nithyanandham,
    i looked up the mailboxfolderstatistics. There are items in the folder: 
    [PS] C:\Windows\system32>Get-MailboxFolderStatistics mailboxname |where{$_.Name -like "*audit*"}
    RunspaceId : a95e32b8-93c3-4330-8d42-45cade9d64d4
    Date : 18.09.2014 16:35:20
    Name : Audits
    FolderPath : /Audits
    FolderId : LgAAAADmBpGVdb8iQp3F89WOcmcHAQBpQNFODkTESLeLj74B887wAAAAAAESAAAB
    FolderType : Audits
    ItemsInFolder : 147
    DeletedItemsInFolder : 0
    FolderSize : 434.2 KB (444,649 bytes)
    ItemsInFolderAndSubfolders : 147
    DeletedItemsInFolderAndSubfolders : 0
    FolderAndSubfolderSize : 434.2 KB (444,649 bytes)
    OldestItemReceivedDate :
    NewestItemReceivedDate :
    OldestDeletedItemReceivedDate :
    NewestDeletedItemReceivedDate :
    OldestItemLastModifiedDate :
    NewestItemLastModifiedDate :
    OldestDeletedItemLastModifiedDate :
    NewestDeletedItemLastModifiedDate :
    ManagedFolder :
    DeletePolicy :
    ArchivePolicy :
    TopSubject :
    TopSubjectSize : 0 B (0 bytes)
    TopSubjectCount : 0
    TopSubjectClass :
    TopSubjectPath :
    TopSubjectReceivedTime :
    TopSubjectFrom :
    TopClientInfoForSubject :
    TopClientInfoCountForSubject : 0
    SearchFolders :
    Identity : mailboxname\Audits
    IsValid : True
    ObjectState : New
    What do you think?
    why cant i search and find these entries the auditlog?
    best, 
    martin

Maybe you are looking for

  • Just installed the latest Version of Firefox and it wont play any videos or games? Help, so tired and frustrated with this web browser.

    I just installed the newest version of Firefox version30. It wont play videos on youtube but i figured out what to do to fix that (change to "never activate" on Shockwave Flash add-on in plugins). But if i leave that setting on then the game that i t

  • Audigy 4 Pro Driver Annoya

    Hi, I am currently experiencing issues with my Audigy 4 Pro drivers whilst trying to use SPDIF pass-through to my external decoder (and surround setup). I am running the latest beta drivers available through the website and until I installed these dr

  • BAPI_PO_GETDETAIL

    Hello All, I want to use the above BAPI to retrive purchase order details remotely. PO details available in the  logistic system X . My client requirement is that want to store this information in system Y(this is also SAP system). But my question is

  • How to use the SAP calendar in Workflow deadline time.

    Hi I’m setting a deadline time (LatestEnd, LatestStart) as an expression for some tasks in several workflows, but there’s an issue when this time is reached on holiday or weekend because the deadline for the Workflow have to be moved to the next work

  • Client Eventing

    Hi all, I have developed a  Portal Application using client side eventing(IEpcfToolbox) I have two iviews in the same portal page. The first iview pass a parameter to the second one. If the receiver iview is placed at the top of the page it works fin