Tracking report deletion by Users

hi Experts,
we have a client requirement,where we are providing shared folder access to the end users.now we want to track (in a log file or some other way) , if an end user deletes a report then we shall be able to the path from which report was deleted , timestamp and login id used.
thanks in advance for ur help
Cheers
Ankit Gupta

There is a possibility of knowing the deleted catalog object but to know the user info I'm not sure.. if possible try explore it.
For this you may have to go with Subversion kind process, I see there is blog in Rittman site for the same using SVNSubversion.
If helps pls mark

Similar Messages

  • Manual report( to track recent login with user id)

    Hello,
    I want a report where I should be able to track the users id and their recent login/out to BPC Server (via any module Admin, Excel, Web). I am in BPC 5.1 
    I know this can be tracked via who is online in BPC Admin but the list is showing the name of the users who have logged in through BPC Admin but not via Excel, web.
    I want to create a report  manually to track the list of users who have last logged in to BPC via any form. How can we create this as report manually? Do we have any EV functions to do this? Please let me know how we can do this.
    Thanks
    Vijay Venkatesh

    Hi Vijay,
    Restricting the entry to BPC excel or Web through only Admin is not feasible. The context from where I am coming is, accessibility to excel directly comes in with the installation of BPC Office. So, this means that if BPC Office is installed, the client will have the access to enter BPC for Excel directly. Feasibility of restricting the direct entry is not possible.
    The user activities are stored in one of the tables in SQL, from where BPC Admin gets the detail about which user has logged in to the system. If you can create a reprot to fetch the details from that table, then it might be feasible to get the data in excel. However, this needs to be done outside BPC scope, since, BPC doesnt have any function to fetch these kind of results. The creation of this kind of custom report can be very complicated. However, I am not completely sure whether this is feasible or not.
    Alternately, You can try with Audit Activity Report also. This will give you some amount of information about user activities.
    Hope this helps.
    Edited by: nilanjan chatterjee on Oct 23, 2009 3:00 PM

  • Campus Manager User Tracking Report - dot1xEnabled = False

    The Campus Manager User Tracking Report has the dot1xEnabled field that is always false.
    It was my understanding that the switch will send SNMP Trap Notifications to Cisco Works regarding the status of 802.1x authentication per port.
    We have configured per port:
    snmp trap mac-notification added
    snmp trap mac-notification removed
    and globally
    snmp-server host x.x.x.x  abababa udp-port 1431 MAC-Notification
    With no success, so we opened a TAC case, 614376387 and we were told by TAC and the Development Engineers that this "feature" does not work in LMS 3.2 and Campus Manager 5.2.1 and that this feature will be available in the next new release.
    I thought I had read on this forum that some folks have this 'feature' working, where this field shows the current status of 802.1x per access port.
    Has anyone been able to get this 'feature' to work?  And if so, what versions are you running and what were the 'tricks' to get it working?
    Much appreciated.

    The MAC address notification traps only alert Campus to the fact that a MAC address has been learned or removed from a given port.  That starts the dynamic UT process.  With no other information, you will potentially see a new record appear in UT shortly after receiving the trap.  However, that record will not have IP or username data associated with it.
    To get the IP data, Campus will poll the CISCO-DHCP-SNOOPING-MIB to pull IP data.  To get username data, Campus will poll the IEEE8021-PAE-MIB of the switch to get dot1x information.  So, your switch must be configured for dot1x, and it must support this MIB (in particular, the objects dot1xAuthSessionTime, dot1xAuthSessionUserName, and dot1xPaePortCapabilities).
    Without dot1x, hope is not lost.  If the end host is running Windows and the UTLite tool, then when the user logs in, UTLite should start from their logon script, and send a UDP update to Campus with the username and IP of the host.

  • Content Tracker Reports Query file modification issue - Custom Report

    Hi All,
    I was trying to generate a custom report using Content Tracker. I was successful in doing so. However, I found that sometimes it does not pick up the updated query file of Content Tracker reports.
    I made a change in my query:
    from SELECT * FROM Users to
    SELECT dname FROM Users
    the change is written on the file but when i generated the report from C.T. UI, it's still showing me the old results having all the columns. Tried bouncing the server as well, but no use.
    I also added a new query 24 hrs back (as SELECT count(*) As UsersNum FROM Users), it's still not recognizing it and giving error as Failure of server APACHE bridge: No backend server available for
    connection: timed out after 10 seconds or idempotent set to OFF;
    and the log says,
    Unable to execute service SCT_GET_DOCUMENT_INFO_ADMIN and function sctExecuteQuery.
    Unable to create the result set for query '(null)'. SQL statement to execute cannot be empty or null
    What could be the resolution of this issue?
    I am using UCM 11g + SSXA.

    Server bounce.
    Issue is not file update but some other issue, ongoing in another thread by Me.

  • How can I delete phantom User ID's in quota list?

    When I go to the Quotas tab in Server Admin I notice that there are about 40 User ID's (1631, 1632, etc.) listed along with the 150 user names on our Xserve. These User ID's correspond to user accounts that I deleted last year or at the beginning of this school year. They are still listed as having their assigned quotas. However, the accounts do not show up in WorkGroup Manager.
    Does anyone know why these accounts are still hanging around after I deleted the users in WGM, and how I can permanently delete them?
    This is on a G5 Xserve running Mac OS X Server 10.4.10.
    Thanks,
    Matt

    Hi Matt,
    After doing some research on the internet I managed to find a solution to the problem. Try executing 'quotacheck -a' from the command line.
    Quotacheck validates the file storage data with the quota information used to report quota information. There's some very good information at http://www.ibm.com/developerworks/aix/library/au-satdiskmon.html
    They also suggest running this automatically using cron -- once a day should be fine.
    Quotacheck description taken from the man pages:
    +Quotacheck examines each filesystem, builds a table of current disk+
    +usage, and compares this table against that recorded in the disk quota+
    +file for the filesystem. If any inconsistencies are detected, both the+
    +quota file and the current system copy of the incorrect quotas are+
    +updated (the latter only occurs if an active filesystem is checked). By+
    +default both user and group quotas are checked.+
    Regards,
    Patrick
    Message was edited by: pacikk

  • Error in running custom query from jspx(site) for Content Tracker Report

    Hi All,
    I want to generate a custom Content Tracker Report. I am able to do so from Content Tracker console, but when i try to invoke the service 'SCT_GET_DOCUMENT_INFO_ADMIN' or 'SCT_GET_DOCUMENT_INFO' with my custom query(which simply counts the number of rows in a table) from my jspx page, it gives the following error.
    oracle.stellent.wcm.server.request.RequestException: Error
    occurred in Content Server executing service
    'SCT_GET_DOCUMENT_INFO_ADMIN'
    Caused By: oracle.stellent.ridc.protocol.ServiceException: Unable to get
    document info. Unable to execute service method 'sctExecuteQuery'. The
    error was caused by an internally generated issue. The error has been
    logged.
    What could be the reason and the resolution?
    Also, I know that i am invoking the service in the right way as custom report from query as 'select * from users' works fine from site.
    P.S. I am using UCM 11g + SSXA

    Things are turning weird. The below two queries work from jspx.
    1. SELECT * FROM Users
    2. SELECT dname FROM Users
    But, the following query gives error (SQL is correct).
    select dname, count(dname) from users group by dname
    Unable to execute service method 'sctExecuteQuery'. Null pointer is dereferenced.
    $Unable to get document info.!csUnableToExecMethod,sctExecuteQuery!syNullPointerException
    intradoc.common.ServiceException: !$Unable to get document info.!csUnableToExecMethod,sctExecuteQuery
    *ScriptStack SCT_GET_DOCUMENT_INFO_ADMIN
    3:sctExecuteQuery,**no captured values**
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.Service.createServiceException(Service.java:2249)
    at intradoc.server.Service.doCodeEx(Service.java:584)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:458)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.lang.NullPointerException
    at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:768)
    at intradoc.util.IdcConcurrentHashMap.get(IdcConcurrentHashMap.java:60)
    This works fine from Content Tracker UI.
    Anyone has any idea, what could be the issue here?

  • Retention Policy and report/delete obsolete

    The database is Oracle 9i on Solaris 8 Platform.
    The backup of datafiles and archivelog files use tape and run every night.
    The backups should be held for two weeks therefore using RMAN retention policy with REPORT / DELETE OBSOLETE will be the apropiate method. Unfortunatelly somehow none of the two methods of retention policy RECOVERY WINDOW or REDUNDANCY don't seem to work. The big question is WHY?
    I configured the retention policy using:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 7
    Then ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE sbt;
    I ran CROSSCHECK BACKUP with a correct output and then REPORT OBSOLETE. The report displays all existing backups - (SYSDATE-2)!
    If using RECOVERY WINDOW OF 7 DAYS then the obsolete report displays the list of backups - (SYSDATE-1).
    Somehow whatever number I use (7/9/5)in any of the retention policy the result is identical with the one above!

    Really I do not know if there is a limitation regarding that aspect if you take the backups in tapes directly. I have implanted and I have seen it function well when backups are store directly in disk.
    Find out here if that is a limitation.
    Recovery Manager Quick Reference Contents / Search / / PDF
    Recovery Manager Reference Contents / Search / Index / PDF
    Recovery Manager User's Guide Contents / Search / Index / PDF
    http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage
    Joel P�rez

  • Error in Content Tracker Report

    Hi,
    we have manually done Data Reduction Cycles (It have gone to archive state) and now we are not able to find any data in the content tracker report
    for eg: "content seen by user"- no records found. .
    have any one faced this type of issue requesting to please help.
    Thanks in advance

    Hello,
    Content Tracker picks data fron 'sctaccesslog' table, please check if you have data there.
    Thanks,
    MAK

  • How to track the existing logged user on the portal

    Hi
    I am using portal 3.0.9.8.1.
    From time to time , I am stopping the Oracle http server for the
    purpose of deploying new servlet class/jar files in its
    configuration files.
    My question is "How to define/track the list of users who are
    currently accessing the portal"?
    In my portal configuration, I setup up the life cycle of new
    session id for 15 minutes so it is assumed that I should get
    only the list of active users (< 15 minutes) !!!
    thanks in advance

    Hi
    First of all, thanks for your reply.
    I issue a simple SQL Statement as follows :
    select count(*) from wwlog_activity_logs;
    It generates for me around 1300 rows!!!! Is it normal?
    Currently, the portal is used only for intranet purposes and the
    number of users is only 5?
    How the portal is updating this table? is is a historic table?
    Can I delete the content of this table at any time?
    Thanks in advance for your feeback

  • PO line item deleted by user

    Hi
    Can we find out the PO line items which have been deleted by user ? We can find out the deleted POs by using EKPO-LOEKZ, but how to track which user have been deleted.
    Thanks in Advance
    MBKM

    you can get this data from tables of CDHDR and CDPOS.
    Now get your PO number and input the value of po in OBJECT VALUE field and Change DOC OBJECT is EINKBELEG in CDHDR
    Grab the change numbers which is in the field DOCUMENT NUMBER
    and input these values in CDPOS.
    You will get all the changes for a PO along with the user name who changed it.
    User name who changed will be in CDHDR and details of deletion will be in CDPOS in EKPO-LOEKZ = L.
    Hope this helps and reward if useful
    AH

  • 'File in Use' message is received when one user is in the report and another user tries to open the Excel template

    ‘File in Use’ message is received when one user is in the report and another user tried to open the excel template. how to make excel template shared for multiple users so the users don’t see the ‘File in Use’ message?

    Hi Febin,
    In addition to others’ replies, we can create a shared workbook and place it on a network location where several people can
    edit the contents simultaneously. For example, if the people in your work group each handle several projects and need to know the status of each other's projects, the group can use a shared workbook to track the status of the projects. All persons involved
    can then enter the information for their projects in the same workbook.
    Regarding how to do this,
     the following article can be referred to reference.
    Use a shared workbook to collaborate
    http://office.microsoft.com/en-in/excel-help/use-a-shared-workbook-to-collaborate-HP010096833.aspx
    Best regards,
    Frank Shen

  • Message tracking log of internal users who are all sent the mails to external domain

    Hi ,
    How can i get the message tracking log from internal users to external users?
    We need the report of internal users who are all sent the mails to the external domain
    Regards,
    Sankar M
    Sankar M http://messagingdevelopment.blogspot.in/

    Sankar, your outbound send connector has an address space of *. So when you run "Get-SendConnector", you will see something like the following:
    Identity                                AddressSpaces                          
    Enabled
    Unix System Connection                  {SMTP:*.domfreebusy.contractor.hunti... True
    Outgoing SMTP Connector                
    {SMTP:*;10}                             True
    Mailbox Journaling Connector            {SMTP:pdwastap01.huntington.com;1}      True
    The middle one with the {SMTP:*;10} in my case (you may have a different number than 10 in yours) is my outbound connector. So yours will show an address space of {SMTP:*;<some number, 10 is the default>}. HTH ...

  • Deleting OIM User completely

    Hi all
    I have tried deleting an OIM User.But I still see it when I search for the deleted User in a deleted mode(with status set to delete).
    How do I delete the User completely from OIM ?
    Thank you
    Regards

    The property which allows you to reuse OIM logins is XL.UserIDReuse. You can change it in the Design Console's System Configuration form.
    You have to advice your client this is also not recommended at all. OIM won't be able to distinguish about newer and older "versions" of that login in Reports generations, neither in audit issues.
    So if you run a report which shows logins or filters results by login, it will show you all records based on the provided login String value. This is common in historical reports, which shows resources from both deleted and active users.
    A common scenario where you'll need this functionality is when a users leaves the company, and for any reason comes back to the organization a time after. If this is happens in your client's system, I would recommend not to delete users, but leave them deactivated, with all its resources revoked.
    Hope it helps

  • As a Hyperion Admin how to track changes if one user changes / creates user

    1) in Hyperion how Admin can find if one user
    Password resets logged.
    2)In hyperion how Admin an fine if one user
    Creation, change and deletion of User accounts logged.

    Shared Services allows the auditing of provisioning and life-cycle management activities to track changes to security objects and the artifacts that are exported or imported using Lifecycle Management Utility.
    For Shared Services auditing, refer Page 129 of http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_security.pdf
    Planning Administrators can select aspects of the application for change tracking. For example, you can track changes to metadata, such as when users change a member property or add a currency. You can also track changes in data forms, business rules, workflow, users, access permissions, and so on.
    For Planning auditing, refer Page 56 of http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin.pdf
    HTH-
    Jasmine.

  • Delete some user's messages

    Hi guys,
    Our version of Sun Java Messaging Server is "Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)". Sometimes I have a need to delete some user's messages from the message store. Previously, I have done this with webmail, log in with web admin proxy user and delete some messages, but now in the new version this future doesn't exists.
    Does it have some solution as with Sun Java Messaging Server 6?
    Regards

    Ops, I have configured proxy admin account, but nothing was happened when I try to log in with admin account. In the log I get only this
    AM com.sun.uwc.common.auth.LDAPAuthFilter doFilter
    INFO: --------Inside ldapfilter-----
    My uwcauth.properties configuration is:
    defaultdomain = mydomain.com
    ! Defines the default locale of the application
    defaultlocale = en
    ! Defines the mode in which calendar server is operating.If the calendar server is operatin
    g in hosted(virtual) domain mode, this parameter should have value of 'y' else it should ha
    ve 'n'
    virtualdomain.mode = n
    !#### Defines if SSL is enabled #####
    uwcauth.ssl.enabled=true
    !#### Defines if SSL is enabled for authentication only#####
    uwcauth.ssl.authonly=false
    !###### Defines list of Admins for Proxy Authenication########
    [email protected]
    !######## LDAPAuth Filter Configuration ########
    ! LDAP server to authenticate against
    ! Usually the ldapauth.ldaphost is the same as the ldapusersession.ldaphost
    ! but it doesnt have to.
    !ldapauth.ldaphost= <LDAPhostName>
    !ldapauth.ldapport = <LDAPhostportnumber>
    !ldapauth.dcroot = dc=mydomian,dc=com
    !ldapauth.basedn= dc=mydomian,dc=com
    !ldapauth.domainattr = inetDomainBaseDN,inetDomainStatus,inetDomainSearchFilter,domainUidSe
    parator,preferredLanguage,aliasedObjectName
    !ldapauth.domainfilter = (|(objectclass=inetDomain)(objectclass=inetDomainAlias))
    !ldapauth.ldapbinddn = <binddn>
    !ldapauth.ldapbindcred = <binddncredintials>
    ! ldapauth.enablessl parameter is reserved for future use. Connecting to
    ! Authentication LDAP directory over SSL is not yet supported.
    !ldapauth.enablessl = false
    !ldapauth.primaryDomain = sunPreferredDomain
    !ldapauth.associatedDomain = associatedDomain
    ldapauth.schema=2
    !Parameters for the user lookup
    !Syntax for the filter: %U is replaced by the uid part of the login (uid@domain)
    ! %V is replaced by the domain (uid@domain)
    ldapusersession.defaultugfilter = uid=%U
    !ldapusersession.ugattr = uid,inetUserStatus,preferredLanguage,psRoot,pabURI,cn,mail,mailHo
    st
    !Host name of the directory server used for users lookup. More than one host can be specfie
    d for fallback.
    !The names of the servers are delimited by comma.
    !The name of fallback servers should be in the format : Host Name:Port#
    ldapusersession.ldaphost = host.mydomain.com
    ldapusersession.ldapport = 1389
    ldapusersession.ldapbinddn = cn=Directory Manager
    ldapusersession.ldapbindcred = p/RsDM36193WnsVc8aj5ZQ==
    ldapusersession.dcroot = dc=mydomain,dc=com
    ldapusersession.basedn = dc=mydomain,dc=com
    ldapusersession.domainfilter = (objectClass=sunManagedOrganization)
    ldapusersession.primaryDomain = sunPreferredDomain
    ldapusersession.associatedDomain = associatedDomain
    ! Minimum Number of Connections in LDAP Pool
    ldapusersession.ldappoolmin =30
    ! Maximum Number of Connections in LDAP Pool
    ldapusersession.ldappoolmax = 100
    ! Timeout for LDAP request (in seconds)
    ldapusersession.ldappooltimeout =30
    ! ldapusersession.enablessl parameter is reserved for future use. Connecting to
    ! User/group LDAP directory over SSL is not yet supported.
    ldapusersession.enablessl = false
    !######## Common Auth Configuration ######################
    ! Contains the name of the cookie used by the servlet container to
    ! keep track of sessions. Should never change!!!
    uwcauth.sessioncookie = JSESSIONID
    !Identity SSO
    !'true' if Communications Express is enabled with Identity SSO, else 'false'
    uwcauth.identity.enabled=false
    ! Login Page URL of the Indentity Server
    uwcauth.identity.login.url=<IdentityLoginUrl>
    ! Login Page URL of the Identity Server in SSL mode
    uwcauth.identity.ssl.login.url=<IdentitySSLLoginUrl>
    !Bind DN of AdmAdmin
    uwcauth.identity.binddn=<IdentityAdminDN>
    !Bind Credentials of AmAdmin
    uwcauth.identity.bindcred=<IdentityAdminPassword>
    ! Name of the Cookie set by Identity Server
    ! Note: This should be the same as the one configured in Identity Server
    uwcauth.identity.cookiename=iPlanetDirectoryPro
    !HTTP Port number of Communications Express
    uwcauth.http.port=80
    !HTTPS Port number of Communications Express
    uwcauth.https.port=443
    ! Identity SSO Cookie Path
    uwcauth.identitysso.cookiepath = /
    ! if this flag is true then the logout will cleans the IS Session completely so, all the ap
    plications participated
    ! in this IS session will be signed out. If this flag is false then only the uwc's session
    will be cleaned and user
    ! will be taken to the url configured below(identitysso.portalurl)
    identitysso.singlesignoff = true
    ! if IS is enabled and singlesignoff is false then UWC leads to following URL
    identitysso.portalurl = http://www.sun.com
    ! IF identitySSO is enabled then this flag will decide if UWC has to refresh its session wi
    th Identity or not.
    uwcauth.identity.refreshidentitysession=false
    ! If uwcauth.identity.refreshIdentitySession is set to true,then this will variable will de
    cide at what percentage of
    !interval will UWC refresh its Session with IdentityServer.Valid values for this variable r
    ange from 1-9.As a example if the
    !value of this variable is 8,then UWC will refresh its session with AccessManager after 80%
    of UWC session time has completed
    ! If UWC Session never expires then AccessManager MaxIdleTime will used to calculate the re
    fersh time.
    uwcauth.identity.sessionrefreshinterval=8
    ! To support user to login thru the domain specific url (http://virtualdomain.com/uwc) with
    out providing
    ! @virtualdomain.com as part of UID, the domain part of IS login url and domain specific ur
    l of UWC should be same.
    ! To achieve this uwc needs to construct the IS login url in the runtime based on the domai
    n specific url otherwise the
    ! browser will not provide IS cookie to UWC.
    ! Now, to help UWC to construct the IS login url according to the domain specific url of uw
    c, we need to define the
    ! mapping as follows:
    !'true' if pab migration is required else 'false'
    !turn on this if pab migration is required
    pab_mig_required = false
    Our version of UWC is Patch: 122794-21 Packages: SUNWuwc.
    What I have misconfigured?
    Regards,
    Cobe

Maybe you are looking for