According to the V16 Help, "Version 9 and earlier databases that require recovery cannot be reloaded with version 10 or later of the Unload utility (dbunload). You must reload the database with version 9 or earlier of dbunload."

Is this the message you get, or is the problem something else?

"%SQLANY16%\bin64\dbunload.exe"^
   -c "DBF=D:\fff\ddd.db; UID=dba; PWD=sql"^
   -o "D:\fff\dbunload_log.txt"^
   -r reload.sql^
   -y^
   data

SQL Anywhere Unload Utility Version 16.0.0.1915
Connecting and initializing
***** SQL error: Unable to start database server: Server fatal error

asked 08 Sep '15, 15:06

Breck%20Carter's gravatar image

Breck Carter
32.5k5417241050
accept rate: 20%

edited 08 Sep '15, 15:07

1

Not by my tests. {neither at build# 1915 or newer) I get "Rebuild of database with older file format ignoring connection parameter "Servername"." instead of your error and it continues.

It sounds like the unload support binary is hitting a true fatal error. If you have the ASA9.0.x software accessible you should be able to diagnose that using dbeng9.

(08 Sep '15, 15:48) Nick Elson S...
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×51

question asked: 08 Sep '15, 15:06

question was seen: 1,293 times

last updated: 08 Sep '15, 15:48