Rocket Division Software
http://www.starburnsoftware.com/forum/

SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON
http://www.starburnsoftware.com/forum/starburn-sdk-f3/scsi-cdb-delivery-failed-check-cdb-failure-informaiton-t1928.html
Page 1 of 1

Author:  Tyrocx [ Tue Jul 28, 2009 5:13 pm ]
Post subject:  SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON

This error has been occurring in DAO and TAO while burning using the audioburner in the most recent version. The error occurs almost randomly.. one cd could burn perfect, then on the next the error pops up, then it burns fine again, etc. I have been trying to figure out a fix for it, but i am under time restraints. Please let me know if anyone can help :)

The error:
Error has been occurred during the burning process! SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON for detailsCStarBurn_ScsiTransportSPTI::Executre CDB(): Command failed

Valid=yes, CDB Size = 10, Sense Size = 32

CDB: 2A 00 00 00 C9 3B00 00 1A 00 00 00 00 00 00 00

Etc, etc.

Author:  anton (staff) [ Wed Jul 29, 2009 9:00 am ]
Post subject:  Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON

Write failed. Need exact log to find out what the problem is. I'd suggest to flash latest firmware and experiment with the other media from the other vendor.

Author:  Tyrocx [ Wed Jul 29, 2009 3:35 pm ]
Post subject:  Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON

I will see if I can get a screenshot the next time it happens. Other vendors don't have a problem burning audio cds. (burned in nero and wmp) Before, when I switched customers that where using DAO to TAO their error stopped coming up (from what I am aware of). But there are still random occurrences with some people that errors out their burn.

Author:  anton (staff) [ Wed Jul 29, 2009 3:38 pm ]
Post subject:  Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON

We don't need a screenshot, we need a StarBurn log.

Author:  Tyrocx [ Fri Aug 07, 2009 8:24 pm ]
Post subject:  Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON

Well I figured out how to get rid of the error... For one, I just switched the write mode back to Auto, and also changed the refresh write speed function to just get the fastest write speed since a few computers I did tech support on would switch write speeds from fastest to lowest.. some odd reason (code was from Audioburner sample) But since I did this, the error hasn't come back.

Here is the code:

Private Best_write_speed as integer
Private Sub RefreshSupportedWriteSpeeds(ByVal pDriveInfo As RocketDivision.StarBurnX.DriveInfo)
' Clear previous values of speeds
Best_write_speed = 0
If pDriveInfo Is Nothing Then
Return
End If
' Get the supported Write speeds
Dim driveWriteSpeeds As DriveSpeeds = pDriveInfo.SupportedWriteSpeeds
Dim suppDriveSpeed As DriveSpeed
For Each suppDriveSpeed In driveWriteSpeeds
If suppDriveSpeed.Speed > Best_write_speed Then
Best_write_speed = suppDriveSpeed.Speed
End If
Next
End Sub

Author:  anton (staff) [ Fri Aug 07, 2009 8:39 pm ]
Post subject:  Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON

The code does not help much. Actually it does not help at all. We need StarBurn log.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/