Scheduler history for dropped user

I am working in a dev environment where, for testing and experimentation, we are creating and dropping users/schemas with wild abandon. It appears that the history of scheduler jobs is not removed when a user is dropped. Is this by design?
What is the recommended way of purging history for a dropped user?

Hi,
Not, it is not recommended or supported to delete directly from any scheduler SYS base tables.
If you need to selectively clear out the job log you can do so using a DBA user or any user who has been granted the MANAGE SCHEDULER system provilege.
While logged in as that user, write a cursor loop over jobs from users you are not interested in and for each job use something like
DBMS_SCHEDULER.PURGE_LOG(log_history => 0, job_name => 'user.job_name');
Hope this helps,
Ravi.

Similar Messages

  • View chat history for all users and prevent them f...

    "I need to be able to view chat history for all users in the organization and prevent them from deleting their chat history.  This needs to be done form a centralized admin portal and not on each workstation. I don’t see that as possible with Skype for Business.  If it is please let me know. That is a must-have. The rest I can work around. "
    Can anyone please provide documents that confirm if its possible or not.
    Thank you

    You can reset a VIs rev history using VI Server to load the vi and a method to reset. See attached (LV 8.6)
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness
    Attachments:
    Reset VI History.vi ‏9 KB

  • Error while scheduling report for SAP users

    Hi All,
    We have SAP authentication enabled in our BO environment. (BO XI 3.1 sp2 FP 2.6 on windows 2003 server).
    There are some webi reports based on BW Bex queries that we are trying to run on behalf of certain SAP end users. This we are doing using "schedule for" option.
    Now what is happening here is if the end user has logged in once in BO system ,it runs fine. But in case user has not logged in to BO (using infoview etc.) ,it throws error saying "incomplete logon data" . Also if user changes or reset his password in BW and if he doesn't login to infoview after that ,system throws another error "Name or password incorrect (repeat logon)".
    Based on these observation, we are suspecting if BO system uses stored SAP users credentials while scheduling report for them based on their last login.
    Would like to mention here that we have checked option "automatically import users".
    Please advice if this behavior is normal or we are missing some setting.
    Thanks in advance,
    Chandra

    Hi All,
    Any pointers or suggestions for this issue ??
    Is there a setting/option avialable in CMC which could resolve these errors.
    Or, user has to login once to infoview in all circumstances to avoid these errors.
    Thanks,
    Chandra

  • Problem in Scheduling trace for other user

    Hi,
      I scheduled SAT/SE30 trace for other user(From user X, I scheduled for user Y). I executed the corresponding program in background in Y Login. Then, if I see the traces in X as well as Y Login, Nowhere I am getting the trace. The status is "In Process" only. What is the right procedure to do this?
    Thanks and regards,
    Venkat

    It was configuration issue.

  • Project Server 2010 - Different Schedule Dates for Different Users -- Same File

    We have an issue regarding users viewing the same schedule, different machines.
    The PMs have a schedule that was built in 2007 by the offshore team.  We are running Project Server 2010 corporate, and they the PMs here on site have Project Professional 2010.  Within the last couple of weeks, the PMs have noticed changes in
    the dates.
    When I open the schedule, I see the expected dates rendered in both PWA and Project Professional.  Both draft and published versions are the same regardless of where the schedule is opened for editing.  There are two PMs managing the schedules. 
    One sees what I see--the expected dates.  The other sees differences in dates--months, in fact.  Scheduled end date is 10/22/2013.   When the second PM opens the schedule, he sees a scheduled end date of 2/17/2014.
    I advised them that the offshore team needed to upgrade to 2010 due to the differences between 2007 and 2010.  Additionally, and I could be wrong, having the server run in compability mode for so long (the upgrade was done in May 2013), is not ideal. 
    (Offshore team has since updated to 2010.)
    Any thoughts on what could be causing this issue?  Corrupt version of Professional?  Settings askew?
    Thank you,
    L.D.

    My bad, I didn't know that you were not using Project Server.
    Then the file might be corrupted.
    Try the
    XML export and the
    save for sharing method to repair it.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • No principal configured for calendar user address

    For several users on our server, free/busy info cannot be viewed. When a user goes to invite attendees to an event, and types in their email address, the following shows up in the log:
    2009-08-06 16:06:29-0500 [-] [caldav-8009] [AMP,client] POST /calendars/_uids_/E0BAF924-0610-47F9-A3DE-DF0D8E4A54F6/outbox/ HTTP/1.1
    2009-08-06 16:06:29-0500 [-] [caldav-8009] [-] "No principal for calendar user address: 'mailto:[email protected]'"
    2009-08-06 16:06:29-0500 [-] [caldav-8009] [-] 'No schedulable principal for calendar user address: mailto:[email protected]'
    2009-08-06 16:06:29-0500 [-] [caldav-8009] [-] 'Error during POST for mailto:[email protected]: None'
    When I run *sudo kadmin.local -q list_principals* from the terminal I show the person's username listed in the results, however the output of this command is in the format [email protected] (in other words, the internal DNS hostname for the server), rather than [email protected] (the email address of the user).
    Can anyone explain what I may be doing wrong here? I'm running OS X Server 10.5.7 with OpenDirectory and iCal services, and using Thunderbird 3.0b2 with Lightning 1.0pre plugin. I was able to see freebusy information until just recently, so I know it worked in the past, and nothing has changed on the client end, so something must have changed on the server.

    I found the issue. The users that were having issues did not have an email address set up for them in the "Info" section for their user account in the Workgroup Manager.
    It makes sense:
    1) Calendar client submits query to iCal server for a particular email address.
    2) That email address isn't found on anyone's account.
    3) Since it can't be found, no freebusy information can be retrieved, and errors are thrown.

  • How does schedule with RESTful API a Webi report for a group of users ("Schedule For" to "Schedule for specified users and user groups" with one or more users/groups)?

    SAB BO 4.1 SP1
    Does it have an RESTful API to schedule a Webi report with the parameter to specify a group of users ("Schedule For" to "Schedule for specified users and user groups" with one or more users/groups)?

    Hello Ricardo,
    have you try a call like this one ?
        <schedule>
          <name>"test"</name>"
          <format type=\"webi\"/>
          <destination>
            <inbox>
             <to>userId1,userId2,userId3,groupId1,groupId12</to>
            </inbox>
          </destination>
        </schedule>
    Regards
    Stephane

  • Creating a "Drop Box" for different users

    I currently have seperate user accounts for my wife and I and a user account for all our photographs. What I would like to do is have a folder on our respective desktops that is shared i.e in my Photos account I drop a photo into the folder and then when I am using my own account I can open that folder on my desktop and use the photo within my own account.
    Could anyone suggest how best to do this?
    Many thanks

    Hi eeperman;
    I think if you will go to Users in Finder an open the folder for another users you will discover if folder called Public that there is already a Drop Box. See if that helps.
    Allan

  • Drop Box - possible for  other user to monitor progress?

    Is it possible, for the user whose Drop Box I am tranferring files to, to monitor the progress so they can tell when an upload is complete to their Mac?
    I get the progress window on my end, but they have no idea what is going on on their end.

    Pretty difficult, iirc the Filesize required is reserved at the start, so Get Info wouldn't help.
    Perhaps they could use Activity Monitor to observe the Network IN activity?
    Most likely someway to monitor it with a Script, but beyond me at the moment... Maybe Sharepoints with AFP Monitor!
    http://www.hornware.com/sharepoints/

  • If I have multiple tabs, the history is not for each tab, so if I drop down it shows history from other windows too, possibly eliminating all history for the current window. How do I get each tab separate?

    The drop down list when the History menu option is clicked, has only provided history information for the tab currently being used. (You could go to all history of course and it was cumulative). It is now showing cumulative history for all tabs including for other Firefox windows if I have more than one copy running.
    Is there an option to separate the histories for each tab again?
    I do not know if this is because of Windows 7. This computer is new as my previous one was stolen and they no longer sell XP versions or Vista versions.
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
    Windows 7 build 7600 - all updates current.
    My e-mail is [email protected]

    I use that add-on. Works great.

  • History of the default printers maintained for a user to analyze

    BOL and packing list trigger the activity based on the user profile . So we need the history of the default printers maintained for a user to analyze there issues.

    Hi Raj,
    If you want to check activity of perticular user for the problems then you can use trace on for particular user only for the time period. Please be careful trace on is not recommended by SAP. 
    I hope your problem will be solve.
    Regards,
    Anil

  • Transaction history of a user for a period of 6 months?

    Hello All,
    How to get a transaction history of a user for a period of 6 months? I also wish to know if we can take the report month wise by specifying start and end date.
    please suggest,
    Regards,
    Ravi

    Hi Ravi,
    You will have to activate trace for the particular user. If you have not then try this:
    SE16
    Table: CDHDR
    Either the date period or the tcode to searched for. Add all the columns to the spreadsheet. Here you will get the list of all the important hits to your sap database. Add filter to the user Id if you want to trace for a particular user.
    Done. You have all the important history of the sap hits via User ID.
    Hope this helps.
    Pranay

  • Scheduled Broadcast for User

    Hello,
    I was hoping for advice on what I should troubleshoot for. I have a user with the same BW authorizations as everyone else but they can not perform scheduled Broadcasts. When I use their ID I can execute an immediate broadcast and recieve the email. When I perform a scheduled Broadcast the job shows but never shows or executes Program RSBATCH_EXECUTE_PROZESS and therefore never sends email. Not an issue of authorizations as even with SAP_ALL this user cant perform schduled broadcasts. Any ideas why the Program RSBATCH_EXECUTE_PROZESS step of the job never shows in the jobs for this one user?
    Broadcast Job for this User who can not successfully use Scheduled Broadcasts
    1.)Job started
    2.)Step 001 started (program RSRD_BROADCAST_STARTER, variant , user ID ******)
    3.)Application log created under log number 00000000000003029682
    4.)Job finished
    Broadcast Job (example) for Everyone else- same report and nobody else has issues with this
    1.)Job started
    2.)Step 001 started (program RSRD_BROADCAST_STARTER, variant , user ID ******)
    3.)Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIBCASTD89IVHKDSXXKZGG6O4NYRZ2KZ with ID 03455900
    4.)Application log created under log number 00000000000003029279
    5.)Job finished
    Thank You for any help.
    Alex

    Something else I found is when I go into report RSRD_BROADCAST_STARTER
    all scheduled broadcasts for this one particular user have the below
    message.
    Message incomplete (seriousness, area, number, or exception missing)
    Message no. BL203
    Diagnosis
    An incomplete message was sent to the application log.
    A message comprises at least:
    Error seriousness (MSGTY field)
    Work area (MSGID field)
    Error number (MSGNO field)
    At least one of these values is missing.
    At least the exception class (I_S_EXC exception) must be transferred
    for exceptions.
    System Response
    Procedure
    Procedure for System Administration

  • Want Transaction History for Particular Transaction for Particular User. .

    Hello Friends,
    I have one query.
    I want to get detailed Transaction History for Particular Transaction for Particular User_Id for particular Time/Date period, with his/her Terminal ID info ,also.
    One USER_ID in SAP Server is shared among 6-7 people to do their work.
    So, I want to know that from which terminal that user has run that transaction to do its work on particular Date/time.
    I tried STAT, STAD, ST03N,  but did not help me very much to get deep level information.
    May be, i am missing something to get the solution for this kind of situation.
    Any Solution for this kind of Situation ?
    I am waiting for your valuable Response.
    Regards,
    Bhavik Shroff

    I want to get detailed Transaction History for Particular Transaction for Particular User_Id for particular Time/Date period, with his/her Terminal ID info ,also.
    ST01 will give you the Result after switching on the TRACE. I want to get Transaction History for a particular DAY/Weeks/Month .
    e.g.
    One User Id is shared among 6-7 people. One of the person did something using FB08 transaction on last 08/07/2008. But, as the User ID is shared among several User, How can i know the person who did that change and from which place/Terminal.
    See,
    I have the following information to fire the search.
    -> User Id information
    -> which transaction he/she used to do that work
    -> When he did the change for something (means i know the exact date)
    But , I want to know ,from which Terminal he/she executed that transaction, as the User ID is shared among several people.
    You tell me the way ,so that i can have total required information for this kind of situation.
    If  i am wrong at any step , then let me know.
    Regards,
    Bhavik Shroff.

  • Enable Notification for any users scheduling reports

    Hi all!
    How can I enable the "Notification" option for any user allowed to schedule a report within BOXI R 3.1 FP 1.7.
    As administrator, the option is available within the scheduling.
    As normal user I don't have any notification option visible. I can only send reports or messages as email.
    Thanks for any hints,
    ciao Hakan

    Hi all!
    How can I enable the "Notification" option for any user allowed to schedule a report within BOXI R 3.1 FP 1.7.
    As administrator, the option is available within the scheduling.
    As normal user I don't have any notification option visible. I can only send reports or messages as email.
    Thanks for any hints,
    ciao Hakan

Maybe you are looking for