Please be aware that the SAP SQL Anywhere Forum will be shut down on August 29th, 2024 when all it's content will be migrated to the SAP Community.

Every now and then I have the problem, that on one machine the backup is not working. The error from dbbackup 11.0.1.2506 reads:

Error writing backup file "Invalid argument"
Attempted two active database requests
Database backup failed

From the runtime I assume that more or less the database backup process is at the end, maybe working on the transaction log file. Filesystem is in good shape and having still enough spare space.

The only parameters used to start dbbackup are -x -y -o and -c (of course)

Any idea, what might cause this cryptic error message?

asked 01 Sep '11, 10:47

Martin's gravatar image

Martin
9.1k131170257
accept rate: 14%

"Attempted two active database requests" What else is going on during the backup ? Some other backup request, replication etc ?

(02 Sep '11, 06:26) ASchild
Replies hidden

no backup and no replication, just normal queries

(02 Sep '11, 06:59) Martin
2

DBLib generates this error if two threads try to use the same SQLCA at the same time. If you can reproduce this I suggest opening a support case. As a workaround you could try a server side backup and then copying the database to a different computer.

(02 Sep '11, 08:22) Ian McHardy
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:

×95
×84

question asked: 01 Sep '11, 10:47

question was seen: 2,296 times

last updated: 30 Dec '17, 14:46