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