BK9121 Driver Timeout read error

Hi, I downloaded and installed the BK9121 driver from NI but when I tried to use the example code I get error -1073807339 occured at VISA Read in BK9121A.lvlib:Initialize.vi->BK9121A Output DC Volts.vi (HEX 0xBFFF0015, timeout expired before operation completed).
It seems to be related to wait for DSR which simply times out, *IDN? also times out. I did test the instrument with direct VISA (intitialize, write, read) and MAX Soft panel and they work but the driver from NI does not....what to do?

Are you SURE you actually sent a carriage return character on you VISA write?  We can't tell from your screenshot because if the Write string is in Normal display, you won't see the carriage return.  If it is in \code display like SMercurio said, it would show up as D\r.
In NI spy it would show up as 17.
VISA Write ("COM1", "D." ) Process ID : 0x00000144        Thread ID: 0x00000664 Start Time: 15:50:29.610      Call Duration 00:00:00.015    Status: 0 (VI_SUCCESS)
Notice D.  where the period represents an unprintable character.  If \r doesn't work, try \n
Message Edited by Ravens Fan on 10-28-2008 03:54 PM

Similar Messages

  • My DVD drive not reading DVDs, but can read some DVDs with data on it. Device manager shows no error

    My DVD drive not reading DVDs, but can read some DVDs with data on it. Device manager shows no errors.
    I tried to reinstall driver.
    I downloaded new codec
    I tried Microsoft FIX IT
     Nothing worked.
    Need some help.
    Thank you!!
    Paul

    Hi Albos, This is a known problem. These superdrives die after a while. See the various threads on this site and the internet. I have the same problem with my Imac 20" 2.16 ghz. Just wants to burn and read cd's. Its has to do with the laser. For DVD an CD are two different laser and the one for DVD's has probably died in yours (as it did in mine). I bought an external LG burner and problem solved. (And a lot cheaper than replacing the superdrive)
    Hope this helps you.
    Robert

  • Equium A110-233 drive not reading any discs - error code 39

    Drive not reading any discs.
    Something to do with driver. As far as i can tell it says code 39 error.

    Hi
    Please try the first method:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;320553
    There you will find a link to the MS website which provides a nice solution.

  • Error says my External backup hard drive is read only

    I have a WD External drive that I use for my Time Machine backup. I turned on the computer today and it says it cannot backup because the drive is read only. It appears on the desktop and in the Finder window. When I open Time Machine preferences, it's identified as the backup disk. But when I choose "backup now", I get that message (it's read only).
    Do I have to partition this again using Disk Utility or is there a simpler solution? Thank you,

    See #C6 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of this forum).

  • Socket read error: connection reset by peer

    Hi.
    Has anybody experienced the error message �Socket read error: connection reset by peer�
    Please see below for detailed information.
    Appreciate your help
    Regards
    RT
    Enviroment specification
    Server: HP/UX 11.00 64-bit, Oracle RDBMS 8.1.6.0.0 64-bit
    2 firewalls between client and db.
    Client:
    Win 2000,
    SP3,
    Oracle Client 8.1.7.0.0 ,JDBC OCI (thin JDBC driver,class12.zip)
    JDK 1.3
    JRUN3.0
    The TCP protocol is being used in the communication
    Error messages
    Web Users receive:           Socket read error: connection reset by peer
    Trace files on the sever:      Read unexpected EOF ERROR on 18.
    Explanation: The error in the server sqlnet trace file, suggests that a client connection has terminated abnormally, i.e. client machine powered off, a cable removed or a network connection aborted without warning. No user has complained of such a problem and there is no client trace with an error.
    The problem
    The users of the java web application, experiencing an exception almost once or twice a day.
    The JRUN web-server reports broken connections to the db and client are receiving "connection reset by peer".
    At the moment when the errors occurs the users just have to wait a while(2-10 min) and then they can use the web application again.(no action is taken)
    This problem can not be reproduced. The problem happens only occasionally when the network is under heavy load and new DB connection is being created.
    The application
    The java web-application uses a customized connection pooling against the database. This pool is shared among all the users of the website. whenever a user process needs to fetch data from the database, a free connection from this pool is allocated. The application is testing if the connection is valid before making a transaction (select '1' from dual). When the error occurs a ORA-3113 end-of-file on communication channel is returned to the application.
    The path between the client and db involves at least two firewalls. The firewalls are opened for sql*net traffic. The network group can tell that enquiries from the app.server is not getting feedback from the db. They have not however, identified if the enquiries are reaching the db-srever, or if they are stopped earlier in the network.
    Around 1000 users, are using other applications which uses dedicated sqlnet connections against the db and they have not experienced any problems.
    Issues considered
    Connection pooling
    It is a customized connection pooling, developed by Lindorff developers.
    I have read through the source code for the connection pooling and it does the job as it should, and in case of bad connection, it tries to create a new connection.
    The log file shows that the call to the method DriverManager.getConnection() hangs until the server goes down, which is probably because of the fact that the method DriverManager.setLoginTimeout(), does not take effect and timeout value is Zero. ( According to oracle , Oracle JDBC does not support login timeouts and calling the static DriverManager.setLoginTimeout() method will have no effect).
    Firewall
    One thing to consider is when the firewall may decide to shut down the socket due to long inactivity of a connection. This will cause problems to JDBC Connection Pool because the pool is not aware of this disconnection at the TCP/IP level; until someone checks out the connection from the pool and tries to use it. The user will get a Socket read error: connection reset by peer.
    Jrun timeout paramter is less than the firewall�s timeout so the firewall will not close a connection before Jrun does.
    Number of processes the DB can handle
    Processes parameter is 1300, , they have not experienced the Oracle error msg �max # of processes reached�.
    Port redirection through a firewall:
    Since the firewall has a sql net proxy Port redirection through a firewall is not a problem. Problems with port redirection only appear at connect time, but in this situation the connections fail long after the connection is established.
    The network group
    The network people who investigaged the problem at Lindorff report that there are a significant amount of "dropped packages" between the database server and the jdbc client (web-application) 24 hrs. The reason for this is "unknown established TCP packet" which means that the firewall does not consider these packages to be part of an already established session. The network group believes this happen because one of the hosts send a RESET or FIN signal which the firewall have noticed but are not received by the other host.
    It seems like the firewall are dropping packages bacause of "Unknown
    established TCP packet" from both the JDBC client and the TNSLISTENER on the database server. The dropped packages are SQL*Net v2 traffic so clearly Oracle products are involved

    Presumably something is working.
    Thus the problem is not with your code. At least not the database part that you have control over.
    That error occurs when the other side closes the socket. Presumably you are catching lost connection exceptions and trying to restore it.

  • Ata driver timeout and Solaris 10 10/08

    Good day,
    My Solaris 10 10/08 installation is suffering from ata driver timeouts. The error messages are exactly the same as those documented in OpenSolaris Bug ID 6586621 (abort request,abort device,reset target,reset bus,early timeout in quick succession followed by "Vendor 'Gen-ATA ' error code: 0x3".
    The underlying disks are QEMU disks in a XenServer HVM and the VM has two CPUs. Since the disks are actually files on an underlying RAID 10 array that is reported as healthy by the RAID controller, I would exclude hardware faults (other VMs run faultlessly).
    The suggestion at http://justindthomas.wordpress.com/2008/12/22/xenserver-5-and-opensolaris-0811/ regarding the disabling of DMA use by the ata driver has not been effective.
    Any pointer is welcome. I would also appreciate an evaluaton of the validity to my case of workaround 5 suggested at http://docs.sun.com/app/docs/doc/820-5245/fhknh?a=view (Solaris 10 10/08 release notes).
    Many thanks for any help.
    Cheers!

    From what I have seen these errors are generated from the dvd-rom (ide device) not coming online fully or failing during boot. Sometimes the errors go away with a simple reboot, but they might re-appear on the next reboot. The only sure way to resolve this issue is to disconnect the dvd drive.
    I am trying to find a an alternative to physically disconnecting the dvdroms, looking for a way way to disable the dvd from being detected.

  • NVRM  Read Error

    Hi there,
    I have bought a Macbook Pro 371 in mid-September. And two weeks ago, after i had replaced windows 7 with windows xp through VMware, it sharing personal files with os x, suddenly there's screen mess, the system is not responding, so i have to restarted it serveral times every day, even i haved reinstalled the system or repair disk permissions. I taked it to Apple Store, the apple geinus tested it through the network cable, and it's ok. The trouble has seriously affected my work and emotional.
    Could any one help me, thx!!
    Here's some logs i copied from Console
    Mon Nov 8 20:05:42 2010
    panic(cpu 2 caller 0x9ca5d7): NVRM[0/1:0:0]: Read Error 0x00101000: CFG 0x0a2910de 0x00100406 0xc0000000, BAR0 0xc0000000 0x7f69e000 0x0a5480a2, D3, P1/4
    Backtrace (CPU 2), Frame : Return Address (4 potential args on stack)
    0x930db248 : 0x21b455 (0x5cf328 0x930db27c 0x2238b1 0x0)
    0x930db298 : 0x9ca5d7 (0xbd6f0c 0xc45f80 0xbe4468 0x0)
    0x930db338 : 0xadd179 (0x9147804 0x8311004 0x101000 0x0)
    0x930db388 : 0xa5255c (0x8311004 0x101000 0x0 0x0)
    0x930db3d8 : 0xa52b3c (0x8311004 0x930db430 0x0 0x0)
    0x930db488 : 0xa5a726 (0x8311004 0x5 0x0 0x0)
    0x930db4f8 : 0xa5aa10 (0x8311004 0x9690004 0x967d564 0x0)
    0x930db538 : 0xa5aaf5 (0x8311004 0x23 0x0 0x0)
    0x930db588 : 0xa5ef3c (0x4 0x2 0xe461 0x0)
    0x930db688 : 0xa61241 (0x9690004 0xb9f8 0x28 0x0)
    0x930db7f8 : 0x164eb22 (0x8311004 0x930db82c 0x0 0x0)
    0x930db848 : 0x164f35f (0x8311004 0x6457 0x1 0x0)
    0x930db8c8 : 0x9cc0be (0x8311004 0x3e 0x0 0x0)
    0x930db968 : 0x9cfe28 (0xc1d00025 0x1000000 0x41 0x2)
    0x930dbac8 : 0x9d1053 (0x0 0x600d600d 0x703a 0x930dbaf8)
    0x930dbb98 : 0xbca604 (0xc1d00025 0x1000000 0x41 0x2)
    0x930dbc18 : 0xbbdfa1 (0x461bb000 0x930dbe3c 0x0 0x11)
    0x930dbd28 : 0x969b26 (0x461bb000 0x1 0x930dbdba 0x84)
    0x930dbd88 : 0x95c8d9 (0x91d6000 0x1 0x930dbdba 0x84)
    0x930dbdf8 : 0x95d0b6 (0x91d6000 0x19 0x930dbe3c 0x0)
    0x930dbe68 : 0x95db43 (0x91d6000 0x2 0x0 0x2265b1)
    0x930dbed8 : 0x94cf5a (0x91d6000 0x64706f77 0x2 0x2270f6)
    0x930dbf08 : 0x54884d (0x91d6000 0x91ae8c0 0x1 0x29d54e)
    0x930dbf58 : 0x54787e (0x91ae8c0 0x863ea0 0x0 0x2a1591)
    0x930dbf88 : 0x547cd8 (0x91abe40 0x94cd000 0x84632cc5 0x2a7e4f)
    0x930dbfc8 : 0x29e6cc (0x91abe40 0x0 0x10 0x896da20)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.nvidia.nv50hal(6.1.8)@0x154d000->0x196efff
    dependency: com.apple.NVDAResman(6.1.8)@0x966000
    com.apple.NVDAResman(6.1.8)@0x966000->0xc47fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x926000
    dependency: com.apple.iokit.IONDRVSupport(2.1)@0x959000
    dependency: com.apple.iokit.IOGraphicsFamily(2.1)@0x937000
    com.apple.iokit.IONDRVSupport(2.1)@0x959000->0x965fff
    dependency: com.apple.iokit.IOGraphicsFamily(2.1)@0x937000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x926000
    com.apple.iokit.IOGraphicsFamily(2.1)@0x937000->0x958fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x926000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10F569
    Kernel version:
    Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 73707773006
    unloaded kexts:
    (none)
    loaded kexts:
    com.apple.driver.AppleHWSensor 1.9.3d0 - last loaded 34769456880
    com.apple.driver.AppleTyMCEDriver 1.0.1d8
    com.apple.driver.AGPM 100.12.12
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.InternalModemSupport 2.6.2
    com.apple.driver.AppleHDA 1.8.7f1
    com.apple.driver.AppleMikeyDriver 1.8.7f1
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.driver.AppleIntelHDGraphics 6.1.8
    com.apple.driver.AppleIntelHDGraphicsFB 6.1.8
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleIntelYonahProfile 14
    com.apple.kext.AppleSMCLMU 1.5.0d3
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.iokit.CHUDUtils 364
    com.apple.iokit.CHUDProf 364
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleIntelPenrynProfile 17.1
    com.apple.driver.AppleIntelNehalemProfile 11.1
    com.apple.driver.AppleIntelMeromProfile 19.1
    com.apple.driver.ACPISMCPlatformPlugin 4.1.2b1
    com.apple.driver.AppleGraphicsControl 2.8.63
    com.apple.driver.AppleBacklight 170.0.24
    com.apple.GeForce 6.1.8
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleUSBTCButtons 1.8.1b1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleUSBCardReader 2.5.4
    com.apple.driver.AppleIRController 303.8
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 1.6.2
    com.apple.driver.AppleUSBHub 4.0.0
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.driver.AirPortBrcm43224 425.16.2
    com.apple.iokit.AppleBCM5701Ethernet 2.3.8b2
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleUSBEHCI 4.0.2
    com.apple.driver.AppleUSBUHCI 4.0.2
    com.apple.driver.AppleAHCIPort 2.1.2
    com.apple.driver.AppleACPIButtons 1.3.2
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.2
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.10.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.10.0
    com.apple.driver.AppleHDAPlatformDriver 1.8.7f1
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleHDAHardwareConfigDriver 1.8.7f1
    com.apple.driver.DspFuncLib 1.8.7f1
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IOSurface 74.0
    com.apple.iokit.IOBluetoothSerialManager 2.3.7f1
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.CHUDKernLib 365
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.8.7f1
    com.apple.iokit.IOHDAFamily 1.8.7f1
    com.apple.iokit.AppleProfileFamily 41.4
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.1.2b1
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.nvidia.nv50hal 6.1.8
    com.apple.NVDAResman 6.1.8
    com.apple.iokit.IONDRVSupport 2.1
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.3.7f1
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.7f1
    com.apple.iokit.IOBluetoothFamily 2.3.7f1
    com.apple.driver.AppleUSBMultitouch 205.32
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.5
    com.apple.iokit.IOUSBMassStorageClass 2.6.1
    com.apple.iokit.IOUSBHIDDriver 4.0.2
    com.apple.driver.AppleUSBMergeNub 4.0.0
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.AppleFileSystemDriver 2.0
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.4
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOUSBUserClient 4.0.0
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IO80211Family 311.1
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOUSBFamily 4.0.2
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 283
    com.apple.iokit.IOStorageFamily 1.6.1
    com.apple.driver.AppleACPIPlatform 1.3.2
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Nov 8 20:07:55 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0x8 = Fifo: Watchdog Timeout Error
    Nov 8 20:08:20 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0xd = GR: SW Notify Error
    Nov 8 20:08:24 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0xd = GR: SW Notify Error
    Nov 8 20:08:45 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0x8 = Fifo: Watchdog Timeout Error
    Nov 8 20:08:45 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0xd = GR: SW Notify Error
    Nov 8 20:10:57 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0x8 = Fifo: Watchdog Timeout Error
    Nov 8 20:11:41 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0x6 = Fifo: Parse Error
    Nov 8 20:11:41 localhost kernel[0]: NVDA(Video): Channel exception! exception type = 0x6 = Fifo: Parse Error
    Nov 8 20:11:41 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0xd = GR: SW Notify Error
    Nov 8 20:11:41 localhost kernel[0]: NVDA(Video): Channel exception! exception type = 0x3 = Fifo: Unknown Method Error
    Nov 8 20:22:20 localhost kernel[0]: NVDA(CopyEngine): Channel exception! exception type = 0x27 = CE0: Unknown Error
    Nov 8 20:22:20 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0xd = GR: SW Notify Error
    Nov 8 20:22:40 localhost kernel[0]: NVDA(CopyEngine): Channel exception! exception type = 0x6 = Fifo: Parse Error
    Nov 8 20:22:40 localhost kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0x6 = Fifo: Parse Error
    Nov 8 20:25:03 localhost kernel[0]: NVDA(CopyEngine): Channel exception! exception type = 0x6 = Fifo: Parse Error

    here's another log
    Interval Since Last Panic Report: 36 sec
    Panics Since Last Report: 1
    Anonymous UUID: 8D559E0F-AE9B-4859-ABDB-E1D6CD8E2991
    Fri Nov 5 23:13:02 2010
    panic(cpu 1 caller 0x2a8ab2): Kernel trap at 0x00000000, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x09541004, EBX: 0x09541004, ECX: 0x00000100, EDX: 0x08316004
    CR2: 0x00000000, EBP: 0x5bf73318, ESI: 0x08316004, EDI: 0x09541004
    EFL: 0x00010206, EIP: 0x00000000, CS: 0x00000008, DS: 0x00000010
    Error code: 0x00000010
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x5bf73118 : 0x21b455 (0x5cf328 0x5bf7314c 0x2238b1 0x0)
    0x5bf73168 : 0x2a8ab2 (0x591664 0x0 0xe 0x59182e)
    0x5bf73248 : 0x29e9a8 (0x5bf73260 0x9539804 0x5bf73318 0x0)
    0x5bf73258 : 0x0 (0xe 0x48 0x10 0x10)
    0x5bf73318 : 0xaae312 (0x8316004 0x9541004 0x5bf73378 0x0)
    0x5bf73398 : 0xaaaf87 (0x8316004 0x9541004 0x0 0x0)
    0x5bf73428 : 0xa86ce3 (0x8316004 0x9541004 0x5bf7346c 0x5bf73914)
    0x5bf73488 : 0xa8f70c (0x8316004 0x9348004 0x10000 0x0)
    0x5bf734e8 : 0x9bd5f9 (0x5bf735c8 0xc24da0 0x5bf73504 0xad5fc7)
    0x5bf73518 : 0xa94ed1 (0x5bf735c8 0xc24da0 0x0 0x0)
    0x5bf73538 : 0x9bd201 (0x5bf735c8 0x1 0x5bf73554 0x0)
    0x5bf73588 : 0x9bd3dd (0x10 0x5bf735ec 0x0 0x0)
    0x5bf73608 : 0x9abbd6 (0x5bf73908 0x0 0x10 0x0)
    0x5bf73698 : 0x9cfcbf (0x5bf73828 0x9 0x0 0x0)
    0x5bf737f8 : 0x9d1a37 (0x0 0x600d600d 0x702a 0x5bf73828)
    0x5bf738c8 : 0xbab93b (0xc1d00003 0x1007313 0x730122 0x5bf73908)
    0x5bf73938 : 0xbabee2 (0x46205000 0xc1 0x5bf73968 0x5bf73964)
    0x5bf73988 : 0xbbdb3e (0x46205000 0x0 0x12c 0x4620f324)
    0x5bf73a98 : 0x969b00 (0x46205000 0x0 0x5bf73baa 0x80)
    0x5bf73af8 : 0x95e6cc (0x8fed400 0x0 0x5bf73baa 0x80)
    0x5bf73bf8 : 0x95effa (0x8fed400 0x8cedb80 0x95ee22 0x8fed400)
    0x5bf73c88 : 0x9491e2 (0x8fed400 0x950a78 0x8fcdde0 0x8335e70)
    0x5bf73d08 : 0x947b8c (0x8fed400 0x5bf73dcc 0x88e61f4 0x213e04)
    0x5bf73d38 : 0x53352d (0x8fed400 0x88e61f4 0x88e61f4 0x0)
    0x5bf73d88 : 0x56440a (0x8fed400 0x88e61f4 0x88e61f4 0x0)
    0x5bf73de8 : 0x2850e5 (0x8fed400 0x88e61f4 0x0 0x0)
    0x5bf73e58 : 0x21d7f7 (0x89b6e68 0x8680184 0x89b6e6c 0x89b6ea4)
    0x5bf73e98 : 0x210983 (0x89b6e00 0x5bf73edc 0x8a281ec 0x5bf73ed0)
    0x5bf73ef8 : 0x216be6 (0x89b6e00 0x0 0x0 0x0)
    0x5bf73f78 : 0x293eb4 (0x8cdb328 0x0 0x0 0x0)
    0x5bf73fc8 : 0x29f48d (0x8cdb324 0x0 0x10 0x0)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.NVDAResman(6.1.6)@0x966000->0xc46fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x926000
    dependency: com.apple.iokit.IONDRVSupport(2.1)@0x959000
    dependency: com.apple.iokit.IOGraphicsFamily(2.1)@0x937000
    com.apple.iokit.IONDRVSupport(2.1)@0x959000->0x965fff
    dependency: com.apple.iokit.IOGraphicsFamily(2.1)@0x937000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x926000
    com.apple.iokit.IOGraphicsFamily(2.1)@0x937000->0x958fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x926000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    10F569
    Kernel version:
    Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 28398525319
    unloaded kexts:
    (none)
    loaded kexts:
    com.apple.driver.AppleHWSensor 1.9.3d0 - last loaded 28338497270
    com.apple.filesystems.msdosfs 1.6.1
    com.apple.driver.AppleTyMCEDriver 1.0.1d8
    com.apple.driver.AGPM 100.12.12
    com.apple.driver.InternalModemSupport 2.6.2
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleHDA 1.8.7f1
    com.apple.driver.AppleMikeyDriver 1.8.7f1
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.filesystems.autofs 2.1.0
    com.apple.kext.AppleSMCLMU 1.5.0d3
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.iokit.CHUDUtils 364
    com.apple.iokit.CHUDProf 364
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleIntelYonahProfile 14
    com.apple.driver.AppleIntelPenrynProfile 17.1
    com.apple.driver.AppleIntelNehalemProfile 11.1
    com.apple.driver.AppleIntelMeromProfile 19.1
    com.apple.driver.ACPISMCPlatformPlugin 4.1.2b1
    com.apple.GeForce 6.1.6
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleGraphicsControl 2.8.63
    com.apple.driver.AppleBacklight 170.0.24
    com.apple.driver.AppleIntelHDGraphics 6.1.6
    com.apple.driver.AppleIntelHDGraphicsFB 6.1.6
    com.apple.driver.AppleUSBTCButtons 1.8.1b1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleUSBCardReader 2.5.4
    com.apple.driver.AppleIRController 303.8
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 1.6.2
    com.apple.driver.AppleUSBHub 4.0.0
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.driver.AirPortBrcm43224 425.16.2
    com.apple.iokit.AppleBCM5701Ethernet 2.3.8b2
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleUSBEHCI 4.0.2
    com.apple.driver.AppleUSBUHCI 4.0.2
    com.apple.driver.AppleAHCIPort 2.1.2
    com.apple.driver.AppleACPIButtons 1.3.2
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.2
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.10.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.10.0
    com.apple.driver.AppleHDAPlatformDriver 1.8.7f1
    com.apple.driver.AppleHDAHardwareConfigDriver 1.8.7f1
    com.apple.driver.DspFuncLib 1.8.7f1
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IOSurface 74.0
    com.apple.iokit.IOBluetoothSerialManager 2.3.3f8
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.CHUDKernLib 365
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.8.7f1
    com.apple.iokit.IOHDAFamily 1.8.7f1
    com.apple.iokit.AppleProfileFamily 41.4
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.1.2b1
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.nvidia.nv50hal 6.1.6
    com.apple.NVDAResman 6.1.6
    com.apple.iokit.IONDRVSupport 2.1
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.3.3f8
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.3f8
    com.apple.iokit.IOBluetoothFamily 2.3.3f8
    com.apple.driver.AppleUSBMultitouch 204.13
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.5
    com.apple.iokit.IOUSBMassStorageClass 2.6.1
    com.apple.iokit.IOUSBHIDDriver 4.0.2
    com.apple.driver.AppleUSBMergeNub 4.0.0
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.AppleFileSystemDriver 2.0
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.4
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOUSBUserClient 4.0.0
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IO80211Family 311.1
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOUSBFamily 4.0.2
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.4
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 283
    com.apple.iokit.IOStorageFamily 1.6.1
    com.apple.driver.AppleACPIPlatform 1.3.2
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.16.1)
    Bluetooth: Version 2.3.3f8, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: Hitachi HTS545032B9SA02, 298.09 GB
    Serial ATA Device: MATSHITADVD-R UJ-898
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Ext HDD 1021, 0x1058 (Western Digital Technologies, Inc.), 0x1021, 0xfd130000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0xfd110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: iPod, 0x05ac (Apple Inc.), 0x1293, 0xfa140000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0xfa120000
    USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8218, 0xfa113000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa130000

  • Hard drive i/o error, spinning beachballs. PASSES Smart test, but fails two specific parameters:

    I'm on a Macbook from early 2007.
    First off, I'm fully aware that my HD is probably on its last legs and I have two gigantic TB external HDs on which there are multiple images of the entire drive, so data loss is not currently a problem for me. I've also just finished college assignments for the summer so I can afford to mess around with this a bit before taking the plunge and replacing it.
    What intrigues me is this. The machine has been extremely slow for a long time. Recently I disabled swapping and the speed rocketed, presumably due to the HD being utilized less during usage. Now the downside to disabling swapping is that when Safari Web Content gets out of control as it always eventually does, you can have a full on system hang which requires a forced shutdown through the power button. So it's very possible that the issues I'm currently experiencing are to do with the machine being improperly shut down one too many times and somehow damaging the drive itself.
    But anyway, this is the interesting aspect. Using TTP I ran a SMART test on the internal HD from one of the bootable partitions on one of the external ones, and to my astonishment, it actually PASSES the smart test. The only two parameters which fail are the following:
    Raw Read Error Rate
    Write Error Count
    An image of the SMART test results is attached:
    Now to give you an example of the kind of issues I'm having, in order to take that screenshot I used "Grab". When searching for Grab in spotlight it gave me results from the internal HD and from all the various backup drives I have attached. I opened the internal copy and one from a backup partition on another drive (neither of which currently booted from). The one from the backup bounced and opened. The one from internal bounced about 15 times, the spotlight bar hung with a spinning beacball, and I ended up force quitting because I got sick of waiting for it. That's the major symptom of the issue I'm having.
    Now here's the reason I'm posting. As I say I know this drive is about to go so there's no need to lecture me about that, I can't replace it immediately but plan to in the very near future when I have a chance. My question is this. Those two specific failed SMART results, what exactly would cause them in terms of HD problems? Bearing in mind that it passes every single other SMART parameter, am I looking at unmapped bad blocks, a physical problem with the head, a loose wire, a bad motor, or what? I'm just wondering specifically what might be wrong with the drive, out of pure curiosity more so than anything else. The fact that most parameters pass suggests to me that it's one very specific malfunction as opposed to the drive generally imploding.
    A surface scan from TTP crashed, but not before giving me about 30 "Used block is not a file" messages.
    Finally, to temporarily use this drive, what's the procedure? If it's unmapped bad blocks, to I erase and install, or do I go into the whole "zero all data, then reformat" option? I have a backup image taken last night from the external drive which I can restore to the internal any time I want, and as I say with so many backups and so few deadlines ahead of me I don't mind messing around a bit and experimenting.
    So if it IS a bad block issue, what does one do to force it to map them?

    Had a feeling. As I say it's already fully backed up and ATM I'm running the machine off a partition on the external. But as I say, I'm curious as to what's actually wrong with it - what type of damage / failure would cause those specific smart parameters to fail but not the rest? The motor, the head, the disk surface, what?

  • After Upgrade OBI 10g to 11g:Odbc driver returned an error - SQLExecDirectW

    Hi all,
    for an OBI upgrade from 10g to 11g I used a RPD and Webcatalog based on a remote machine other than my local machine. Firstable I am making the tests on a Linux Virtual machine, which uses the Sample Lite version from Oracle.
    I made the following steps:
    1. I upgraded the RPD and Webcatalog. It worked without any errors.
    2. I set the static variable BI_EE_HOME via Administration Tool to the path in the Linux machine.
    --> Here I am not sure if the set path is correct. It begins with: \bi\ ...\instances\...\coreapplication_obis1 (... : I can't mention here the whole path name).
    --> When the OBI Server is installed in Windows, the mentioned static variable points to something like 'C:\<install folder>\...\coreapplication_obis1'
    --> Question: is the begin of my set path correct?. I set that pointing to the Linux OBI Server, because the OBI Server is installed on Linux.
    Problem:
    After login as the user in RPD: Administrator/<Password for my upgraded RPD> I can see the links in the Catalog and the Dashboards links. But I can not see any values, any Reports when going through the links.
    For example when trying to see a Dashboard with date 12.02.2011it happens:
    Odbc driver returned an error (SQLExecDirectW).
    Status: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] general error.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43119] Query Failed:
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 17014] Could not connect to Oracle database. (HY000)
    SQL Issued: SELECT "Dimension_-_My Dimension"."MyDimension" saw_0 FROM "Accounting (ACC)" WHERE "Dimension_-_My Dimension"."MyDimension" LIKE 'J%' ORDER BY saw_0
    I think its not retrieving the data from the remote database, because I don't have the data of the remote database in my local. I think the OBI Server still is pointing to the local virtual machine Oracle database.
    Can anybody tell me what happens here and how can I solve this problem?.
    I would appreciate any help....

    Hi gerardnico,
    I've tried many things and did as in your articles, but I don't have success with that.
    These are the things I did:
    1. I searched for the file tnsnames.ora in my Linux virtual machine. I could find it in many paths:
    /.../Oracle_BI1/network/admin/samples/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/hs/admin/tnsnames.ora.sample
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/samples/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/temp/tnsnames.ora
    /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
    in the last path I found the listener.ora as well.
    2. I took the tnsnames.ora from the last path, because the ORACLE_HOME points to /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    3. I edited the tnsnames.ora this way:
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host_of_the_remote_machine)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = database_name_of_the_remote_machine)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = database_SID_of_the_remote_machine)
    (PRESENTATION = RO)
    4. I made a backup of the tnsnames.ora in path /.../Oracle_BI1/network/admin/samples/tnsnames.ora
    and copied the tnsnames.ora from /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin to the Oracle_BI1 path
    5. I set the TNS_ADMIN to /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
    6. I restarted the BI Server
    No success in what I did. The error is still there.
    7. I've tried also: sqlplus database_user_remote_machine/database_password_remote_machine@database_SID_remote_machine
    I didn't get the connection:
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 16 04:36:10 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name: database_user_remote_machine
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    What am I doing wrong here?. I am still thinking that I need the import of the database.
    Additional SID=Service-Name=Database-name in the remote machine.

  • Timeout expired error when inserting into a mirrored server

    We have 3 SQL Server 2012 servers.
    All 3 SQL Server has the same database, ie myDB.
    In 2 of the servers (say server A and B), myDB is mirrored, and on the 3rd server myDb is NOT mirrored.
    When the program calls a stored procedure to insert a record into a table in the database, on the mirrored servers (server A and B) sometimes it takes up to 7 seconds and gave an error "Timeout expired.  The timeout period elapsed prior
    to completion of the operation or the server is not responding.  This failure occured while attempting to connect to the Principle server." This doesn't happen all the time, but happens often enough throughout the day.
    The 3rd server (that is NOT mirrored) never gives this Timout expired error.
    Will mirrored server cause slowness in writing, thus causes the Timeout expired error ?
    Thank you.

    Since we can live with some missing data, I think we should use asynchronous mirroring instead of synchronous, do you agree ?
    That may be an options, provided that you are on Enterprise Edition. As I recall, Standard Edition only has synchronhous mirroring.
    There are caveats with asynchronous mirroring. One is data loss in case of a failover, which you say that you can live with. There may be more caveats, though. Unfortunately, since my role is more of a developer than a DBA, I'm not too well versed in
    the details. Maybe someone else can fill in?
    Can a firewall issue cause mirror latency, that in turn causes the delay in writing to the principal database ?
    Firewalls and other network hiccups certainly can cause a latency.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • "Drive Reported an Error" message when burning a DVD+RW

    Hi, all!
    I am trying to burn a rewritable DVD, HP DVD+RW on my Matshita R UJ 857E and each time I try I always get the following message:
    *Drive Reported an Error:*
    *Sense Key = MEDIUM ERROR*
    *Sense Code = 0x73, 0x03*
    This happens with a few RW DVD disks that I tried to burn. The disks are HP disks and they work correctly on a PC.
    Please, advise!
    Message was edited by: Asen

    Emerson Fortune wrote:
    Hi All
    I'm also having problems burning DVDs on my MacBook Pro, no problems buring CDs.
    Each time I try to burn a DVD the disc is ejected, often during finishing, and 'medium write error'is displayed. I have tried different media and varying speeds but with no success, Suggestions?
    After reading and testing a lot, I am convinced this is a DVD ROM problem. I believe, MATSHITA DVD-R UJ-857E has some problems with some brands DVD+R discs.
    I simply cannot figure out what is the reason to go on using those dvd roms in MakBooks after so many problems reported...
    Message was edited by: Asen

  • Server 2008 R2 Windows Server Backup. "Error in backup of Hyper-V.vhd during read: Error [0x80070001] Incorrect function.

    Hello,
    We are currently using Windows Server Backup to backup three Hyper-V guests running on a Windows 2008 R2 host.  Two guests are running Server 2008 R2 and one is running Windows 7.  I have the backups going to a dedicated external disk drive.
    WSB backs up the two 2008 R2 Hyper-V guests just fine.  However, when attempting to backup the Windows 7 Hyper-V guest, I receive the following error:
    Error in backup of <Windows 7.vhd> during read: Error [0x80070001] Incorrect function.
    I ran a "vssadmin list writers" and all the VSS writers showed "Stable" with no errors.  I have plenty of space on the external drive as well.  I've read this article:
    https://support.microsoft.com/kb/973455?wa=wsignin1.0#workaroundissue12 except that doesn't seem to be what I'm experiencing here.
    Anyone have any suggestions?

    Hi,
    As the other 2 guests could be backed up correctly, the issue should not be the Windows Server Backup feature.
    First please refer to this article:
    Backing Up and Restoring Virtual Machines
    http://msdn.microsoft.com/en-us/library/dd405549(v=vs.85).aspx
    Please check if all following requirements are met. Specifically please check if Integration Service is installed. 
    Backup (volume snapshot) Integration Service is installed and running in the child VM. The service name is "Hyper-V Volume Shadow Copy Requestor".
    Windows 2000:  Backup Integration Service is not supported.
    The child VM must be in the running state.
    The Snapshot File Location for the VM is set to be the same volume in the host operating system as the VHD files for the VM.
    All volumes in the child VM are basic disks and there are no dynamic disks.
    All disks in the child VM must use a file system that supports snapshots (for example, NTFS).
    If you have any feedback on our support, please send to [email protected]

  • Raw Read Error Rate, Errors occurred while reading raw data from a disk

    hi
    when I turn my pavilion dv6 2170ee computer on screen shows below error.
    system diognostics (F2) does not any work
    and when my windows7 comming up this error was shown.
    I install Hard Disk Sentinel software and this program shows below:
    Failure Predicted - Attribute: 1 Raw Read Error Rate, Errors occurred while reading raw data from a disk. Indicate problem with the disk surface or the read/write heads.
    There are 28 weak sectors found on the disk surface. They may be remapped any time in the later use of the disk.
    26848 errors occured during data transfer. This may indicate problem of the device or with data/power cables. It is recommended to examine and replace the cables if possible.
    Replace hard disk immediately.
    how can I fix it?
    may drive format (Fdisk) and renewing windows can fix it?
    tanx and regards
    Mohammad

    Hello mohkhosh,
    I see that you're getting an error indicating possible hard driver failure, that you have this message from 3 different sources. I will try to help you with this.
    After reviewing everything  you're looking at needing to replace the hard drive. I would suggest contacting support to see what they can do for you.
    HP Technical Support, North America 1-800-474-6836. For all other regions click here.
    Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • VM will not boot after moving using Failover Cluster Manager - "a disk read error occurred......"

    My current Configuration:
    3 node cluster, using clustered shared storage and about 22 VM's.   The Host servers are running 2012 Data Center while all guest are running 2012 Standard.  The SAN is EqualLogic and we are using HIT Kit 4.5.
    I have a CSV that is running out of space, so I created another CSV so that I could move some of the VM's to a new home.    I tested this by creating a test VM, and moved it successfully 3 times.     I then moved an actual
    LIVE VM and while it seemed to move ok, it will now not start.   The message is "a disk read error occurred Press ctrl+alt+del to restart".     I moved the test VM and it failed as well.    
    I have read several things about this, but nothing seems to relate to my specific issue.   I have verified that VSS is working and free of errors as well.    From the Settings menu for the VM, if I select "Inspect" the drive,
    the properties all look fine.    It is a VHDX and both the current file size and maximum disk size seem correct.
    The VM's were moved using the "move - virtual machine storage" option within Failover Cluster Manager.
    Suggestions?
    Thanks.

    Lets see if I can answer all of those and I appreciate the brain storming.   This really needs to work, correctly.
    1.  The Storage is moving.
    2.   VM's and SAN are on same device.
    3.  No, my  Clustered Shared Volume, CSV, is out of room, (more one that later)
    4.  No, I actually have 2 sans grouped together.   However, I'm moving the VM', form one CSV to another CSV on the Same san.  EqualLogic PS 6110 is the one I am trying to move VMS around on, and the other SAN not involved in any way except
    for it is in a SAN group is an EqualLogic PS6010.
    5.  No error During move, it took about 5-10 minutes, no error messages.   Note, I did a test and it worked GREAT 3 times.   Now both a live VM, and the test VM are doing the same thing.
    6.  No, the machine is not to large.   The test making was a 50 gig drive, just 2012 standard installed with updates.   The live VM was a 75 gig VM that was my Trend Micro Server, or anti-virus host.
    7.  Expand the existing SCV?   Yes I should be able to, but there is an issue there.   The volume was expanded correctly, Equallogic sees the added space, Fail Over cluster manager sees the added space, however disk manager only
    sort of does.    When looking at disk manager, there are 2 areas that tell you a little bit about the drive.   The top part and then the bottom part.   The top part only shows 500G, the original size, while the bottom part
    says that it is 1 TB in size.   I call Dell's technical support and after they looked at it I was told by the technician that they had seen this a couple of times and the only way to fix it was to move all the VM's to another CSV and delete the troubled
    CSV.   I thought about adding more space to the troubled CSV, but its on a production server with about 12 VM's running on it and I did not want to take a chance.   The Trend VM was running on CSV-1 and working fine.   
    I must admit that the test VM, was on CSV-2.    I moved the Test VM from csv-2 to csv-3 back and forth several times with no errors.   The Trend Server was on CSV-1 and was moved to CSV-3, however it failed.  Again, I then moved
    the test VM from CSV-2 to CSV-3 and it failed the same way.   I could not test the "TEST - VM" on csv-1 due to csv-1 not having enough space.
    8.   I did disable the network from the VM to see if that mattered it did not. 
    9.   I have not yet had a chance to connect the VHDX to a new VM, but I will do that in about an hour, hopefully.    Once I am able to test that suggestion I will post the results as well.
    Again, thanks for all the suggestions and comments, as I had rather have lots to look at and try.   I hope I answered them well enough.
    Kenny

  • MXF read errors in CC 2014.1

    Has anyone else noticed a sudden onset of MXF read errors after updating to the latest version of Premiere?  I'm getting the dreaded "Red Frames" on footage that works fine in the previous version (2014.0).  The problem doesn't occur on import, meaning the errors will show up while I'm working (indicated by the red X in the lower right corner of the screen).  The only errors I receive during import are related to unsupported file types (I'm dragging in the entire captured card, and it doesn't like the XML files).  I have maintained the same workflow successfully since Premiere Pro 5.5 with this footage, only now am I beginning to see issues that are exclusive to this version.
    The issue occurs on both converted and new projects, and I'm starting to lose my sanity - the solution I've found is simple: re-import the footage after moving it to a different location on your system, and re-link the files.  This clears up the error, telling me that it has nothing to do with the files and everything to do with how they're being read.  The files work fine in VLC, along with previous versions of Premiere that are installed on our other work machines.
    The problem with this solution is that it totally Adobe's me: that is, it wastes my time on a bug that didn't appear before a recent upgrade while working to a deadline.
    The MXF files are coming from a Canon XF300. http://www.canon.ca/inetCA/en/products/method/gp/pid/4484#_030
    MPEG2, 35Mbps (VBR) 4:2:0, 1920x1080 (30p)
    If you're noticing this issue as well, please let me know.  Perhaps there's a codec issue on my system, or perhaps this latest update should have just been avoided...  Is there any way to roll back to CC 2014.0 ?
    Operating environment:
    Windows 7 x64, SP1
    Core i7-3930k, 32gb RAM
    Nvidia Quadro 4000
    Media access:
    The files are stored locally on a mechanical drive, the Premiere is running off of an SSD. 
    Workflow:
    Copy the entire card to the computer, and then dragging the folder that it was copied to into Premiere. Wait for Premiere to conform and import.
    Where the issue is noticed:
    The problem typically occurs when footage has been nested with effects applied to it (at the root, not on the parent sequence).  The error doesn't appear on import, but rather during the scrubbing/playback.

    Hi Atkinsgj,
    Atkinsgj wrote:
    These forums are listed as an official support channel, but they're staffed primarily by volunteers...
    Yes, that's the reality. I do try and get as many employees as possible to participate, though.
    Atkinsgj wrote:
    Can I request better support on the feature request forum? 
    The feature request forum? Do you mean the Premiere Pro forum? Feel free: http://adobe.ly/feature_request
    Atkinsgj wrote:
    As my inbox continues to receive notices of other people having issues with this ancient file-format, my concern grows because this kind of issue isn't a new trend.
    Your In box grows from other people's issues? Sorry, I'm not understanding. Are you in support or education as well?
    "This kind of issue…" refers to what? File based camera formats like AVCHD, etc.? As Neil says, there are lots of things that can go wrong with these kinds of formats. Chief among them is not ingesting them correctly, via the Media Browser not File > Import.
    Atkinsgj wrote:
    ...but that's really disappointing to hear. Adobe is a 32 billion dollar company - who made over 3 billion in gross profit last year, more than the GDP of many small nations...and there is limited support for one of your flagship products...a product that was recently used to make a blockbuster hit (Gone Girl).
    I don't believe I know of any one company creating complex software that doesn't need a larger support staff. We do the best we can with what we are given. Of course, I have no control over how many support agents we have on the phones or on chat. I'm lucky now that I have a couple of agents dedicated to the forums, so you should see this situation improving.
    Atkinsgj wrote:
    If there's a better way to seek a resolution please let us know, we don't want to stretch thin valuable resources or waste time.
    Try this: Contact Customer Care
    Thanks,
    Kevin

Maybe you are looking for