How to clear ERROR Notifications in SYSADMIN User

Hi,
version is : 11.5.10.2
and DB is 9.2.0.7 runing on HP-UX Itanium
We have lot of (45000) error notifications lying in SYSADMIN user.
Can anybody suggest the best procedure to clear them out ? I dont want to delete one by one. I want to clear them at single shot. Please advise

Hi;
Please see below notes:
SYSADMIN User Gets Thousands of WFERROR Notifications [ID 1299167.1]
How To Remove Error Notifications From The Worklist [ID 357904.1]
Also see:
workflow purge
How to purge old workflow alerts
Regard
Helios

Similar Messages

  • How to clear text fields when the user navigates back to the screen

    Hi,
    Does anyone have any idea on how to clear the text input fields and dropdown boxes when the user navigates back to the screen, say for e.g. create screen?
    My issue is that i have plenty of fields in the create screen within a form. Is there a way to avoid programaticaly blanking out every field and just do it at the form level using an api to reset to a state before the user entry?
    Thanks

    This code allows you to make it more generic, and you would need to tweak it if there are more than TextInput controls, but it should provide some ideas.
    As far as using states, you could use SetProperty to set the text to empty, but that might be messier.
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
        <![CDATA[
          import mx.containers.FormItem;
          import mx.controls.TextInput;
          import mx.events.IndexChangedEvent;
          import mx.core.Container;
          private function clearSreen(evt:IndexChangedEvent):void{
            var view:Container = tn.selectedChild as Container;
            for each(var child:Object in view.getChildren()){
              if(child is FormItem){
                var subchild:DisplayObject = child.getChildAt(0);
                if(subchild is TextInput){
                  TextInput(subchild).text = "";
        ]]>
      </mx:Script>
      <mx:TabNavigator id="tn" resizeToContent="true"
        change="clearSreen(event)">
        <mx:Form id="frm1" label="View Number One">
          <mx:FormItem label="First name:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="Last name:">
            <mx:TextInput/>
          </mx:FormItem>
        </mx:Form>
        <mx:Form id="frm2" label="View Number Two">
          <mx:FormItem label="Address1:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="Address2:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="City:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="State:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="Zip code:">
            <mx:TextInput/>
          </mx:FormItem>
        </mx:Form>
      </mx:TabNavigator>
    </mx:Application>
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.stardustsystems.com
    Adobe Flex Development and Support Services

  • How to clear the notification symbol circled in Red?

    Hi,
    Can anybody please advise how to clear away the notification symbol circled in Red?
    Thanks!
    Solved!
    Go to Solution.

    Looks like a saved webpage. Did you save a web page recently? If so you can look in your messages list to delete it and the icon should go away
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • How to close open notifications of a users from back end.

    Hi,
    One of our HR user has many open notifications since one year. I want to close all the open notifications of year 2011. Any one can please provide me an update query for the same.
    Thank you.

    906610 wrote:
    Hi,
    One of our HR user has many open notifications since one year. I want to close all the open notifications of year 2011. Any one can please provide me an update query for the same.
    Thank you.Please do not create duplicate posts -- deleting open notification of a user till particular date.

  • How to clear the existing names in USER NAME drop down list in Sql Server Management Studion in Sql Server 2008 R2`.

    Hi,
      We have Sql Server 2008R2 clustered instance running in 2 nodes with Windows 2008R2 SP1 operating system. I would like to know how I could clear the existing  names  in the USER NAME drop down list in the Sql Server Management studio.
    Thanking in you advance,
    Binny Mathew,

    SQL Server Management Studio 2008 delete the file:
    C:\Users\%username%\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\SqlStudio.bin
    http://dynamicsgpland.blogspot.in/2012/04/clearing-remembered-default-login-for.html

  • How to send the notification email to users which are in workflow in ucm

    Hi All,
    Does anyone know how to configure ucm to send the actionable notification email to particular users in workflow?
    Please Help!!!!

    The send mail function will send mail to the users and or alias in the workflow step where you invoke it. The IDOC script guide will help you with implementing these kinds of things.
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/sdk/idoc_script_reference/wwhelp/wwhimpl/js/html/wwhelp.htm
    IDOC script by usage / Workflow
    wfNotify is the one you want to look at specifically.
    Workflow
    The following Idoc Script variables and functions are related to workflows.
    Configuration Variables
    isRepromptLogin
    IsSavedWfCompanionFile
    PrimaryWorkQueueTimeout
    WorkflowDir
    WorkflowIntervalHours
    Global Functions
    getValueForSpecifiedUser
    Workflow Functions
    wfAddActionHistoryEvent
    wfAddUser
    wfComputeStepUserList
    wfCurrentGet
    wfCurrentSet
    wfCurrentStep
    wfDisplayCondition
    wfExit
    wfGet
    wfGetStepTypeLabel
    wfIsFinishedDocConversion
    wfIsNotifyingUsers
    wfIsReleasable
    wfLoadDesign
    wfNotify
    wfReleaseDocument
    wfSet
    wfSetIsNotifyingUsers
    wfUpdateMetaData
    Other Variables
    AllowReview
    dWfName
    dWfStepName
    entryCount
    IsEditRev
    IsWorkflow
    lastEntryTs
    SingleGroup
    wfAction
    wfAdditionalExitCondition
    wfJumpEntryNotifyOff
    wfJumpMessage
    wfJumpName
    wfJumpReturnStep
    wfJumpTargetStep
    wfMailSubject
    wfMessage
    wfParentList
    WfStart

  • How to internationalize BPM Notifications and the User Interfaces ?

    Hi masters.
    Could anyone say me the better way to internationalize, translate the texts of the BPM Notifications and Adobe Forms and WebDynpro user interfaces ?

    Hi Lehcim,
    Have a look at the src\bpmn folder of your process. For example if your process is called demoprocess, you'll find demoprocess.bpmn.xlf file there.
    If you open that file it should be opened with the S2X editor. Have a look at the Resource Text Tab, you'll find all the texts of your process there. That means e.g. Activity names etc. but also the Texts you have used in your Notification activities.
    Internationalisation works now like the aforementioned WebDynpro internationalisation.
    In short terms: you copy the xlf file, add the iso language code (e.b. demoprocess.bpmn_de.xlf), then open the new xlf file and translate the texts.
    Just post again if my explanation wasn't clear enough.
    Cheers, Marcel

  • How to send Email Notifications to OID users?

    Hi All,
    I have a requirement where I need to send an email notification from the BPEL process. The Email notification has to be sent to a used who invoked the process the userName is provided in the initiation parameters. But I need to fetch the email id for the give userName from the OID which is integrated with the BPEL Process Manager.
    Is there any way I can fetch the email addresses from the OID in BPEL ?
    Thank you.

    Hi Folks, Finally I found the answer... If the APP server is integrated with the OID(Identity Management is set to Oracle Internet Directory and configured properly) the function ora:getUserProperty(bpws:getVariableData('myUser'),'mail') should return the mail property of the user object in OID.
    If your Identity Management is set to the File-Based system then it will get the user properties from the $ORACLE_HOME/bpel/system/services/config/user_properties.xml.

  • How to generate a notification when a user changes his password?

    Hi all,
    I have OIM 11.1.1.5.0 BP02 installed. When an administrator resets a user's password, the following email is sent to the user:
    Password has been reset for user <Firstname> <Lastname> . You will be required to change your password on next login.
    First Name: <Firstname>
    Last Name: <Lastname>
    Password: passW0rd
    +For any issues, please contact [admin email or phone]+
    My requirement is to generate a similar email when a user changes his/her own password. How would I go about doing this?
    Thanks in advance.

    You can use an event handler for this.
    Write your own code as a plugin for the event handler (refer to the developers guide for details on event handlers) then you can reference this from your custom event handler XML configuration with operation "CHANGE_PASSWORD"
    e.g.
    <action-handler class="<CLASS NAME>" entity-type="User" operation="CHANGE_PASSWORD" name="<EVENT HANDLER NAME>" stage="postprocess" sync="TRUE" order="2000" />
    The action "RESET_PASSWORD" is also available for administrator change.

  • How to clear errors in CAT7

    We have some timesheets entered in CAT2 that have been approved but not posted, in correction the WBS assignment was changed and approved again. 
    Now in CAT7 the old WBS code is still appearing as an error, even though it is not on the timesheet any more.
    Is anyone aware of how this error can be removed from the report ?
    thanks

    We use CAT7 for transfer to Controlling, it's just what we do.
    The error says, Project AAA has closed status.
    Therefore, if the project is say CAPEX and will not be reopened, we are going back into the timesheet and changing the project assignment to project BBB. 
    However, the CATS7 Report still shows error Project AAA has closed status.

  • How to clear Error alerts ORA-01219 on standby databases

    Hello all
    I'm using EM 10.1.0.5. Some weeks ago, we did an upgrade of our standby databases to 10.2.0.4. At that moment, we got many alerts of type Error: ORA-0219: database not open, queries allowed on fixed tables/views only. That's right, these databases are not open. Now I'm getting tired of seeing these 130 messages every day, I would like to delete them. But I cannot ! I removed several alerts of type Warning by setting the threshold value of the metric to NULL and then back again. This works fine. But I cannot use the same procedure for Error alerts, because I do not find these metrics. Example: the metric Streams Capture Message Statistics is displayed on the All Metrics page, but NOT on the Metric and Policy Settings page (selecting All Metrics in the drop down list). Apart from upgrading the EM to 10.2.0.4, is there a way to remove these Error alerts ?
    Thank you for any advice
    pher

    I have checked my 10.2.0.4 OMS and the "Streams Capture Message Statistics" metrics are not displayed on the Metric and Policy Settings page either. This looks like it could be a bug. You might bnefit from raising an SR with Oracle support. In the meantime I will continue to seek a resolution.

  • Clearing error messages in Purchase Order

    Hi All,
    Can anybody tell me how to clear error messages in user exits when changing the error message?
    My problem is like this and using the exit 016.
    I want to make sure Plant in all line items are same.  If the user changes one Plant, then I am comparing that with other line item plants and giving error message if they are wrong. 
    Then, instead of changing the line item 10, if user changes Plant for 20, in this situation both plants are same. Hence, should able to save the purchase order.
    But it is not able to save the PO because, it is not able to clear the error message on line item 10.
    Can somebody suggest, how to clear the error message?
    Hope, I made the question clear.
    Shylesh

    Hi Friend,
    Fire an information message instead of error message.
    Because you can not handle error message in user exit / BADi.
    Standard way of handling error message in screen by CHAIN ENDCHAIN.
    But you do not have control on the table control of PO.
    So it is better to fire an information message.
    Regards
    Krishnendu

  • Viewing errors resulting from automated user replication

    hi guys
    pls tel me how to view errors resulting from automated user replication
    regards
    kamal

    Does it not appear in default trace?

  • REG: Sysadmin user dashboard filled up with notifications

    hi ,
    when i log in to the applications using sysadmin user i can see lot of notifications in the
    dashboard due to which it is taking long time .
    please provide me the action plan such that this notifications goes to some other user instead of sysadmin and my dashboard is clear .
    Regards .

    836778 wrote:
    hi ,
    when i log in to the applications using sysadmin user i can see lot of notifications in the
    dashboard due to which it is taking long time .
    please provide me the action plan such that this notifications goes to some other user instead of sysadmin and my dashboard is clear .
    Regards .What kind of notifications?
    How many of them you see in the page at a time?
    Was the performance acceptable before? If yes, any changes been done since then?
    Do you have the stats collected up to date?
    Please see these docs.
    SYSADMIN User Gets Thousands of WFERROR Notifications [ID 1299167.1]
    How to Create a Vacation Rule for Another User [ID 875560.1]
    Thanks,
    Hussein

  • How to show Session Error Records to End Users

    Hi all,
    I had to populate data using SESSION Method...
    I have 1000 records, out of which 750 records where updated correctly but i got 250 error records in it.
    i know that error records are stored in Error log/ INCORRECT SESSION in SM35.
    Now i want to modify these errounous records and repopulate them.
    Questions.
    1) We click on ANALYSE in SM35 to determine which sreen and value produced the error. if we have small data we can correct them interactively there only. But for 250 records how we have to correct them and upload 250 errors records.
    2) Can we download those error records into a flatfile.
    3) Is there any other method to handle such situation.
    Regards
    Surendar

    Vijay,
    I got your piece of code.... Its looking really good.
    Here my point is once that first validation is done i am doing exit. That means total  process stopped and cotrol comes out of the program. so how can this
    IF W_FLAG_ERROR = X. DISPLAY THE ERROR MESSAGE to the user
    will be executed ...............
    and
    bu writing it on the report list or just do LEAVE-LIST PROCESSING and come back to the selection screen. ESLE. CONTINUE PROCESSING ENDIF.
    I didn't fallow what u said here can u explain bit clearly plzzzzzz
    Nisha....

Maybe you are looking for