Re: SQL AnyWhere 16 working with only one core after a few minutes/hours
How are you determining how many processors SQL Anywhere is using? The following query will tell you how many processors the engine will use... SELECT PROPERTY ( 'NumLogicalProcessorsUsed' ); The...
View ArticleDBENG50.exe crash (sybase client db crash)
Hi All,power builder 6.5 and 10.0 (both versions) application crashes in middle and gives the "dbeng50.exe" has stopped working with exception code "c0000005", after which we have to close the entire...
View ArticleSQL Anywhere 5 DB to migrate to newer version.
Hi All, I need to migrate sqlanywhere 5.0 database to sqlanywhere 9.0 . how can i do this.
View ArticleRe: SQL AnyWhere 16 working with only one core after a few minutes/hours
Hi, I see it in the task manager. NumLogicalProcessorsUser returns 8 sa_cpu_topology returns: max_query_tasks returns 0 Yes even with -gn I'm still concerned by the issue.
View ArticleRe: SQL AnyWhere 16 working with only one core after a few minutes/hours
How exactly is Task Manager telling you how many processors are in use? Are you going by the eight "CPU Usage History" windows? The NumLogicalProcessorsUsed property says that all 8 processors are...
View ArticleRe: SQL AnyWhere 16 working with only one core after a few minutes/hours
Here the example when I'm having the issue (10 minutes for the query) : And when I restart the service the same query is taking 5 sec we can see in this monitor that the load is balanced through all...
View ArticleRe: SQL AnyWhere 16 working with only one core after a few minutes/hours
All you are showing is a symptom (slow execution, low CPU usage). Have you used Application Profiling? Have you looked at what other connections are doing? "50 different configurations" is a sign of...
View ArticleRe: SQL Anywhere 5 DB to migrate to newer version.
Have a look at SQL Anywhere 9 manuals for help: Upgrading Software and Databases
View ArticleRe: SQL Anywhere 5 DB to migrate to newer version.
The SQL Anywere engine should be able to start a ASA 5 database without problems (though you might want to rebuild the database to make new features available, e.g. with rebuild.bat).But on the client...
View ArticleRe: DBENG50.exe crash (sybase client db crash)
This question was answered on the SAP SQL Anywhere Forum. Brief summary: ASA 5 was never build to run on Windows 7, Server 2008 or anything higher. Upgrade to a newer version or stay with an approved OS.
View ArticleRe: SQL Anywhere 5 DB to migrate to newer version.
If you don't already have a copy of v9 SQL Anywhere, I'm not sure you'll be able to get a copy anymore. It has been end-of-lifed for over five years now, and is no longer available to be purchased....
View ArticleWhy does the SAP Store show "No Solutions" for SQL Anywhere?
Why does the shopping cart link "SAP SQL Anywhere" on the SCN SQL Anywhere home page show "No Solutions"? Is SQL Anywhere no longer offered for sale as a separate product?
View ArticleRe: Why does the SAP Store show "No Solutions" for SQL Anywhere?
maybe they want us to use SQLite? ;-)
View ArticleRe: Why does the SAP Store show "No Solutions" for SQL Anywhere?
Hey Breck Apologies for this - The SAP store was relaunched a short while ago, and the link here on SCN is still pointing to the old web site. I've made a few calls this morning, and the links...
View ArticleRe: Why does the SAP Store show "No Solutions" for SQL Anywhere?
The only server product available on that page ist the Workgroup Edition. How is someone, who needs the Standard Edition, supposed to order that?
View ArticleRe: Why does the SAP Store show "No Solutions" for SQL Anywhere?
The following goggle searches indicate that the terms "Standard Edition" and "Advanced Edition" have been quite thoroughly expunged from sap.com, leaving behind only a few tangential references....
View ArticleRe: Why does the SAP Store show "No Solutions" for SQL Anywhere?
Breck, Reimer All SQL Anywhere Editions are still available for sale, but not on the store just yet - we sell the products via our reseller partner network, which scales well globally, and...
View ArticleRe: Why does the SAP Store show "No Solutions" for SQL Anywhere?
> no hidden messages, or ulterior motives Got it! ...in order to serve us better the SAP Store has fewer items on its shelves :-)
View ArticleRe: Why does the SAP Store show "No Solutions" for SQL Anywhere?
Ha ha... Have you checked out the ASE store? :-)
View ArticleRe: DBENG50.exe crash (sybase client db crash)
thank you for your answer.i have one more queston, when i try to debug the dbeng50.exe using windiows debugging tool.i need to give the symbol path of dbeng50.exe.(.pdb file) i have no idea where to...
View Article