Hi, I tried different valid user/password combinations as suggested, with no result. However, I did find a log of the commands used by the setup program to create the first instance and there appears to be at least one Windows XP specific command in there. That, and the right user, allowed me to create more database instances. Here's my batch file: "C:\Program Files\sdb\DBM\dbmcli.exe" db_create -a scvweb dbm,scvweb "C:\Program Files\sdb\DBM\dbmcli.exe" -d scvweb -u dbm,scvweb -i C:\sdb\create_scvweb.script
and here's the script: param_startsession param_init param_checkall param_commitsession param_directput SESSION_TIMEOUT 0 param_directput _UNICODE YES param_directput CACHE_SIZE 2500 param_directput _SERVERDB_FOR_SAP NO param_directput MAXDATAVOLUMES 64 param_directput XP_MAXPAGER 3 param_directput MAXUSERTASKS 10 param_checkall param_addvolume 1 DATA C:\sdb\scvweb\data\DAT_001 F 5120 param_addvolume 1 LOG C:\sdb\scvweb\logs\LOG_001 F 2000 db_admin # If an install was done without also creating the first database instance, then the dbadmin # user was created during installation with the password SYSDBA db_activate dbadmin,SYSDBA auto_update_statistics ON auto_extend ON load_systab Thanks everybody for your help. Johan This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
