List:MaxDB« Previous MessageNext Message »
From:dhay Date:October 17 2003 6:38pm
Subject:Re: Error creating database
View as plain text  
PLEASE does anyone have any ideas on this one?

I am completely stumped.  I get as far as db_admin when I am initializing
the database, and then when I try util_connect it bombs as below.

Many thanks,

David

---------------------- Forwarded by David Hay/Lex/Lexmark on 17/10/2003
12:38 PM ---------------------------


David Hay
15/10/2003 04:53 PM

To:    maxdb@stripped
cc:

Subject:    Error creating database  (Document link: David Hay)

Hi,

I am trying to create a database, and it is failing on a particular machine - XP - which I
have just reinstalled.

I do the usual
      dbmcli db_create lddserv lexadmin,*****

And then execute initialization script, the results of which are below.

However, when it gets to the util_connect, I get the following error:

      -24988,ERR_SQL: sql error
      1,database not running

The normally works just fine.  Any ideas?

Many thanks,

David
----------------------------------------------

Results of init script:
>param_startsession
OK

---
>param_init
OK

---
>param_put RESTART_SHUTDOWN AUTO
OK

---
>param_put CACHE_SIZE 2000
OK

---
>param_put MAXUSERTASKS 50
OK

---
>param_put SESSION_TIMEOUT 0
OK

---
>param_checkall
OK

---
>param_commitsession
OK

---
>param_addvolume 1 LOG LOG_001 F 2050
OK

---
>param_addvolume 1 DATA DAT_001 F 65535
OK

---
>db_admin
OK

---
>util_connect
ERR
-24988,ERR_SQL: sql error
1,database not running




Thread
Error creating databasedhay15 Oct
Re: Error creating databasedhay17 Oct