What happened to the ding when I got new mail?

How do I get a "sound" when I receive a new e-mail message? Up until today I would hear a ding but now it is not sounding.

Thanks. I read the doc, and basically the method I used to resolve the problem was based on that. Since the import dump will generate an archivelog, in my case more than 25G, How can I avoid the archiveloging during theb import dump, some kind of switch-off? Otherwise, how can I know how much archivelog will be generated by the process in order to change flash_recovery_area.
Message was edited by:
user508054

Similar Messages

  • What happens to the outputs when I reconfigure the 6524 card?

    I have an application where I want to recongure the card throughout my program. For example I might initially want to set a single 8 bit port, so I could use Dig_Prt_Config and Dig_Out_Prt. Then I might want to output a batch of data using buffered IO so I use DIG_Block_PG_Config and DIG_Grp_Config to configure the card again. My question is what happens to the output states when I do this. If the port is then assigned to a group what happens to the outputs at that point? Do they remain unchanged until I do a Dig_Block_Out or do they all turn off? I guess I will find out when I try it, but it would save me from throwing away code if I knew now,
    Thanks,
    David

    David,
    I assume you have the 6534 board. On the 6534 board, reconfiguring the port will not affect the output value. Well, as long as the direction map doesn't change. Anyway, hope that helps.
    Ron

  • What happened to the whoosh sound on my outgoing mail?

    What happened to the whoosh sound onmy outgoing mail?

    Dear Scotch27:
    i am so sorry it did not work for you!  I know, it is really really frustrating, as i have been having this problem for many months!  I have not gotten Mountain Lion yet...maybe i won't!  LOL!
    btw, i got this reply from another poster, on a similar forum, so i copied it here to see if it would work for you...it didn't for me, but it did, for many other posters:
    Go to applications/utilities and run Audio Midi Setup.  Click the Builtin output link in the left pane click the down arrow next to the right-mast element after "Format" and change to something else, then back to what you originally had there.  All pent-up sounds will come rushing through your speakers and you'll be OK with Mail sounds until it happens again.  This worked for me in OS X 10.7 Lion; the problem seems to have been fixed in OS X 10.8 Mountain Lion.  Good luck!
    this post was from Chazcone, in a discussion question: "Re: "New Message" sound not playing in mail 5"....i really hope it works for you!  i think it is ridiculous, that this is obviously a KNOWN bug somewhere within apple mail (icloud?), but no one has seriously looked into it, and/or fixed it, most especially in the new ML!!!  let me know what happens, and i will pass along anything else i find to you re: this issue....good luck, and so sorry my "solution" didn't work for you!
    joyce(joyceji)

  • What happens to the conversation when you delete or move a message?

    I've always been a bit unclear what happens to other message in a thread/conversation when you delete or move the current message you are reading.
    Therre are 3 relevant view settings it seems:
    Organize by conversation (turned on).
    Display selected message only (not selected - why would one want to select this if organizing by conversation? Is there a use for that?)
    Show/Hide related messages (turned on so I can see replies I sent in the conversation).
    If I want to move the current message I'm reading, it seems to move the entire conversation to the target folder. But that's not what I want to do.
    Yet if I delete the current message I think it only deletes that one message.
    I'm a bit confused about how to think of this. Sometimes I see messages show up under "related messages" that are a year old that I thought I long deleted.
    Any easy way of thinking about how this is all working?
    Thanks,
    doug

    After using deauthorize all you need to authorize any computer that you wish to use to manage content on the device or unauthorized & protected content will be removed next time you make any changes to the content on the device.
    tt2

  • What happens in the background when a job is scheduled!!!

    Hi,
       Can anyone tell me what exactly happens in the background in SAP when a job is set to "Scheduled" ( sm37) .
    Can v see the code executed in the background during the transtion from " Scheduled" state of a job to" Cancelled" to "Complete" state.
    Its urgent,
    Answers will rewarded,
    regards,
    Rohan

    Hi Rohan,
    Jobs and job steps enable you to treat complex tasks as single units. That is, you can schedule several programs needed to complete a particular task as steps within a single job, with the advantage of the job being single logical container for all the steps needed to complete the task. You need to schedule or review only one background job in order to schedule or review any of the individual steps necessary for completing the task.
    Assume that a particular data transfer with batch input requires that you start two programs, an external program to prepare the batch-input session and an internal program to process the session. Creating a job made up of two steps lets you handle the two programs as a single unit. Scheduling that one job schedules both programs. The results of each program's run can be seen in the job log.
    Some background processing attributes apply to entire jobs and, therefore, to all job steps within a job. For example, the earliest possible start time for any job steps will be the start time for the job. Frequency of repetition, priority, and other global attributes also apply to the whole job.
    To ensure that you can flexibly run individual programs, you can set important attributes individually for each job step, too. Each job step can:
    have its own spool, or output, specifications
    run under the authorizations of a separate user
    use a different language
    have its own runtime options (for programs external to the SAP System), such as handling of error output and synchronicity
    In general, job steps run sequentially and synchronously in the order they're entered in a job: the first step starts, runs, and is completed, then the second step starts, and so on. The only exception is when you schedule an external program to run asynchronously. In this case, the background processing system starts the next job step without waiting for a return code from the external program. If the external program runs long enough, then the start of the next job step may overlap it.
    Job steps run partially independently of each other’s status. That is, the abnormal termination of one job step does not roll back the work of a previously completed job step if this previous step was executing a commit. If any job step fails, however, then the entire job fails. No further job steps are carried out, and the job's status changes to Canceled.
    There are two types of job steps:
    An executable ABAP program
    Only type 1, or executable, ABAP programs can be used as job steps. Module pools and function groups, which are collections of ABAP modules, are not allowed. The specifications required for an ABAP job step are:
    ABAP program + Variant + Print and archiving parameters + Language
    An external command or external program
    This type of job step allows you to run programs outside the SAP System. External commands are predefined, authorization-protected commands for end users. External programs are unrestricted, directly entered commands reserved for system administrators.
    The type of external command and external program is unrestricted, meaning that you can use either compiled programs or scripts. Such programs can be run on any computer that can be reached from the SAP System. Parameter passing to non-SAP programs is completely unrestricted except by the predefinition mechanism for external commands.
    Output of non-SAP programs, particularly error messages, is included in the job's log file.
    Specifications required for an external command or program are:
    External command + Type of operating system + (Parameters) + Target host system
    External program + Parameters + Target host system
    Job Step Language
    If your SAP System runs with an Arabic, Cyrillic, or Asian character set, then you may need to change the language specified in the standard background jobs listed above. Languages are assigned to jobs based on job steps. Be sure that the language specified in the job step definition in each of these jobs is set to English (EN).
    This change is required because not all languages are available with all code pages. If the job’s specified language is not available, the job will not run.
    <b>Reward pts if found usefull :)</b>
    Regards
    Sathish

  • What happens with IMESSAGE? since i got new ios 5.1 it doesnt work fine in my iphone 4 and change the sending o receiving from others to mail o cell phone constantly...

    since i got the new ios 5.1 on my i4 imessage doesnt work with other iphones, for example, my boyfriend send me and imessage and i get it as it email address and when i try to send him one, it goes as text!!, i dont understand.... this has been happened from both of us actualizated iphone to ios 5.1 ... and it has been changed constantly....

    And yes, the Samsung has no issues on it's end. It sends, receives all regular sms texts from any phones that aren't using iMessage. Sorry, I didn't see your reply.
    To update, I also just phoned Apple this morning, there's not much they could do at all. My personal opinion is that the number that was recycled (when I got it changed just very recently for the Android) must have somehow previously been linked to an pre-existing Apple ID. There was nothing they could do. They had me do numerous things that unfortunately had no successful results.
    They even had me unregister my product from the Apple website, again, no success.
    He did, however, say that there is an update going through beta testing at the moment that should, more than likely, have a patch in it for this particularily known issue since it's been an issue for awhile. So within a couple of months when it's released, I'm hoping this will fix it. I'm keeping my fingers crossed until then.
    Turning iMessage off is the temporary solution that works for me. So I'm happy enough for that. Anyone else who would want to text her, would have to do the same.

  • What happened to the red circle icon showing unread mail messages?

    I have an iPhone 5, version 7.1.1. The Mail icon used to show me the number of unread messages I had with a white number in a red circle in the upper right hand corner of the icon. For some reason, it no longer does. Any thoughts on what might have happened or how I might be able to fix it?

    Quit Mail. Force quit if necessary.
    Back up all data. That means you know you can restore the Mail database, no matter what happens.
    Triple-click the line below on this page to select it:
    ~/Library/Mail/V2/MailData/Envelope Index
    Copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder
    from the menu bar. Paste into the box that opens (command-V), then press return.
    A Finder window will open with a file selected. Move the selected file to the Desktop, leaving the window open. Other files in the folder may have names that begin with "Envelope Index". Move those files, if any, to the Trash.
    Log out and log back in. Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is corrupt and that Mail has to quit. Click OK.
    Test. If Mail now works as expected, you can delete the file you moved to the Desktop. Otherwise, post your results.

  • What happened to the plus sign to open new tabs in ff4?

    I have lost the plus sign for opening new tabs which used to be next to an open tab. Where is it and how can I get it back?

    Thanks for the reply. I did find solution. Right click in empty space next to tab, click customize, find the plus sign and drag it to the tool bar, not next to the tab. That should do it to open a new tab.

  • Smart object - what happens to the pixels when i transform?

    So i place an image into an open photoshop document, using the place command, of course. it is now a smart object, my question is when i transform or resize without constrain proportions( for example only enlarge the width, the hight unchanged) resample should occur right? are there pixels added only to the width and what kind of resample method is used? oh and how about when i warp this smart object, how do its pixels behave then?

    Good day!
    As far as I know the Image Interpolation Preference should determine the resample method.
    Regards,
    Pfaffenbichler

  • What happens if the lenovo SSD data got erased?

    Hi everyone
    I'm a newbie when it comes to laptops. I recently purchased a lenovo ideapad u510. I'm haivng trouble making a recovery disk. I'm not sure how to do it and I'm afraid I'm not going to do the right thing. However, my brother was using my computer thinking he knew what he was doing and erased the data that is on the SSD. My question is if the stuff on the SSD going to effect anything such as making a recovery disk or if I ever need to recovery my laptop. 
    update:
    I just realized that the lenovo partition was deleted is that bad?
    Thanks in advance.

    hi Jfranc,
    Welcome to the Forums.
    The recovery partition is used to restore the unit from the factory condition (this may come in handy if you get a virus or simply just want to restore from the original image). If this image is gone, you may still create a recovery drive using this method.
    As for the SSD, it's usually used as a cache drive. See these guides on how it works and how to reconfigure it.
    - The Guide on How To Reformat, Repartition AND Get RapidStart & RapidStorage Working
    - Intel Smart Response Technology User Guide - UEFI
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • What happens to the apps when I press the home button on iPod touch?

    Yeah, I know that sounds obvious, but I need to know the idea behind it. In iOS 4, you can multitask, but only if you have an iPod touch 3rd generation (32 or 64 GB). I don't have an iPod touch 3rd generation; I have the 8 GB 2nd generation, which I upgraded to iOS 4, so I have no multitasking for 3rd party apps.
    So my question is: On my 2nd generation iPod touch that runs iOS 4, if I close a 3rd party app that uses Push Notifications (such as Facebook or Textfree Unlimited) by pressing the home button, will it still run in the background?
    Message was edited by: dlee099

    I'm not dead certain of this, but I think the only push mail supported is Apple's MobileMe. When you launch another app the current app is closed. The Home button should close any running app. The only exception I've noted is if you are playing music on the Touch which seems to continue playing even when running another app.

  • What happens to the users when ISE is reloaded?

    Hello,
    We have a need to reload ISE and I am wondering what the end user experience would be.  Will they be booted from the network or will the reload be transparent to them?
    Version:
    1.2.0.899
    Patch Information:
    1,2
    Please let me know if there is more information needed in order to answer the question.
    Thank you!
    Beth

    What Robert said is correct.  One thing to add.  If an authentication timer expires for a currently authenticated session and the client is asked to reauthenticate, this will also fail until the ISE services are back up.

  • What happens to the catalog with an improper shutdown?

    I am wondering what happens to the catalog when lightroom does not shut down properly.
    After using lightroom for almost 2 years with no problems, the past few days have just been insane with issues and lost work.
    Today, our power went out while I was working and when I turned my computer back on, sure enough my catalog was corrupt.
    Thankfully It was able to repair itself. It got me thinking though, I have had this happen a few times before in the past couple years and I have NEVER had a damaged catalog until this week. What happens with an improper shut down that screws the catalog up so badly?
    I am now to the point where I am terrified to work in fear that I will lose everything. I am hoping the XMP thing will save my butt in the future, but should I always have to be worried like this? Lightroom just doesn't feel as strong as it used to now that everything we have worked on this week has been damaged...

    A crash of any sort while you're working with any complex application with major work going on is disheartening/frightening/annoying. I have been fortunate to have escaped any O/S or power deficiencies in my time with LR, but no one is completely immune.
    If you have major stuff going on and aren't backed up the way you'd like, just quit LR, make a copy of the current catalog, .lrcat, and relaunch. You can also send the metadata to the files, as you've noted, but I like the former way. Or do both!  -Hope this helps allay some fear.

  • What happens to the open item in bsid table when it is cleared

    hi experts,
                   i have a doubt about open and cleared items of accounting documents. as we know open items of customers are stored in bsid and cleared ones in bsad. For suupose, an open item is closed ina particular period then what happened to the entry in bsid and bsad table. an entry regarding is stored in bsad (cleared),and what happens to the entry in bsid, still it will be there or removed from it.

    Hi,
    When ever we clear the document(Complete payment) that document will be moved to BSAD table. Other wise it will remain in BSID.
    If u are making partial payment then all the partial payment documents along with original document will be stored in BSID till u made the complete payment for that invoice.
    Assumption is u have to give all partial payment documents made for particular invoice item while u are making complete payment in F-28 transaction. So that these partail payment documents will also be cleared while making complete payment and moved to BSAD table.
    This trasaction can be used for both partial and complete payments.
    Irrespective of complete or partial payments made all the documents will remain stored in BKPF and BSEG tables.
    BSID and BSAD are index tables to address performance issues with BKPF and BSEG tables.
    So all open and cleared documents will be there in BKPF and BSEG tables.
    All cleared documents will be there in BSAD table.
    Alll open documents will be there in BSID table.
    Hope it is clear.
    Thanks,
    Vinod.

  • TS2972 I just updated all of our computers to itunes 11 and now when we try to use our home sharing, we can't import songs.  What happened to the easily located "import song" feature?  I wish now that I wouldn't have updated to the new itunes 11.

    I recently updated all of the computers in the house to itunes 11.  Now when we try to import songs from homesharing, we are unable to.  What happened to the conveniently located "import song" button on the old version of itunes.  Please help an old mother out please!

    diesel vdub, i use 11.1.1
    solved the issue today. first sync with itunes, so all the stiff you bought on the mobile will be backuped.
    1. uncheck sync music in itunes and sync. all the music will be erased from mobile device
    2. check music player on the mobile device. just the unwanted songs will still be there
    3. go on the iphone to settings, general, usage, music player. there is just a few mb from the remaining unwanted songs. swipeleft and erase the content. switch iphone off and on again
    4. repeat step 2. there will be no data. otherwise repeat step 3
    5. check sync music in itunes and sync. all the music will be back again but not the unwanted songs.

Maybe you are looking for