Error message too long to view the options buttons and select the right one!

I am trying to send a group email change of address notice to a large number of recipients. It took me ages to edit all the addresses so I am keen not to have to start again. The email is not sending. This often happens and usually a warning message comes up telling me that it is because the server is the wrong one, and I just click edit message and select the correct server. The problem is that this time an error message is coming up with a huge list of emails that ends off the page. I can't read the end of the message or select the correct option. I have tried using tab to change options but that is not working either. I'm on a 27 inch screen so it shouldn't be a problem but I just cannot work out a way to read the end of the message. Nor can I delete the message. What can I do??

Hi,
You can use oracle's Substr Function with the odiRef.getPrevStepLog .
Example
insert into my_table.my_column values SUBSTR('<%=odiRef.getPrevStepLog("MESSAGE")%>',1,4000) ;
This should give you the message staring from 1st position till 4000th position.
Modify the query according to your need.
Thanks,
Sutirtha

Similar Messages

  • I want to get rid of a book in the iBooks "Purchased" collection, but when I touch the Edit button and select the book and then touch the Delete button, then the "Delete this copy" seletion, nothing happens.  How do I delete the book from the collection?

    I want to get rid of a book in the iBooks "Purchased" collection, but when I touch the Edit button and select the book and then touch the Delete button, then the "Delete this copy" seletion, nothing happens.  How do I delete the book from the collection?

    The Cloud by the song indicates that is is an iTunes purchase but it is not downloaded on the iPod. If you only want download iTunes purchases to show in the Music app go to Settings>itunes and pp Store and turn off Show aLL.

  • I have LR 5.  When I'm in the book module and select the option to "Send Book to Blurb" i get an error message saying "The file does not have a program associated with it...."  How do I fix this?

    I have LR 5.  When I'm in the book module and select the option to "Send Book to Blurb" i get an error message saying "The file does not have a program associated with it for performing this action.  Please install a program, or if one is already installed, create an association in the Default Programs control panel."
    How do I fix this?

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Both the 'delete' button and in the menu options do not delete messages but change them to unread. How can I remedy this?

    The delete function seems to no longer work in Thunderbird. Both the 'delete' button and in the menu options do not delete messages but change them to unread.
    I have tried to fix it by deleting the trash / deleted files as suggested in another thread but it made no difference. The delete key still works to delete things outside of Thunderbird (including here for example).
    I have not uninstalled / reinstalled. I have rebooted a couple of times and it hasn't made any difference.
    I did go through and delete a huge number of old emails a few days ago, but I have cleared out the Deleted folders and it made no difference.
    All suggestions appreciated.

    Right click on any of the other right panel headers  in Slideshow module to open the context menu. You should be able to reactivate the Options panel from there.

  • After we installed a new airport extreme, the imac running snow leopard displays black box msgs saying to hold down the power button and or the reset button and then restart your computer. Can anyone provide info that can help resolve this issue?

    Experiencing similar issues on both imac and power book: after replacing an original airport extreme with a new airport extreme both computers display a black box msgs that reads: "...turn off your computer by holding down the power button and or the reset button for a few seconds and then restart your computer."...
    one of the printers are usb'd to the imac. The printer is not "seeing" the imac nor will it print wireless from the powerbook which was the norm prior to the upgrade on the airport extreme.
    Upon restart, the imac does not "see" the wireless keyboard or the mouse until it is "found" again.
    At this time the imac or the powerbook can get on line.

    It sounds like your computer is getting Kernel Panics. Please look at About "You need to restart your computer" (kernel panic) messages and if the message seen on your display is like the one in the link then you have confirmed you had a KP. KP's can be tough to track down because they can be caused by software or hardware. The first place to start is to post the complete crash log so we can look at it, often there are clues in the log. You can find it at:
    /Library/Logs/DiagnosticReports

  • I can't turn on my MacBook Air despite trying to hold down the power button and using the SMC method. BTW my battery charger lights up to a green when plugged into the laptop.

    I can't turn on my MacBook Air despite trying to hold down the power button and using the SMC method. BTW my battery charger lights up to a green when plugged into the laptop.

    Hello cass528,
    I would be concerned too if my MacBook Air would not power on.  I recommend following the steps in this article when experiencing an issue like this:
    Troubleshooting: My computer won't turn on
    http://support.apple.com/kb/TS1367
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • HT5192 After installing IOS 5.1, I am unable to double click the home button and access the camera. Is anyone else experiencing this issue? Does a fix or work aroud exist?

    After installing IOS 5.1, I am unable to double click the home button and access the camera. Is anyone else experiencing this issue? Does a fix or work aroud exist?

    I just updated--my Camera is a disaster.  Yes, I know how to turn (and position) the Camera now. However, every photo I take is UPSIDE DOWN in the Camera Roll OR Photo Stream.  Even worse, a number of my Apps (Weather Underground, for example) are ALSO now upside down.  Has anyone here experienced these serious orientation problems after this update?  I've read the 'Manual' and its as if it doesn't exist.  However, if I leave the Apple site, customer complaints about orientation abound...
    This is my first time posting here about an issue (well, the same issue - I posted last week about the Camera, and no one responded).  Any advice at all about how to get this corrected is much appreciated!
    Thank you!
    Lisa

  • I pushed the power button and now the screen won't light up and the keyboard lights a on

    Have have purchased a MacBook Air 13" and as I went to go turn the volume up, I pushed the power button instead, now the display is black and the keyboard lights are still on! I don't no what to do plez help

    In OS X Mavericks behavior of the power button changed.
    Power button /sleep function
    http://support.apple.com/kb/HT5869
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Best.

  • Odi error message too long to capture

    We are trying to insert error messsage into our error table using a procedure.
    To get the error, i am using API: odiRef.getPrevStepLog("MESSAGE") after the interface that raise the error, in a "KO" red line.
    But,Message will be very huge and more than 4000 characters and getting "ORA-01704: string literal too long" error.
    I just need to capture one line error information. I would appreciate if anybody suggests how to achieve this ASAP. We are using ODI 10g
    Thanks in advance
    RP

    Hi,
    You can use oracle's Substr Function with the odiRef.getPrevStepLog .
    Example
    insert into my_table.my_column values SUBSTR('<%=odiRef.getPrevStepLog("MESSAGE")%>',1,4000) ;
    This should give you the message staring from 1st position till 4000th position.
    Modify the query according to your need.
    Thanks,
    Sutirtha

  • HT201263 i am in recovery mode with my ipad, and a few seconds into the download, i get an error message 3259.  I have retried multiple times and get the same error.

    I am in recovery mode with my ipad, and a few seconds into the upload, i get an error message 3259.  What does this mean?

    see these for some suggestions.
    http://support.apple.com/kb/ts2799
    http://ipod.about.com/od/itunesproblems/qt/Fixing-Itunes-Error-3259.htm
    This is mosat likely firewall or security related - soething is blocking you connection.,

  • I tried starting with the Start Page, don't like now can't stop it even unchecking the option box and deleting the location

    Wanted to see if I liked starting on the Start Page, but just an unnecessary step prefer starting in the folders already. So unchecked the box in the tools/options but it still opens on the Start Page. How can I get it to stop? I even deleted the page location link and it still opens on the Start Page.

    OK it's not the "Start Page" it's the home page for the first email account. I prefer it open to the last folder when last closed.

  • The new design seems to be doubled, with the standart windows style underneath the new buttons and also the drop down menus are unreadable..

    ''''''i installed the new firefox and now its got a weird graphic glitch. i run windows 7 starter on my netbook and it seems as if the main window got two layers, the windows style and the new firefox style on top. the problem is, beside that some buttons dont really work, that the drop down menus are not really readable and the highlighting in the dropdown menus stays after going thought them.
    greets

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.

  • I restored an iphone on a mac that it hadn't been previously synced with, and then accidentally clicked the sync button and now the music library on my mac is gone - can I get it back?  If so, how do I get it back?

    This is a crazy circumstance of events.  We have an iphone that we use as our office line.  My husband accidentally got his iphone wet so while we were submitting it to be replaced through AT&T insurance plan, I had taken the sim card out of the office iphone and put his sim card into it and he was using it for a couple weeks.  Somewhere on this forum I had found the instructions for doing this and it worked.  He set a passcode on it while he was using it.  Then he got his new replacement iphone and we switched simcards back and was good to go with his newly replaced iphone.  In the meantime the other office iphone had been forwarded to me and we at that time didn't have another person working in the office so the iphone sat off for about 6 weeks maybe.  Of course, during those 6 weeks the passcode, that was set on it, was forgotten - tried a few different things he thought that he'd set it to with no luck.  So I looked up what  needed to be done and how to restore the iphone.  This particular iphone had not been plugged into a computer since having the original sim card put back into it after my husband had used it with his sim card so it wasn't able to get past the not having the correct passcode by just plugging into a computer that it had been synced with.  I restored it.  And this maybe is where I messed up or where maybe the new Iphone/Itunes OS messed up.  I did accidentally check the sync button once the iphone was restored.  I looked at Itunes and realized the music in the library on the computer was gone as well as the playlists.  This is such a bummer because this is the business macbook pro and we run boat charters so all of that music is what is on the boat's ipod and played during the charters.  There are playlists for sunsets, for cloudy days, multiple reggae playlists, etc. totaling 80 different playlists and tons of music - so much hardwork went into making those.  Is there any way to get it all back????  Please help if you can - I'd be ever so grateful.  Thanks.

    When I use find file http://www.macupdate.com/app/mac/30073/find-file (which does tend to find files that "Finder" can't), it's not coming up with any other itunes library files that have been modified in the past week, which I know it would have been - unfortunately, I don't have a very recent backup of the hard drive.  It would be a few months old so it wouldn't have the complete library on it....any ideas?  I'm wondering if restarting the computer might help but have been afraid to do so in case it would make it harder to recover anything...I was looking at this thread https://discussions.apple.com/thread/4211589?start=0&tstart=0 in the hopes that it might have a helpful suggestion but it's definitely a different scenario.

  • My iPad2 is in Recovery Mode but won't restore in iTunes. I have down tried 3 times by pressing the restore button and waited the 2hours for the download each time. It's not working. Please help.

     

    Recovery Mode Step by Step
    1. Hold Sleep/Wake button down and slide to turn off iPad
    2. Turn on computer and launch iTune (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port. Do not release button until you see picture of iTune and plug.
    5. Release Home button.
    On Computer
    6. iTune has detected iPad in recovery mode. You must restore this iPad before it can be used with iTune.
    7. iPad Recovery Mode on computer screen
    8. Select "Restore iPad"...
    9. Select "Restore and Update"
    10. Extracting Software.
    11. Preparing iPad for restore.
    12. Waiting for iPad.
    13. Verifying iPad restore...
    14.Restoring iPad software.
    15. Verifying iPad software.
    16. Verifying iPad Restore...
    17. Restoring iPad firmware...
    18. Your iPad is restored to factory settings; keep iPad connected to computer
    19. Activate iPad
    20. Enter Apple ID and Password
    21. Continue
    22. Welcome to Your New iPad
    (a) Set up as new iPad   (b) Restore from this backup (select from list of backups)
    23. Restore from this backup
    24. Continue
    25. Restoring iPad from backup
    26. The settings of your iPad have been restore; keep iPad connected to computer
    27. Syncing iPad (Step 1 to 5)
    28. Preparing apps to sync
    29. Copying 1 of 9
    30. Sync apps, movies and music to iPad
    31. Finishing syncing
    32. Eject iPad

Maybe you are looking for