Re: Need help recovering from Assertion failed: 201819 invalid bitmap page
- SAP support is not available for this version. Technical support is still available. Engineering support, as in the delivery of new bug fixes, is no longer available, but that does not mean you...
View ArticlePersonal Server
Hello, I want to write a single user PowerBuilder application using SQL Anywhere. I want to use stored procedures as I'm aiming to have the GUI (eventually) written in anything. The runtime engine for...
View ArticleCreate statistics
Hi. I have a question about the use of 'create statistics': What is most correct? 1. Create statistics on tables should be done regurarly (in a Maintenance plan). The optimizer is at its peak for...
View ArticleUnload statement differences
I have two versions of the same database (separate servers one an older version) and the results of an unload are different only by the double quotes around to column names in column constraints,view...
View ArticleWhat are the minimal system requirements for ASA Arbiter?
As mentioned in the topic I'm looking for the minimal requirements from systems performance point of view for the Arbiter for some ASA 16 HA setup. Is there any which can be put donw to number of core...
View ArticleRe: What are the minimal system requirements for ASA Arbiter?
The arbiter does not need many resources. There is very little processing and data storage happening on the arbiter server itself. All it does is communicate with the other servers in the HA setup to...
View ArticleRe: Unload statement differences
DBUnload gets the text of the check constraint from the SYSCHECK table. If you check there in both databases, you should see a difference.What likely happened is that the server was updated to quote...
View ArticleRe: Create statistics
I would say number 2 is the most correct.From the docs:"In rare circumstances, when your database queries are very variable, and when data distribution is not uniform or the data is changing...
View ArticleRe: SQL Anywhere 12 Webservice returns malformed JSON float values
This looks like a bug (the JSON is formatted correctly in version 16). You might want to try more recent patch for version 12 (you didn't state which build number of version 12 you are using) to see...
View ArticleRe: Personal Server
For development, you don't need to buy anything. You can use the developer edition to build your application.For deployment of personal server editions, you need to either buy a "base" package (one of...
View ArticleRe: Personal Server
Thanks Jason. That's a bit disappointing - the cheapest workgroup will add nearly $1000 to the cost and put the price of the application beyond a saleable proposition. I might explore the OEM path (I...
View ArticleRe: Unload statement differences
Thanks for the response. I see the differences in the syscheck table as you predicted. However I am note sure how " the server was updated to quote identifiers in check constraints". If I add a new...
View ArticleMobilink 12.01 and SQL Server 2008
I have a DBA that won't grant "view server state" to the database user that I use to start the Mobilink Synchronization Server. My question is there a work around since I saw that this right is a...
View ArticleRe: SQL Anywhere 12 Webservice returns malformed JSON float values
You are right my dev machine has a really old build: 12.0.0.2601I will update to 12.0.1 SP75 Build 4124 (slow download here) and report back
View ArticleUnable to start specified database: dblog.log is an invalid transaction log
Hi, I am working on SQL Anywhere 12.I have created a new db and after several weeks of work when I try to start my db from Sybase Central I get following error: [Sybase][ODBC Driver][SQL...
View ArticleRe: SQL Anywhere 12 Webservice returns malformed JSON float values
Thanks, it works fine in 12.0.1.4124there now is a zero before the decimal point as expected."duration": 0.45
View ArticleAnywhere16: Connection Limit (Licensed seats) = 3?
We are developing a system with Anywhere16 Developer Edition. When starting up a DB, we saw that connection limit is restricted at 3. Is this a limit of Developer Edition? We googled but couldn't find...
View ArticleRe: Anywhere16: Connection Limit (Licensed seats) = 3?
Screenshot is attached, which show the connection limit is 3. In general, what determines the connection limit? Edition of Anywhere? License key? A configurable variable?
View ArticleRe: Anywhere16: Connection Limit (Licensed seats) = 3?
Hello Henry, this doesn't surprise me at all. It is doing exactly "what it says on the tin". We usually use just the personal server on our PCs. The only time I've needed to use the network server is...
View ArticleRe: Anywhere16: Connection Limit (Licensed seats) = 3?
Thanks for the reply. In fact we have already procured it. But the procurement procedures of our company takes some time (a few months at least), we haven't got our copies and license keys yet. Just...
View Article