cancel
Showing results for 
Search instead for 
Did you mean: 

SA service disappears without a trace?

justin_willey
Participant
3,675

Does anyone have any ideas on where to start looking when a database engine service simply disappears? No assertion, no error in the console log, nothing in the Windows event logs.

Server re-starts without complaint.

v10.0.1.4310

Accepted Solutions (1)

Accepted Solutions (1)

jeff_albion
Product and Topic Expert
Product and Topic Expert

When the SQL Anywhere database server unexpectedly crashes, it will normally catch this event itself and automatically create a mini-dump file and supply this information to dbsupport. Depending upon your submission settings, dbsupport will either auto-submit this information automatically to SAP/Sybase or will hold on to the information until you submit it manually.

Use dbsupport -lc to list all unsubmitted crashes on the system. Use dbsupport -sa to submit any outstanding crashes to SAP/Sybase. Once the information has been submitted, if you post the submission ID here, I can take a quick look at the submission for you to see if it's a known issue.

If your server is still crashing and no information is being passed to dbsupport, there are other ways to manually collect this diagnostic information from the server (via procdump and psexec, if required). If you need to go this route though, we would recommend that you also open a technical support case with us so that we can work with you on collecting this output and have it analyzed.

A reminder that SQL Anywhere 10.0.x has been end-of-life'd, so there could also be an outstanding technical issue with the product that will not be fixed by a software patch - we will attempt to provide "limited technical assistance" for the product via technical support instead (suggest workarounds, etc.).


"Crashes" can frequently be related to database corruption (although this will typically be reported as an "assertion" in the database console log - I noted that you've already checked this: dbsrv10 -o console.txt). Have you validated your database to ensure it is not corrupted? Particularly the pears.TempShift and pears.RecentObjects tables? If you re-run the last INSERT and UPDATE logged in the transaction log, does it result in the same crash?


Update by Justin Willey - support found the problem in a query evaluation / optimizer routine. The routine was rewritten for v11 so shouldn't be present in v11 or higher versions. See comments below.

justin_willey
Participant
0 Kudos

Mnay thanks for the detailed reply Jeff - I'm seeing what we can find.

On the point about corruption we have a full validation scheduled for Saturday. Also I can try those specific statements again as you suggest.

justin_willey
Participant
0 Kudos

Hi - just had a recurrence - have tried submitting but getting:

Error submitting report: No reply received from web server. Error sending to www.ianywhere.com:80.

Is it possible to send you the files?

Many thanks

jeff_albion
Product and Topic Expert
Product and Topic Expert

I believe we have a current outage in the submission server - I'm not sure when this is to be resolved.

Do you have a support plan and can you open a support ticket for this issue?

justin_willey
Participant
0 Kudos

@Jeff, I've submitted the mini core files etc for event SA10_20121017_101730_3440 (this is another incident yesterday with the same symptoms) under case #11759414 - many thanks

justin_willey
Participant
0 Kudos

The (full) validation completed without any problems.

justin_willey
Participant

Have heard back from support. The crash seems to relate to a portion of code in the query evaluation / optimization process. The routine in question has been re-written in v11 so the problem shouldn't be present in that or later versions.

Answers (0)