cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Anywhere 12 repair database logfile

Former Member
3,321

Hello first time user here. I am using SQL Anywhere 12 v 12.0.1.3298. And I am attempting to translate a customers database log. I have made several attempts using 2 different copies of their log file. The point that I get the failure at has varied a little. This is the message that I get. "... Checkpoint at 2014/01/03 22:00 Unable to reset output file An error occurred while attempting to translate the log file 'C:\\Users\\ACrosby\\Desktop\\Memphis City Cartage, Inc\\ptools.log'." Any ideas or suggestions?

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkCulp
Participant

The error message "Unable to reset output file" occurs when dbtran is trying to initialize (truncate) the output file or it is trying to open/create a new output file ... and in either case it got an error doing the operation. As such I suspect there is a permission problem on the (already existing) output file. I suggest you try specifying a different output file name using dbtran's -o output-file option.