#1 Burning Software

It is currently Thu Mar 28, 2024 8:42 am

All times are UTC




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON
PostPosted: Tue Jul 28, 2009 5:13 pm 
Offline

Joined: Tue Jul 29, 2008 4:05 pm
Posts: 25
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.


Top
 Profile  
 
 Post subject: Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON
PostPosted: Wed Jul 29, 2009 9:00 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
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.


Top
 Profile  
 
 Post subject: Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON
PostPosted: Wed Jul 29, 2009 3:35 pm 
Offline

Joined: Tue Jul 29, 2008 4:05 pm
Posts: 25
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.


Top
 Profile  
 
 Post subject: Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON
PostPosted: Wed Jul 29, 2009 3:38 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
We don't need a screenshot, we need a StarBurn log.


Top
 Profile  
 
 Post subject: Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON
PostPosted: Fri Aug 07, 2009 8:24 pm 
Offline

Joined: Tue Jul 29, 2008 4:05 pm
Posts: 25
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


Top
 Profile  
 
 Post subject: Re: SCSI CDB delivery failed, check CDB_FAILURE_INFORMAITON
PostPosted: Fri Aug 07, 2009 8:39 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
The code does not help much. Actually it does not help at all. We need StarBurn log.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group