Alert from OEM if datafile goes offline

what is the metric we need to set to get alert if a datafile goes offline in OEM11g?
Is it data failure? If so i have set critical threshold as .*?
Still not getting any alert form GC. Please advice.

hi
ORA-01115: IO error reading block from file 11 (block # 1819298)this error related to datablock corruption....
in this the error reason is datablock corruption.
regards
Mohammadi

Similar Messages

  • I am not getting clear alert from OEM 11g Grid, even after the issue solved

    I am not getting clear email alert from OEM 11g, even after the issue fixed.
    For eg: I got critical alert when I have shutdown the DB.But I didn't get clear alert even I have started my DB and is up running.
    I am getting only critical and warning alerts but not clear alerts from 11g Grid control.
    Please help me in troubleshooting the issue....
    Thanks in advance.............
    vgcrl

    Bullitt wrote:
    there email address is [email protected]
    Thank you... I will give that a go...
    Martin

  • False positive critical alert from OEM: number of missing media files is 7

    Hi all,
    We were a bit stunned here as we got a page from OEM that the number of missing media files is 7! We ran the query only to find that there are none missing. One of the SR. DBA's said he thought he remembered seeing this months ago and it cleared itself soon after.
    SELECT COUNT(FILE#)
    FROM V$DATAFILE_HEADER
    WHERE RECOVER ='YES'
    OR ERROR IS NOT NULL;
    After running that to verify the count is 0 (no missing files or corrupt files) I then looked in OEM at the alert and clicked the hyperlink to the graph that shows a spike to 7 then immediately went away so I assume this is some but in 10.2.0.4?
    Thanks,
    Dave

    Missing Media File Count metric represents the count of missing media files.
    You can remove it from monitoring template if don't need.
    Here is with screenshots demonstrated that:
    http://www.oracle.com/technology/obe/obe10gEMR2/Quick_Start/system_monitoring/system_monitoring.htm
    But basicaly under this message is select:
    SELECT count(file#)
    FROM v$datafile_header
    WHERE recover ='YES' OR error is not null;
    Do you have any rows returned?

  • Deleting ADDM alerts from OEM db control main screen

    How i can delet old ADDM alerts from main screen of OEM DB contorl

    Hi,
    Most alerts, such as the Out of Space alert, are cleared automatically when the cause of the problem disappears. However, other alerts such as Generic Alert Log Error are clear from the Home page under Diagnostic Summary, click the Alert Log link.The Alert Log Errors page appears. Select the alert to clear and click Clear. To purge an alert, select it and click Purge.
    Thanks
    Kuljeet Pal Singh

  • How to get alerted or notified when db goes offline

    Hi All,
    I am basically looking for solution for the below problem.
    Is there a nice way for a DBA to get alerted/notified as and when a database is not accessible for any reason(say offline,suspect,restoring...) DBA has to get alerted.  I am working on sql2k5 and sql2k8 environments.Also looking for a solution which work
    across all Edition and not just Enterprise Edition like Policy based managment or so..
    So, Is there a nice way through which we can achieve this using native tsql programming and alerting system combined with database mail functionality? If have done it in your past, please do share views and ideas.
    Again, I am not looking for any 3rd party solutions.
    Thank you.

    I have wrote this code which can be scheduled every 1 minute which will send you email if database is not online. Try this out.
    declare @state varchar(10)
    declare @Database_Name varchar(100)
    declare @email varchar(100)
    set @state = ''
    set @email = ''
    set @Database_Name = 'Model'
    select @state =
    case
    When a.state = 0 then 'Online'
    when a.state = 1 then 'Restoring'
    when a.state = 2 then 'Recovery_Pending'
    when a.state = 4 then 'Suspect'
    when a.state = 5 then 'Emergency'
    when a.state = 6 then 'Offline'
    when a.state = 7 then 'Copying - SQL Azure'
    when a.state = 10 then 'Ofline_Secondary - SQL Azure'
    end
    from sys.databases a where name = @Database_Name
    if @state <> 'Online'
    begin
    set @email = 'The database ' + @Database_Name + ' is currently : ' + @state
    EXEC msdb.dbo.sp_send_dbmail
    @profile_name = 'Profile_name_of_DBMAIL',
    @recipients = 'Recipient EmailID',
    @body = @email,
    @subject = 'Database Status' ;
    end
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Delete alert from OEM gride home page

    Hi,
    in 10g R2, on home page of OEM grid home page , there are alerts. Many of them belong to 10 or 11 days ego. How can I delete them ?
    Thank you.

    Hi,
    I think there are forwards comming from your oracle account to my mail.. Please check and deactivate it as the mail forward it is cramping my mailbox .. /i....
    regards

  • ORA-01171: datafile 6 going offline due to error advancing checkpoint

    Hi
    Anyone here know what cause this error? This error happened after backup at night.The data file then went offline. Anyone know the reason?
    Thanks
    Excerpt from alert.log:
    Mon Feb 26 20:34:45 2007
    Errors in file d:\oracle\admin\live\bdump\live_ckpt_1064.trc:
    ORA-01171: datafile 6 going offline due to error advancing checkpoint
    ORA-01122: database file 6 failed verification check
    ORA-01110: data file 6: 'D:\ORACLE\ORADATA\LIVE\VGSM_DB01.DBF'
    ORA-01208: data file is an old version - not accessing current version
    Contents of d:\oracle\admin\live\bdump\live_ckpt_1064.trc
    Dump file d:\oracle\admin\live\bdump\live_ckpt_1064.trc
    Mon Feb 26 20:34:45 2007
    ORACLE V9.2.0.1.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Instance name: live
    Redo thread mounted by this instance: 1
    Oracle process number: 5
    Windows thread id: 1064, image: ORACLE.EXE
    *** 2007-02-26 20:34:45.000
    *** SESSION ID:(4.1) 2007-02-26 20:34:45.000
    ORA-01171: datafile 6 going offline due to error advancing checkpoint
    ORA-01122: database file 6 failed verification check
    ORA-01110: data file 6: 'D:\ORACLE\ORADATA\LIVE\VGSM_DB01.DBF'
    ORA-01208: data file is an old version - not accessing current version

    Thanks
    I looked at applicaiton log and found there are message on audit trail:
    26/02/2007     20:03:56     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\OmniBack CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    26/02/2007     20:01:35     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\OmniBack CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    But the datbase was not shotdown immediately, it was shutdown next day as shown below:
    27/02/2007     12:17:46     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: AUSALDB03\oborj0 CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    27/02/2007     12:17:45     Oracle.live     AUSALDB03     Initializing PGA for process ARC1 in instance live.
    27/02/2007     12:17:44     Oracle.live     Initializing PGA for process ARC0 in instance live.
    27/02/2007     12:17:44     Oracle.live     Initializing PGA for process RECO in instance live.
    27/02/2007     12:17:44     Oracle.live     Initializing PGA for process SMON in instance live.
    27/02/2007     12:17:43     Oracle.live     Initializing PGA for process CKPT in instance live.
    27/02/2007     12:17:43     Oracle.live     Initializing PGA for process LGWR in instance live.
    27/02/2007     12:17:43     Oracle.live     Initializing PGA for process DBW0 in instance live.
    27/02/2007     12:17:42     Oracle.live     Initializing PGA for process PMON in instance live.
    27/02/2007     12:17:42     Oracle.live     Initializing SGA for instance live.
    27/02/2007     12:17:42     Oracle.live     Audit trail: ACTION : 'STARTUP' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: AUSALDB03\oborj0 CLIENT TERMINAL: Not Available STATUS: 0 .
    27/02/2007     12:17:11     Oracle.live     Instance live has been terminated.
    27/02/2007     12:17:10     Oracle.live     All process in instance live stopped
    27/02/2007     12:17:09     Oracle.live     Shutdown normal performed on instance live.
    27/02/2007     12:17:09     Oracle.live     Audit trail: ACTION : 'SHUTDOWN' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: AUSALDB03\oborj0 CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    27/02/2007     12:13:31     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: AUSALDB03\oborj0 CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    Do you think the database was not shutdown properly at that time? If backup of datafile was carried on with database still open, it may cause the errors as shwon on oracle alert log file, but I am not sure.
    Also I found the database was shutdown properly on the othe day but with user name ="sys"! Do you think this username cause the problem of shutdown?
    24/02/2007     20:04:54     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: 'sys' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    24/02/2007     20:04:54     Oracle.liveInitializing PGA for process ARC1 in instance live.
    24/02/2007     20:04:53     Oracle.live     Initializing PGA for process ARC0 in instance live.
    24/02/2007     20:04:53     Oracle.liveInitializing PGA for process RECO in instance live.
    24/02/2007     20:04:53     Oracle.live     Initializing PGA for process SMON in instance live.
    24/02/2007     20:04:53     Oracle.live     Initializing PGA for process CKPT in instance live.
    24/02/2007     20:04:52     Oracle.live     Initializing PGA for process LGWR in instance live.
    24/02/2007     20:04:52     Oracle.live     Initializing PGA for process DBW0 in instance live.
    24/02/2007     20:04:52     Oracle.live     Initializing PGA for process PMON in instance live.
    24/02/2007     20:04:51     Oracle.live     Initializing SGA for instance live.
    24/02/2007     20:04:51     Oracle.live     Audit trail: ACTION : 'STARTUP' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: Not Available STATUS: 0 .
    24/02/2007     20:04:51     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: 'sys' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    24/02/2007     20:00:17     Oracle.live     Instance live has been terminated.
    24/02/2007     20:00:15     Oracle.live     All process in instance live stopped
    24/02/2007     20:00:11     Oracle.live     Shutdown normal performed on instance live.
    24/02/2007     20:00:11     Oracle.live     Audit trail: ACTION : 'SHUTDOWN' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    24/02/2007     20:00:08     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: 'sys' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    Thanks for your help!
    Li

  • Datafile goes to Offline in Windows reach at 20GB

    Hai All,
    Our Database(Oracle 9i) Working in Windows 2000 Server . Last Thursday around 1:30 our one datafile goes to offline and cannot read or write from this datafile. I see the size =0 and status offline in oracle Enterprise Manager Console.
    The Error Part from Alert Log file is
    SMON: Parallel transaction recovery tried
    Thu Jul 27 13:00:15 2006
    SMON: Parallel transaction recovery tried
    Thu Jul 27 13:20:44 2006
    Errors in file d:\oracle\admin\lourde\udump\lourde_ora_1800.trc:
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-01115: IO error reading block from file 11 (block # 22634)
    ORA-01110: data file 11: 'D:\ORACLE\ORADATA\LOURDE\MEDIWARE.DBF'
    ORA-27091: skgfqio: unable to queue I/O
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    OSD-04026: Invalid parameter passed. (OS 22633)
    ORA-01115: IO error reading block from file 11 (block # 1819298)
    ORA-01110: data file 11: 'D:\ORACLE\ORADATA\LOURDE\MEDIWARE.DBF'
    ORA-27091: skgfqio: unable to queue I/O
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    OSD-04026: Invalid parameter passed. (OS 1819297)
    Thu Jul 27 13:20:50 2006
    KCF: write/open error block=0x270ab1 online=1
    file=11 D:\ORACLE\ORADATA\LOURDE\MEDIWARE.DBF
    error=27069 txt: 'OSD-04026: Invalid parameter passed. (OS 2558641)'
    Automatic datafile offline due to write error on
    file 11: D:\ORACLE\ORADATA\LOURDE\MEDIWARE.DBF
    Thu Jul 27 13:27:51 2006
    /* OracleOEM */ ALTER DATABASE DATAFILE 'D:\ORACLE\ORADATA\LOURDE\MEDIWARE.DBF' ONLINE
    Thu Jul 27 13:27:51 2006
    ORA-1113 signalled during: /* OracleOEM */ ALTER DATABASE DATAFILE 'D:\ORACLE...
    Thu Jul 27 13:30:57 2006
    ALTER DATABASE RECOVER DATAFILE 11
    Thu Jul 27 13:30:57 2006
    Media Recovery Datafile: 11
    Media Recovery Start
    Starting datafile 11 recovery in thread 1 sequence 1235
    Datafile 11: 'D:\ORACLE\ORADATA\LOURDE\MEDIWARE.DBF'
    Media Recovery Log
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 1235 Reading mem 0
    Mem# 0 errs 0: D:\ORACLE\ORADATA\LOURDE\REDO01.LOG
    Errors with log .
    Thu Jul 27 13:31:05 2006
    KCF: write/open error block=0x5871 online=0
    file=11 D:\ORACLE\ORADATA\LOURDE\MEDIWARE.DBF
    error=27069 txt: 'OSD-04026: Invalid parameter passed. (OS 22641)'
    KCF: write/open error block=0x1bc2a6 online=0
    file=11 D:\ORACLE\ORADATA\LOURDE\MEDIWARE.DBF
    error=27069 txt: 'OSD-04026: Invalid parameter passed. (OS 1819302)'
    KCF: write/open error block=0x5b1d online=0
    file=11 D:\ORACLE\ORADATA\LOURDE\MEDIWARE.DBF
    The database is in archive log. This specific datafile is in autoextend mode . This error reaches 20th gb of datafile. any limitation of the database file in Windows. In Hard disk lot of space extra at that time. What is the reason of happening this error please help...
    Shiju Kurian

    hi
    ORA-01115: IO error reading block from file 11 (block # 1819298)this error related to datablock corruption....
    in this the error reason is datablock corruption.
    regards
    Mohammadi

  • HP Officejet Pro L7590 goes "offline" from my HP Pavilion laptop

    My network printer (HP Officejet Pro L7590) goes "offline" from my HP Pavilion laptop often.  I have to uninstall it and reinstall it in order to print again.  It doesn't happen all of the time but about 90% of the time.  
    Documents will stay in queue but not print.  I can't uninstall it completely without deleting any documents in queue.  It's so frustrating!!
    How do it get it back online without having to go through this? Do i need to reinstall a printer driver or update it?  How can I tell if I need to do that?

    There are several updates on this page.  You did not state it but I assume you are using WIn7 64-bit.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • SOLUTION to your HP printer going offline and/or constantly disconnecting from the network

    If you are having a problem printing, scanning or faxing with any HP Printer because of it going offline and constantly disconnecting from the network, here is the fix!
    I figured this all out after many unsuccessful attempts with HP Support, my Internet Service Provider and various troubleshooting tasks including reinstalling HP software over and over and over.  Well, through self teaching on the internet and 6 grueling months of research, I FINALLY figured it out.  OMG!  I am a Paramedic (not IT) and somewhat computer literate but by far no expert.  I here all of you!  Nobody seems to have the answer but I am 97% sure that I do.  Either way, please reply back and let me know that this did in fact work for you!  :-)   
    It doesn't matter if your printer is installed wirelessly or wired.  Don’t worry about reinstalling your software, no recycling your printers’ power or your Router/Modem.  The reason your printer is unstable on the network and continues to either go offline or disconnect from the network is NOT because the software is glitched, it’s not a firewall problem per say, it’s not a router problem, there isn’t a problem with your power cord, it’s because most networks use a “range” of IP addresses and for security purposes, it sort of “cycles” the various devices’ IP addresses to decrease the chance of an attack.  A printer is no threat but the “network” doesn’t possess human intelligence so it doesn’t know this.  Below are my step by step instructions on how to basically make your printer hold its IP address (static IP) instead of changing back and forth through a cycle therefore dropping your printer off the network or disconnecting. 
    Funny, if you are someone who has had items in your print cue, they won’t print, and you turn your printer off and then back on and suddenly your documents print…well, join my club.  The reason this works is because when you first turn on the printer, it starts with the same IP address before it cycles.  If you are someone who sits there for a while and suddenly your documents print without you changing anything…this is because through the IP cycle change, it hits your printers IP address and the network will allow it to print.  Not very funny, I know.  It took me forever to figure out why my printer would print sometimes but not all the time.  Since I figured this out, I can SCAN, PRINT and use all of the features of my installed HP software such as HP Solution Center, Photosmart Essentials.   
    On your printer, go to menu/setup/network and press OK.  Inside the network menu, print a "network configuration page" so you can see the IP address and other settings for your printer.
    Now, go back to main menu on your printers’ screen.  Or you can go to your web browser and type in the IP address using the decimals too and this will take you to your printers’ web page.  Choose: setup\network and press OK.  Look for IP settings and press OK. Choose "manual" instead of "automatic". Enter the IP address there manually as well as the default gateway which you can see on the network configuration page that you printed earlier.  Note: If you manually set the printer's IP, make sure that it is outside of your router's DHCP range. Otherwise you may run into an issue with duplicate IP's on your network. (If you don’t know how to do this, write back and I will explain).  Don’t forget to click “save changes”.  Now, restart your computer and print anything you want.  :-) 
    A trick I often use with printers in DHCP networks:
    In Printers and Faxes right click on the printer and select “properties”.  Click add a new port.  Choose standard TCP/IP port configured to the printer host name. Read the hostname from the printer's network configuration sheet.
    Using my method means that you always connect to the printer even if its IP changes (which may happen with dynamic configuration). This does not jeopardize your network security.  It just tells your printer to stay put and stop traveling the IP address highway.  :-)
    This question was solved.
    View Solution.

    The DHCP range is the range of IP addresses the router hands out automatically as devices join the network.  The DHCP range is determined by the router and each brand has a range set at the factory (that can be changed by you).
    Your D-link's DHCP default range is 192.168.0.100 to 192.168.0.199.  So, outside the DHCP range is .2 to .99 and .200 to .254.
    Attached is a handy cheat sheet.
    You can change this range by entering the router's settings page - type the router's IP address into a browser, enter the login info and navigate to the DHCP settings area (varies based on router, hunt around).
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP
    Attachments:
    Router Facts.pdf ‏25 KB

  • Disable OEM alerts from busy disk device

    Hello
    Using OEM GRID target database is 10G R2 under Sun Solaris 10
    How could I do to disable the OEM alerts from busy disk device?
    Thank in advance

    MOS: How to clear an Alert in Enterprise Manager Grid Control (Doc ID 748630.1)

  • I have problems in communication between my notebook and Epson printer. It goes offline everytime I unplug it from the notebook and there is no way how to switch it on. Although the printer is recognized and scanning is not a problem. Any solution?

    I have problems in communication between my notebook and Epson printer. It goes offline everytime I unplug it from the notebook and there is no way how to switch it on. Although the printer is recognized and scanning is not a problem. Any solution?

    this is exactly the kind of response i expected, almost begged support to please not do this to me and yet there it is another meaningless, non helpful, standard template response to restart my apple tv.
    this does NOT work which is why i am contacting you. i have tried all suggestions about unplugging and restarting and nothing works.
    i live in an apartment and logon to the provided wifi wireless. so i do not have access to a router. however, management says they have talked with their provider and have been assured that the required ports are available.
    remember all the jokes about how bad windows was because the solution was always to re boot. funny huh? how is apple any different.
    i have been to the local apple care store and they are clueless, too.
    should we just end it here and you admit that i will not be getting any support from apple on this one? i got the ipad because my kids were such big fans. it is difficult for me to share their enthusiasm.
    at this point i am just curious about how you say you cannot support your own product so i can complete my file on this contact.
    thanks...sorry it was you who got this problem..

  • Keeping c310 from going offline

    my c310 goes offline even if my computer is not sleeping.  How do I keep my printer on 24/7?  I can't even turn off power button to restart.  I have to pull the plug to reboot.  I'm sick of this procedure.

    Ghery wrote:
    I have the same problem and the links did not go directly to anything useful.  The C310a goes to an off-line status at random times.  Attempting to print from a computer on the network, or using ePrint results in the same message - the printer is offline.  Removing power at the plug, returning power and hitting the power button is the only identified fix.  And, yes, I'm using a static IP address and have tried locations closer to the router with the same result.
    The referral to the other forums I provided above was because that is where you will find help for basic functional issues like the type you are raising - this forum is for web services issues and you have a more basic printer wifi connetivity issue.  
    You should start a new thread in those forums as indicated - the first one if your printer is totally locking up, the second one if the printer is responsive but won't stay connected to your wireless network.  
     - Printer locking up: http://h30434.www3.hp.com/t5/Printer-All-in-One-In​stall-and/bd-p/Install
     - Losing network connection:  http://h30434.www3.hp.com/t5/Printer-networking-an​d-wireless/bd-p/Networking
    I am an HP employee.

  • Stop NAL from going offline?

    We've got a few remote (notebook) users who use a VPN (Cisco) to connect
    to our network via their high-speed ISP. In the cases of many in one
    geographical area, their NAL goes into offline mode, and stays that way
    until a human sets it back to online mode. Needless to say, this isn't
    what we need, and it's starting to bite us as updates aren't received by
    users.
    1. What causes NAL to go offline? Can communications problems (ISP
    problems) cause this? Can a rogue app do this? Or, is this a human issue?
    2. Is there a hack that will make sure it's online when the computer is
    rebooted, or lengthens the time before it goes offline, or perhaps even
    makes it impossible to move it to offline mode?
    Thanks!
    Tim Wohlford, CNE

    Tim,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • How do I stop my Blu-Ray burner from "sleeping" or going offline?

    I recently installed a PIONEER BD-RW BDR-206 Blu-Ray burner in my Mac Pro.  After about an hour or so it apparently goes to sleep or does something where the computer does not recognize it anymore.  And I can't do anything to bring it back other than restart the computer. 
    This poses a significant problem when I use Compressor to burn Blu-Ray discs because Compressor might take 10 hours to process, then when it's done I lose everything because it can't burn the disc because the computer doesn't see the blu-ray burner anymore. 
    The only way I've found to get around this is to eject and then close the burner every hour or so.  That's a good band aid, but not acceptable.  Especially when I set to burn overnight or I leave the office for the day.
    I've gone through System Settings and do not see anything pertaining to this, but I'd be happy to admit if I've overlooked something to fix this issue!
    Please offer any feedback,
    Thank you.
    Eric P

    Thanks Dennis.   I believe I did try that option to no avail.  After talking with the techs where I got it (MacSales or MacWorld... don't remember off hand now) they said that that particular burner was known for this issue with Macs.  They work with Macs, but they have that problem of going offline even if all computer settings say to stay active.  I ultimately purchased a different brand burner and now it works no problem. 
    I also bought a casing for the old Pioneer so that I could still use it.
    Thanks,
    Eric

Maybe you are looking for

  • SMS Notifications Do Not Work (no sound, just short vibration)

    My notification settings for SMS and MMS messages appear to be ignored.  I have them set as an audio tone, I have the volume all the way up and I have the vibration set to 'long'.  When I get an SMS message, why do I only get a *very* short vibrate a

  • Ipod doesnt turn on?

    i connected my i pod to the computer when i was installing the itunes and it started to get hot and the lcd display slowly faded and turned off, and doesnt turn back on. tried to charge it and nothing happened, i also tried to reconnected to the comp

  • HT3209 Unable to transfer rented movie to I pad, error message indicates already transferred to device, but it is not

    I cannot stand that assistance is not readily available, I rented 2 movies that will not transfer from my coomputer to my I pad, error message said they were already transferred to another device, this is not true???

  • Change security reset email address

    Hi I have to reset the security on my apple Id and the info is sent to a recovery email address that Do not exist anymore. I have included a new email, but security email still go to old address. Thanks for any help.

  • Sales Order and Delivery

    Hii Is it possible to delete the sales order and delivery documents after adding it. for eg. Customer C001 created sales order and then made delivery. Is it possible to delete that sales order and delivery document and trasactions done related to it.