Your observation can be simply explained by the fact that you didn't
have an existing dbeng9/dbsrv9 session already running the previous
time. I can think of users autostarting engines and forgetting to shut
it down, leaving an engine session not capable of running with
database files with larger page sizes.
Perhaps I can elaborate in another manner:
For example if you have two database files, abc.db and xyz.db
abc.db is created with a page size of 2kb
xyz.db is created with a page size of 4kb
When you start a database engine to load abc.db first, by default
(i.e. no -gp switch used), the "database server page size" is the page
size of the first database file you load, in the case of abc.db, it
means the 2kb.
If your connection parameters is set up in such a manner that you
would be attempting to start xyz.db on the same server database
engine/server as well, since it has a page size of 4kb which is beyond
what the database server/engine can handle, that attempt will result
in the error message.
So, the questions are:
1. Do you intend to have two database files running on the same
machine?
2. Do you intend to have the two database files running on the same
database server/engine session?
If the answer to both questions above is yes, then be prepared to
tweak your process either by changing the ordering of .db file loading
(load the one with the largest page siz first), or by using this -gp
switch.
Post by abcdI didnt understand this message. Yesterday I was ablt to connect the same db
file by clicking connect then entering my DBA login pass and selecting the
db file and today its giving me this error....Nothing has been modified on
the machine since the last successful connection....
any other detailed tips
thanks
Post by Raymond KwongAdaptive Server Anywhere Error Messages
1. Database Error Messages
Alphabetic list of error messages
Database page size too big
You attempted to start a database or create a write file for a
database with a page size that exceeds the maximum page size of the
running server. Either restart the server with this database named on
the command line, or restart the server with a larger page size (i.e.,
please review the documentation on the -gp switch).
Raymond Kwong
iAnywhere Solutions
Post by abcdI have a DB file xyz.db. I want to connect thru ASA 9.01
I get error
could not connect to database
database page size too big"
Any clues
thanks