After several successful installations and use of MaxDB on Windows XP, I'm
stuck with a problem, which doesn't allow me to create/activate database
instances.  The only difference with the machine I'm working on now, is that
it has a RAID controller, which the others don't, which I thought couldn't
be the reason since I think MaxDB isn't working at the hw level.

First I tried 7.5.00.24 (the other machines I have running fine use .23),
but to no luck.  Then I decided to go for 7.6.00.05, but get almost the
exact results.

Here is an example:


C:\maxdb7.6\sdb\test>dbmcli db_create test dbm,dbm
OK

C:\maxdb7.6\sdb\test>dbmcli -d test -u dbm,dbm -i params.txt
>param_startsession
OK

---
>param_init
OK

---
>param_put MAXUSERTASKS 150
OK

---
>param_checkall
OK

---
>param_commitsession
OK

---
>param_addvolume 1 LOG LOG_001 F 2000
OK

---
>param_addvolume 1 DATA DAT_001 F 10000
OK

---
>db_admin
OK

---
>db_activate dba,dba
ERR
-24901,ERR_NOTADMIN: database have to be in operational state ADMIN

params.txt:

param_startsession
param_init
param_put MAXUSERTASKS 150
param_checkall
param_commitsession
param_addvolume 1 LOG LOG_001 F 2000
param_addvolume 1 DATA DAT_001 F 10000
db_admin
db_activate dba,dba
load_systab -ud dpassword

dbm.prt
----------------------------------------------------------------------------
--
Date       Time     TID(hex)   Typ MsgID      Label    Message
----------------------------------------------------------------------------
--
2005-03-12 06:43:20 0x00000a68 ERR     -24994 DBM      ERR_RTE: Runtime
environment error
                    0x00000a68 ERR     -24961 DBM      ERR_STATE: The
operational state of the database instance could not be determined
2005-03-12 06:43:20 0x00000a68 ERR     -24994 DBM      ERR_RTE: Runtime
environment error
                    0x00000a68 ERR     -24961 DBM      ERR_STATE: The
operational state of the database instance could not be determined
2005-03-12 06:43:21 0x00000a68 INF          0 DBM      command db_state 
2005-03-12 06:43:21 0x00000a68 ERR     -24961 DBM      ERR_STATE: The
operational state of the database instance could not be determined
                    0x00000a68 ERR     -24994 DBM      ERR_RTE: Runtime
environment error


knldiag.err:

Date       Time       TID(hex) Typ MsgID Label    Message-Text
----------------------------------------------------------------------------
----
2005-03-12 06:38:13                               --- Starting GMT
2005-03-12 06:38:13           7.6.00   Build 005-123-088-408


TIA,
Helgi Viggosson.
Cofus ehf.
St�rh�f�a 27,
Reykjavik - Iceland.


--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to