on 2016 Jul 08 10:57 AM
Hi All!
i have sybase sql anywhere 9 (9.0.2.3951) running on Centos 6.5, and every night the database stop working! Seeing the error log, i found only: 07/08 07:34:13. Fatal error: database error But i can't know what database has error or whats happening. How i can have more detailed error?
The command used to start database is this:
dbsrv9 -nserver9 -cl3g -ch7g -xTCPIP{myip=192.168.10.247} -ud -gl all -gd all -gk all -o/var/log/log_servidor -oe/var/log/log_servidor_error /dados/bancosdlt/Patrim/patrim.db /dados/bancosdlt/educa/Educa.db /dados/bancosdlt/compras/compras.db /dados/bancosdlt/estoque/estoque.db /dados/bancosdlt/Folharh/Folharh.db /dados/bancosdlt/Sapo/sapo.db /dados/bancosdlt/tributos41/integra.db
thanks a lot!
DRauber
Request clarification before answering.
It is possible you will not get any more information about this symptom, and your best hope may be to force SQL Anywhere to reveal some different symptom caused by the underlying problem.
Step 1: Make sure you have a current full backup (.db and .log) of each and every database.
Step 2: Try running dbsrv9 and dbvalid -f -o against each backup database, to see if there are any problems in the data.
Step 3: Run an extensive check of the RAM on the computer, to make sure there are no problems that can masquerade as application errors (where SQL Anywhere is just another application as far as the RAM is concerned). If the RAM check doesn't take a very long time to run, it's not worthwhile 🙂
Step 4: Try moving the server to a different computer (different RAM, different disk).
Step 5: Contact SAP Tech Support... maybe that should be Step 2, but you may encounter voices on the phone that insist you must upgrade to Version 17.
AFAIK SQL Anywhere 9 doesn't have the same "crash dump" facility later versions have.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Breck is correct in noting that a version 9 dump is different from later versions. What is worse, there can be little to no ability to diagnose from those (depending upon exact version a build of the software being used). The dump file name (I believe) was sadump.dmp. It was usually found in the %windir%\\temp directory and you only get one; from the last/latest crash.
If none of our backups are good then I too would recommend going to new hardward to see if this is just an issue with your machine; as Breck has also suggested.
We always recommend validating or testing COPIES of backup files [as in Breck's Step#2).
Good luck
User | Count |
---|---|
68 | |
16 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.