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